Marlin  1.17.1
 All Classes Namespaces Functions Variables Enumerations Friends Pages
FastMCParticleType.h
1 #ifndef FastMCParticleType_h
2 #define FastMCParticleType_h 1
3 
4 
5 #define NUMBER_OF_FASTMCPARTICLETYPES 5 // increase when adding a new type !!
6 
7 namespace marlin{
8 
16 
17  UNKNOWN = 0 ,
18  CHARGED = 1 ,
19  PHOTON = 2 ,
20  NEUTRAL_HADRON = 3 ,
21  NEUTRINO = 4
22  };
23 
24 } // end namespace
25 #endif
26 
27 
28 
FastMCParticleType
Enumeration that defines integer constants for various particle types used in the fast Monte Carlo...
Definition: FastMCParticleType.h:15