Matching information between a TPC Track and a CRT Hit. More...
#include <SRCRTHitMatch.h>
Public Member Functions | |
SRCRTHitMatch () | |
virtual | ~SRCRTHitMatch () |
Public Attributes | |
SRCRTHit | hit |
The CRT hit. More... | |
float | distance |
Distance from the projected TPC track to the CRT hit [cm]. More... | |
Matching information between a TPC Track and a CRT Hit.
Definition at line 13 of file SRCRTHitMatch.h.
caf::SRCRTHitMatch::SRCRTHitMatch | ( | ) |
Definition at line 10 of file SRCRTHitMatch.cxx.
|
inlinevirtual |
Definition at line 18 of file SRCRTHitMatch.h.
float caf::SRCRTHitMatch::distance |
Distance from the projected TPC track to the CRT hit [cm].
Definition at line 20 of file SRCRTHitMatch.h.
SRCRTHit caf::SRCRTHitMatch::hit |
The CRT hit.
Definition at line 19 of file SRCRTHitMatch.h.