Class Reference for E1039 Core & Analysis Software
|
#include </dev/shm/kenichi/update-github-e1039-doc/e1039-core/packages/UtilAna/TrigRoad.h>
Public Member Functions | |
TrigRoad () | |
virtual | ~TrigRoad () |
std::string | str (const int level=0) const |
Static Public Member Functions | |
static void | Road2Hodo (const int road, int &h1, int &h2, int &h3, int &h4, int &tb) |
static int | Hodo2Road (const int h1, const int h2, const int h3, const int h4, const int tb) |
Public Attributes | |
int | road_id |
int | charge |
int | H1X |
int | H2X |
int | H3X |
int | H4X |
Definition at line 7 of file TrigRoad.h.
UtilTrigger::TrigRoad::TrigRoad | ( | ) |
Definition at line 8 of file TrigRoad.cc.
|
inlinevirtual |
Definition at line 17 of file TrigRoad.h.
|
static |
Definition at line 29 of file TrigRoad.cc.
|
static |
Definition at line 19 of file TrigRoad.cc.
std::string UtilTrigger::TrigRoad::str | ( | const int | level = 0 | ) | const |
int UtilTrigger::TrigRoad::charge |
Definition at line 10 of file TrigRoad.h.
Referenced by UtilTrigger::TrigRoads::LoadConfig(), and str().
int UtilTrigger::TrigRoad::H1X |
Definition at line 11 of file TrigRoad.h.
Referenced by UtilTrigger::TrigRoads::LoadConfig(), and str().
int UtilTrigger::TrigRoad::H2X |
Definition at line 12 of file TrigRoad.h.
Referenced by UtilTrigger::TrigRoads::LoadConfig(), and str().
int UtilTrigger::TrigRoad::H3X |
Definition at line 13 of file TrigRoad.h.
Referenced by UtilTrigger::TrigRoads::LoadConfig(), and str().
int UtilTrigger::TrigRoad::H4X |
Definition at line 14 of file TrigRoad.h.
Referenced by UtilTrigger::TrigRoads::LoadConfig(), and str().
int UtilTrigger::TrigRoad::road_id |
Definition at line 9 of file TrigRoad.h.
Referenced by UtilTrigger::TrigRoads::LoadConfig(), and str().