Struct CRTHitMatch::match_t¶
- Defined in File CRTHitMatch.h
Nested Relationships¶
This struct is a nested type of Class CRTHitMatch.
Struct Documentation¶
-
struct
match_t internal struct used to compile info about a TPC track to CRT hit match
Public Functions
-
bool
operator<(const match_t &rhs) comparator used to sort match candidates by distance to CRT hit
Public Members
-
int
hitidx index of CRT hit in the event container
-
int
trackidx index of track in the event container
-
float
dist2hit distance to closest CRT hit
-
float
tracklen length of track reconstructed
-
bool