A hit from the CRT. More...
#include <SRCRTHit.h>
Public Member Functions | |
SRCRTHit () | |
virtual | ~SRCRTHit () |
void | setDefault () |
Public Attributes | |
SRVector3D | position |
SRVector3D | position_err |
float | time |
float | t0 |
Hit time (from absolute time T0) relative to the gate start time [us]. More... | |
float | t1 |
Relatvie time w.r.t. beam early warning (from T1 module) [us]. More... | |
float | pe |
int | plane |
Plane that the CRT hit is on. More... | |
A hit from the CRT.
Definition at line 12 of file SRCRTHit.h.
caf::SRCRTHit::SRCRTHit | ( | ) |
Definition at line 12 of file SRCRTHit.cxx.
|
inlinevirtual |
Definition at line 17 of file SRCRTHit.h.
void caf::SRCRTHit::setDefault | ( | ) |
float caf::SRCRTHit::pe |
Definition at line 23 of file SRCRTHit.h.
int caf::SRCRTHit::plane |
Plane that the CRT hit is on.
Definition at line 24 of file SRCRTHit.h.
SRVector3D caf::SRCRTHit::position |
Definition at line 18 of file SRCRTHit.h.
SRVector3D caf::SRCRTHit::position_err |
Definition at line 19 of file SRCRTHit.h.
float caf::SRCRTHit::t0 |
Hit time (from absolute time T0) relative to the gate start time [us].
Definition at line 21 of file SRCRTHit.h.
float caf::SRCRTHit::t1 |
Relatvie time w.r.t. beam early warning (from T1 module) [us].
Definition at line 22 of file SRCRTHit.h.
float caf::SRCRTHit::time |
Definition at line 20 of file SRCRTHit.h.