Class Reference for E1039 Core & Analysis Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
UtilTrigger.h
Go to the documentation of this file.
1 #ifndef _UTIL_TRIGGER__H_
2 #define _UTIL_TRIGGER__H_
3 //#include <vector>
4 
5 namespace UtilTrigger {
6  int Hodo2Road(const int h1, const int h2, const int h3, const int h4, const int tb);
7  void Road2Hodo(const int road, int& h1, int& h2, int& h3, int& h4, int& tb);
8 }; // namespace UtilTrigger
9 
10 #endif /* _UTIL_TRIGGER__H_ */
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.
Definition: UtilTrigger.cc:9
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.
Definition: UtilTrigger.cc:15