Belle II Software
release-08-01-10
|
Database object for timing offset (t0). More...
#include <CDCTriggerPlane.h>
Public Member Functions | |
CDCTriggerPlane () | |
Default constructor. | |
const TVector3 & | getTriggerPosition () const |
Getter for the center posotion of the trigger plane. | |
const TVector3 & | getTriggerDirection () const |
Getter for the normal vector to the trigger plane. | |
const TVector3 & | getPmtPosition () const |
Getter for the pmt position. | |
double | getLightPropSpeed () const |
Getter for the light speed in the scintillator. | |
Private Member Functions | |
ClassDef (CDCTriggerPlane, 1) | |
ClassDef. | |
Private Attributes | |
TVector3 | m_position |
center position of the trigger plane. | |
TVector3 | m_direction |
normal direction to the trigger plane. | |
TVector3 | m_pmtPosition |
edge position of the pmt. | |
double | m_lightPropSpeed = 12.9925 |
light of speed in the trigger counter. | |
Database object for timing offset (t0).
Definition at line 22 of file CDCTriggerPlane.h.