Typedefs | |
| typedef enum TrkPoint::ETrkPoint | TrkPoint_t |
Enumerations | |
| enum | ETrkPoint { kTarget = 1, kTargetExit = 2, kTargetEndPlane = 3, kHorn1Enter = 11, kHorn1NeckPlane = 12, kHorn1Exit = 13, kHorn1EndPlane = 14, kHorn2Enter = 21, kHorn2NeckPlane = 22, kHorn2Exit = 23, kHorn2EndPlane = 24, kDPipeEnter = 31, kDPipeExit = 32, kUnknown = -99 } |
Functions | |
| TrkPoint_t | StringToEnum (const std::string &trkpt) |
| TrkPoint_t | IntToEnum (int trkpt) |
| std::string | IntToString (int trkpt) |
| int | StringToInt (const std::string &trkpt) |
| std::string | AsString (TrkPoint_t trkpt) |
| std::string | AsLabel (TrkPoint_t trkpt) |
| int | AsInt (TrkPoint_t trkpt) |
| bool | Overlap (const TrkPoint_t lhs, const TrkPoint_t rhs) |
| typedef enum TrkPoint::ETrkPoint TrkPoint::TrkPoint_t |
| enum TrkPoint::ETrkPoint |
| Enumerator | |
|---|---|
| kTarget | |
| kTargetExit | |
| kTargetEndPlane | |
| kHorn1Enter | |
| kHorn1NeckPlane | |
| kHorn1Exit | |
| kHorn1EndPlane | |
| kHorn2Enter | |
| kHorn2NeckPlane | |
| kHorn2Exit | |
| kHorn2EndPlane | |
| kDPipeEnter | |
| kDPipeExit | |
| kUnknown | |
Definition at line 25 of file LBNEDataNtp_t.hh.
| int TrkPoint::AsInt | ( | TrkPoint_t | trkpt | ) |
Definition at line 569 of file LBNEDataNtp_t.cc.
| std::string TrkPoint::AsLabel | ( | TrkPoint_t | trkpt | ) |
Definition at line 545 of file LBNEDataNtp_t.cc.
| std::string TrkPoint::AsString | ( | TrkPoint_t | trkpt | ) |
Definition at line 522 of file LBNEDataNtp_t.cc.
| TrkPoint::TrkPoint_t TrkPoint::IntToEnum | ( | int | trkpt | ) |
Definition at line 486 of file LBNEDataNtp_t.cc.
| std::string TrkPoint::IntToString | ( | int | trkpt | ) |
Definition at line 510 of file LBNEDataNtp_t.cc.
| bool TrkPoint::Overlap | ( | const TrkPoint_t | lhs, |
| const TrkPoint_t | rhs | ||
| ) |
Definition at line 592 of file LBNEDataNtp_t.cc.
| TrkPoint::TrkPoint_t TrkPoint::StringToEnum | ( | const std::string & | trkpt | ) |
Definition at line 465 of file LBNEDataNtp_t.cc.
| int TrkPoint::StringToInt | ( | const std::string & | trkpt | ) |
Definition at line 516 of file LBNEDataNtp_t.cc.
1.8.11