Marlin  01.17.01
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
FastMCParticleType.h
Go to the documentation of this file.
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 ,
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...