fastjet 2.4.5
Functions
pxcone.f File Reference

Go to the source code of this file.

Functions

subroutine PXCONE (MODE, NTRAK, ITKDM, PTRAK, CONER, EPSLON, OVLIM, MXJET, NJET, PJET, IPASS, IJMUL, IERR)
subroutine PXNORV (N, A, B, ITERR)
subroutine PXOLAP (MODE, NJET, NTRAK, JETLIS, PJ, PP, OVLIM)
subroutine PXORD (EPSLON, NJET, NTRAK, JETLIS, PJ)
subroutine PXSEAR (MODE, COSR, NTRAK, PU, PP, VSEED, NJET, JETLIS, PJ, UNSTBL, IERR)
subroutine PXSORV (N, A, K, OPT)
subroutine PXTRY (MODE, COSR, NTRAK, PU, PP, OAXIS, NAXIS, PNEW, NEWLIS, OK)
subroutine PXUVEC (NTRAK, PP, PU, IERR)
subroutine PXZERI (N, A)
subroutine PXZERV (N, A)
subroutine PXADDV (N, A, B, C, ITERR)
subroutine PXANG3 (A, B, COST, THET, ITERR)
LOGICAL PXNEW (TSTLIS, JETLIS, NTRAK, NJET)
LOGICAL PXSAME (LIST1, LIST2, N)
DOUBLE PRECISION PXMDPI (PHI)

Function Documentation

subroutine PXADDV ( INTEGER  N,
DOUBLE PRECISION,dimension(n)  A,
DOUBLE PRECISION,dimension(n)  B,
DOUBLE PRECISION,dimension(n)  C,
INTEGER  ITERR 
)

Definition at line 796 of file pxcone.f.

Referenced by PXCONE().

subroutine PXANG3 ( DOUBLE PRECISION,dimension(3)  A,
DOUBLE PRECISION,dimension(3)  B,
DOUBLE PRECISION  COST,
DOUBLE PRECISION  THET,
INTEGER  ITERR 
)

Definition at line 806 of file pxcone.f.

Referenced by PXOLAP().

subroutine PXCONE ( INTEGER  MODE,
INTEGER  NTRAK,
INTEGER  ITKDM,
DOUBLE PRECISION,dimension (itkdm,ntrak)  PTRAK,
DOUBLE PRECISION  CONER,
DOUBLE PRECISION  EPSLON,
DOUBLE PRECISION  OVLIM,
INTEGER  MXJET,
INTEGER  NJET,
DOUBLE PRECISION,dimension (5,mxjet)  PJET,
INTEGER,dimension (ntrak)  IPASS,
INTEGER,dimension (mxjet)  IJMUL,
INTEGER  IERR 
)

Definition at line 1 of file pxcone.f.

References PXADDV(), PXMDPI(), PXNORV(), PXOLAP(), PXORD(), PXSEAR(), PXUVEC(), PXZERI(), and PXZERV().

DOUBLE PRECISION PXMDPI ( DOUBLE PRECISION  PHI)

Definition at line 870 of file pxcone.f.

Referenced by PXCONE().

LOGICAL PXNEW ( LOGICAL,dimension(mxtrak)  TSTLIS,
LOGICAL,dimension(mxprot*mxtrak)  JETLIS,
INTEGER  NTRAK,
INTEGER  NJET 
)

Definition at line 817 of file pxcone.f.

subroutine PXNORV ( INTEGER  N,
DOUBLE PRECISION,dimension(n)  A,
DOUBLE PRECISION,dimension(n)  B,
INTEGER  ITERR 
)

Definition at line 331 of file pxcone.f.

Referenced by PXCONE().

subroutine PXOLAP ( INTEGER  MODE,
INTEGER  NJET,
INTEGER  NTRAK,
LOGICAL,dimension(mxprot,mxtrak)  JETLIS,
DOUBLE PRECISION,dimension(4,mxprot)  PJ,
DOUBLE PRECISION,dimension(4,mxtrak)  PP,
DOUBLE PRECISION  OVLIM 
)

Definition at line 349 of file pxcone.f.

References PXANG3().

Referenced by PXCONE().

subroutine PXORD ( DOUBLE PRECISION  EPSLON,
INTEGER  NJET,
INTEGER  NTRAK,
LOGICAL,dimension(mxprot,mxtrak)  JETLIS,
DOUBLE PRECISION,dimension(4,mxprot)  PJ 
)

Definition at line 466 of file pxcone.f.

References PXSORV().

Referenced by PXCONE().

LOGICAL PXSAME ( LOGICAL,dimension(*)  LIST1,
LOGICAL,dimension(*)  LIST2,
INTEGER  N 
)

Definition at line 850 of file pxcone.f.

subroutine PXSEAR ( INTEGER  MODE,
DOUBLE PRECISION  COSR,
INTEGER  NTRAK,
DOUBLE PRECISION,dimension(3,mxtrak)  PU,
DOUBLE PRECISION,dimension(4,mxtrak)  PP,
DOUBLE PRECISION,dimension(3)  VSEED,
INTEGER  NJET,
LOGICAL,dimension(mxprot,mxtrak)  JETLIS,
DOUBLE PRECISION,dimension(4,mxprot)  PJ,
LOGICAL  UNSTBL,
INTEGER  IERR 
)

Definition at line 520 of file pxcone.f.

References PXTRY().

Referenced by PXCONE().

subroutine PXSORV ( INTEGER  N,
DOUBLE PRECISION,dimension(nmax)  A,
INTEGER,dimension(nmax)  K,
CHARACTER  OPT 
)

Definition at line 589 of file pxcone.f.

Referenced by PXORD().

subroutine PXTRY ( INTEGER  MODE,
DOUBLE PRECISION  COSR,
INTEGER  NTRAK,
DOUBLE PRECISION,dimension(3*mxtrak)  PU,
DOUBLE PRECISION,dimension(4*mxtrak)  PP,
DOUBLE PRECISION,dimension(3)  OAXIS,
DOUBLE PRECISION,dimension(3)  NAXIS,
DOUBLE PRECISION,dimension(4)  PNEW,
LOGICAL,dimension(mxtrak)  NEWLIS,
LOGICAL  OK 
)

Definition at line 649 of file pxcone.f.

Referenced by PXSEAR().

subroutine PXUVEC ( INTEGER  NTRAK,
DOUBLE PRECISION,dimension(4,mxtrak)  PP,
DOUBLE PRECISION,dimension(3,mxtrak)  PU,
INTEGER  IERR 
)

Definition at line 737 of file pxcone.f.

Referenced by PXCONE().

subroutine PXZERI ( INTEGER  N,
INTEGER,dimension(n)  A 
)

Definition at line 768 of file pxcone.f.

Referenced by PXCONE().

subroutine PXZERV ( INTEGER  N,
DOUBLE PRECISION,dimension(n)  A 
)

Definition at line 787 of file pxcone.f.

Referenced by PXCONE().

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines