CMS 3D CMS Logo

Namespaces | Enumerations
ParticleCode.h File Reference

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...
 

Detailed Description

Defines the enumerations of particle type and status.

Inspired from the MrParticle ID flags.

Author
F.J. Ronga (ETH Zurich)
Version
Id

Definition in file ParticleCode.h.