Warning, /include/isajet/hepevt.inc is written in an unsupported language. File is not indexed.
0001 #ifndef CERNLIB_ISAJET_HEPEVT_INC
0002 #define CERNLIB_ISAJET_HEPEVT_INC
0003 *
0004 *
0005 * hepevt.inc
0006 *
0007 INTEGER NMXHEP
0008 PARAMETER (NMXHEP=4000)
0009 COMMON/HEPEVT/NEVHEP,NHEP,ISTHEP(NMXHEP),IDHEP(NMXHEP),
0010 $JMOHEP(2,NMXHEP),JDAHEP(2,NMXHEP),PHEP(5,NMXHEP),VHEP(4,NMXHEP)
0011 INTEGER NEVHEP,NHEP,ISTHEP,IDHEP,JMOHEP,JDAHEP
0012 DOUBLE PRECISION PHEP,VHEP
0013 SAVE /HEPEVT/
0014 C... NEVHEP - event number
0015 C... NHEP - number of entries in this event
0016 C... ISTHEP(..) - status code
0017 C... IDHEP(..) - particle ID, P.D.G. standard
0018 C... JMOHEP(1,..) - position of mother particle in list
0019 C... JMOHEP(2,..) - position of second mother particle in list
0020 C... JDAHEP(1,..) - position of first daughter in list
0021 C... JDAHEP(2,..) - position of last daughter in list
0022 C... PHEP(1,..) - x momentum in GeV/c
0023 C... PHEP(2,..) - y momentum in GeV/c
0024 C... PHEP(3,..) - z momentum in GeV/c
0025 C... PHEP(4,..) - energy in GeV
0026 C... PHEP(5,..) - mass in GeV/c**2
0027 C... VHEP(1,..) - x vertex position in mm
0028 C... VHEP(2,..) - y vertex position in mm
0029 C... VHEP(3,..) - z vertex position in mm
0030 C... VHEP(4,..) - production time in mm/c
0031
0032 #endif