Marlin  01.17.01
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Namespaces | Macros | Enumerations
FastMCParticleType.h File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 marlin
 Simple event selector processor.
 

Macros

#define NUMBER_OF_FASTMCPARTICLETYPES   5
 

Enumerations

enum  marlin::FastMCParticleType {
  marlin::UNKNOWN = 0, marlin::CHARGED = 1, marlin::PHOTON = 2, marlin::NEUTRAL_HADRON = 3,
  marlin::NEUTRINO = 4
}
 Enumeration that defines integer constants for various particle types used in the fast Monte Carlo. More...
 

Macro Definition Documentation

#define NUMBER_OF_FASTMCPARTICLETYPES   5

Definition at line 5 of file FastMCParticleType.h.