1 #ifndef _UTIL_TRIGGER__H_
2 #define _UTIL_TRIGGER__H_
7 int Hodo2Road(
const int h1,
const int h2,
const int h3,
const int h4,
const int tb);
8 void Road2Hodo(
const int road,
int& h1,
int& h2,
int& h3,
int& h4,
int& tb);
An SQ interface class to hold a list of SQHit objects.
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.
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.
int ExtractRoadID(const SQHitVector *vec)
Find a unique road in the given list of SQHits.