CMS 3D CMS Logo

ParticleCode.h
Go to the documentation of this file.
1 #ifndef PhysicsTools_PatUtils_ParticleCode_h
2 #define PhysicsTools_PatUtils_ParticleCode_h
3 
15 namespace pat {
16 
18  enum ParticleType {
19  UNKNOWN = 0,
21  MUON,
22  TAU,
24  JET,
25  BJET,
26  TOP,
28  };
29 
30 
33  GOOD = 0,
34  BAD,
38  };
39 
40 
41 }
42 
43 #endif
3: Bad ECAL shower shape
Definition: ParticleCode.h:36
0: Unidentified isolated particle
Definition: ParticleCode.h:19
Definition: HeavyIon.h:7
1: Failed selection (without additional info)
Definition: ParticleCode.h:34
2: Bad H/E ratio
Definition: ParticleCode.h:35
4: Bad matching to track
Definition: ParticleCode.h:37
0: Passed selection
Definition: ParticleCode.h:33
ParticleStatus
Definition of particle status after selection.
Definition: ParticleCode.h:32
8: Invisible particle (Monte Carlo only)
Definition: ParticleCode.h:27
ParticleType
Definition of particle types.
Definition: ParticleCode.h:18