Typedefs | |
| typedef enum AtNuEventType::EEventType | EventType_t |
Enumerations | |
| enum | EEventType { kNothing = 0x00, kGoodSlice = 0x01, kGoodEvent = 0x02, kGoodTrack = 0x04, kGoodShower = 0x08, kCV = 0x10, kCE = 0x20, kUP = 0x40, kFC = 0x80, kPC = 0x100, kPCDN = 0x200, kPCUP = 0x400, kUPMU = 0x800, kCosmic = 0x1000, kGoodCosmic = 0x2000, kStoppingMuon = 0x4000, kThroughGoingMuon = 0x8000, kMultipleMuon = 0x10000, kVeto = 0x20000, kSpill = 0x40000, kBeamSpill = 0x80000, kFakeSpill = 0x100000, kGoodDirection = 0x200000, kGoodEnergy = 0x400000, kGoodCharge = 0x800000, kPositiveCharge = 0x1000000, kNegativeCharge = 0x2000000, kAtmosNumu = 0x4000000, kAtmosNumuCV = 0x8000000, kAtmosNumuUP = 0x10000000, kAtmosNue = 0x20000000, kLIevent = 0x40000000, kMCscatter = 0x80000000 } |
|
|
|
|
|
Definition at line 6 of file AtNuEventType.h. 00006 {
00007 kNothing = 0x00,
00008 kGoodSlice = 0x01,
00009 kGoodEvent = 0x02,
00010 kGoodTrack = 0x04,
00011 kGoodShower = 0x08,
00012 kCV = 0x10,
00013 kCE = 0x20,
00014 kUP = 0x40,
00015 kFC = 0x80,
00016 kPC = 0x100,
00017 kPCDN = 0x200,
00018 kPCUP = 0x400,
00019 kUPMU = 0x800,
00020 kCosmic = 0x1000,
00021 kGoodCosmic = 0x2000,
00022 kStoppingMuon = 0x4000,
00023 kThroughGoingMuon = 0x8000,
00024 kMultipleMuon = 0x10000,
00025 kVeto = 0x20000,
00026 kSpill = 0x40000,
00027 kBeamSpill = 0x80000,
00028 kFakeSpill = 0x100000,
00029 kGoodDirection = 0x200000,
00030 kGoodEnergy = 0x400000,
00031 kGoodCharge = 0x800000,
00032 kPositiveCharge = 0x1000000,
00033 kNegativeCharge = 0x2000000,
00034 kAtmosNumu = 0x4000000,
00035 kAtmosNumuCV = 0x8000000,
00036 kAtmosNumuUP = 0x10000000,
00037 kAtmosNue = 0x20000000,
00038 kLIevent = 0x40000000,
00039 kMCscatter = 0x80000000
00040 } EventType_t;
|
1.3.9.1