00001 #ifndef PhysicsTools_PatUtils_ParticleCode_h 00002 #define PhysicsTools_PatUtils_ParticleCode_h 00003 00015 namespace pat { 00016 00018 enum ParticleType { 00019 UNKNOWN = 0, 00020 ELECTRON, 00021 MUON, 00022 TAU, 00023 PHOTON, 00024 JET, 00025 BJET, 00026 TOP, 00027 INVISIBLE 00028 }; 00029 00030 00032 enum ParticleStatus { 00033 GOOD = 0, 00034 BAD, 00035 HOVERE, 00036 SHOWER, 00037 MATCHING 00038 }; 00039 00040 00041 } 00042 00043 #endif