|
Class Reference for E1039 Core & Analysis Software
|
Functions | |
| int | Hodo2Road (const int h1, const int h2, const int h3, const int h4, const int tb) |
| Convert a set of hodo IDs to a roadset ID. More... | |
| void | Road2Hodo (const int road, int &h1, int &h2, int &h3, int &h4, int &tb) |
| Convert a roadset ID to a set of hodo IDs. More... | |
| int UtilTrigger::Hodo2Road | ( | const int | h1, |
| const int | h2, | ||
| const int | h3, | ||
| const int | h4, | ||
| const int | tb | ||
| ) |
Convert a set of hodo IDs to a roadset ID.
Note that the max hodo IDs are 23 (H1), 16 (H2), 16 (H3) and 16 (H4).
Definition at line 9 of file UtilTrigger.cc.
| void UtilTrigger::Road2Hodo | ( | const int | road, |
| int & | h1, | ||
| int & | h2, | ||
| int & | h3, | ||
| int & | h4, | ||
| int & | tb | ||
| ) |
Convert a roadset ID to a set of hodo IDs.
Definition at line 15 of file UtilTrigger.cc.