Matching information between a TPC Track and a CRT Track. More...
#include <SRCRTTrackMatch.h>
Public Member Functions | |
SRCRTTrackMatch () | |
virtual | ~SRCRTTrackMatch () |
Public Attributes | |
float | time |
Time of the CRT Track [us]. More... | |
float | angle |
Relative angle between the TPC track and CRT track [rad]. More... | |
Matching information between a TPC Track and a CRT Track.
Definition at line 10 of file SRCRTTrackMatch.h.
caf::SRCRTTrackMatch::SRCRTTrackMatch | ( | ) |
Definition at line 12 of file SRCRTTrackMatch.cxx.
|
inlinevirtual |
Definition at line 15 of file SRCRTTrackMatch.h.
float caf::SRCRTTrackMatch::angle |
Relative angle between the TPC track and CRT track [rad].
Definition at line 17 of file SRCRTTrackMatch.h.
float caf::SRCRTTrackMatch::time |
Time of the CRT Track [us].
Definition at line 16 of file SRCRTTrackMatch.h.