StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
HEPEVT-KKMC.h
1 C this is the hepevt class in old style. No d_h_ class pre-name
2 C this is KK case. In principle not neededed.
3  INTEGER NMXHEP
4  PARAMETER (NMXHEP=2000)
5  REAL*8 phep, vhep ! to be real*4/ *8 depending on host
6  INTEGER nevhep,nhep,isthep,idhep,jmohep,
7  $ jdahep
8  COMMON /d_hepevt/
9  $ nevhep, ! serial number
10  $ nhep, ! number of particles
11  $ isthep(nmxhep), ! status code
12  $ idhep(nmxhep), ! particle ident KF
13  $ jmohep(2,nmxhep), ! parent particles
14  $ jdahep(2,nmxhep), ! childreen particles
15  $ phep(5,nmxhep), ! four-momentum, mass [GeV]
16  $ vhep(4,nmxhep) ! vertex [mm]
17 * ----------------------------------------------------------------------
18  LOGICAL qedrad
19  COMMON /phoqed/
20  $ qedrad(nmxhep) ! Photos flag
21 * ----------------------------------------------------------------------
22  SAVE hepevt,phoqed
Controls the configuration and initialization of Photos.