#include <CRTMatch.h>
Public Attributes | |
bool | present |
Whether this CRTMatch has a matching track. More... | |
float | time |
Matching time [us] of track. T==0 is set to beam spill start time. More... | |
float | angle |
Angle between TPC track and CRT track. More... | |
Track Match
Definition at line 15 of file CRTMatch.h.
float numu::CRTMatch::Track::angle |
Angle between TPC track and CRT track.
Definition at line 18 of file CRTMatch.h.
bool numu::CRTMatch::Track::present |
Whether this CRTMatch has a matching track.
Definition at line 16 of file CRTMatch.h.
float numu::CRTMatch::Track::time |
Matching time [us] of track. T==0 is set to beam spill start time.
Definition at line 17 of file CRTMatch.h.