Belle II Software development
|
Calibration constants of a detector component. More...
#include <TOPCalEventT0Offset.h>
Public Member Functions | |
OffsetData () | |
Default constructor. | |
OffsetData (double T0, double sig, Const::EDetector det) | |
Full constructor. | |
Public Attributes | |
float | offset = 0 |
offset relative to TOP | |
float | sigma = 0 |
time resolution of the detector component | |
Const::EDetector | component = Const::invalidDetector |
detector component | |
Calibration constants of a detector component.
Definition at line 34 of file TOPCalEventT0Offset.h.
|
inline |
|
inline |
Full constructor.
T0 | offset relative to TOP |
sig | time resolution |
det | detector component |
Definition at line 51 of file TOPCalEventT0Offset.h.
Const::EDetector component = Const::invalidDetector |
detector component
Definition at line 37 of file TOPCalEventT0Offset.h.
float offset = 0 |
offset relative to TOP
Definition at line 35 of file TOPCalEventT0Offset.h.
float sigma = 0 |
time resolution of the detector component
Definition at line 36 of file TOPCalEventT0Offset.h.