Defines the enumerations of particle type and status. More...
Go to the source code of this file.
Namespaces | |
pat | |
Enumerations | |
enum | pat::ParticleStatus { pat::GOOD = 0, pat::BAD, pat::HOVERE, pat::SHOWER, pat::MATCHING } |
Definition of particle status after selection. More... | |
enum | pat::ParticleType { pat::UNKNOWN = 0, pat::ELECTRON, pat::MUON, pat::TAU, pat::PHOTON, pat::JET, pat::BJET, pat::TOP, pat::INVISIBLE } |
Definition of particle types. More... | |
Defines the enumerations of particle type and status.
Inspired from the MrParticle ID flags.
Definition in file ParticleCode.h.