Enumerations | |
enum | DetId_t { kBo, kArgoNeuT, kMicroBooNE, kLBNE10kt, kJP250L, kLBNE35t, kLBNE34kt, kCSU40L, kLArIAT, kICARUS, kDetIdMax } |
enum | View_t { kU, kV, kW, kZ = kW, k3D, kUnknown } |
Enumerate the possible plane projections. More... | |
enum | SigType_t { kInduction, kCollection, kMysteryType } |
Enumerate the possible signal types. More... |
Definition at line 24 of file GeoConstants.hh.
Enumerate the possible signal types.
kInduction |
signal from induction planes |
kCollection |
signal from collection planes |
kMysteryType |
who knows? |
Definition at line 49 of file GeoConstants.hh.
00049 { 00050 kInduction, 00051 kCollection, 00052 kMysteryType 00053 };
Enumerate the possible plane projections.
Definition at line 39 of file GeoConstants.hh.