]> git.uio.no Git - u/mrichter/AliRoot.git/blame - ISAJET/isajet/hepevt.inc
Added the fFailed data member that gives the status of the file and of galice
[u/mrichter/AliRoot.git] / ISAJET / isajet / hepevt.inc
CommitLineData
0795afa3 1#ifndef CERNLIB_ISAJET_HEPEVT_INC
2#define CERNLIB_ISAJET_HEPEVT_INC
3*
4*
5* hepevt.inc
6*
7 INTEGER NMXHEP
8 PARAMETER (NMXHEP=4000)
9 COMMON/HEPEVT/NEVHEP,NHEP,ISTHEP(NMXHEP),IDHEP(NMXHEP),
10 $JMOHEP(2,NMXHEP),JDAHEP(2,NMXHEP),PHEP(5,NMXHEP),VHEP(4,NMXHEP)
11 INTEGER NEVHEP,NHEP,ISTHEP,IDHEP,JMOHEP,JDAHEP
12 REAL PHEP,VHEP
13 SAVE /HEPEVT/
14C... NEVHEP - event number
15C... NHEP - number of entries in this event
16C... ISTHEP(..) - status code
17C... IDHEP(..) - particle ID, P.D.G. standard
18C... JMOHEP(1,..) - position of mother particle in list
19C... JMOHEP(2,..) - position of second mother particle in list
20C... JDAHEP(1,..) - position of first daughter in list
21C... JDAHEP(2,..) - position of last daughter in list
22C... PHEP(1,..) - x momentum in GeV/c
23C... PHEP(2,..) - y momentum in GeV/c
24C... PHEP(3,..) - z momentum in GeV/c
25C... PHEP(4,..) - energy in GeV
26C... PHEP(5,..) - mass in GeV/c**2
27C... VHEP(1,..) - x vertex position in mm
28C... VHEP(2,..) - y vertex position in mm
29C... VHEP(3,..) - z vertex position in mm
30C... VHEP(4,..) - production time in mm/c
31
32#endif