Belle II Software development
TOPCalEventT0Offset::OffsetData Struct Reference

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
 

Detailed Description

Calibration constants of a detector component.

Definition at line 34 of file TOPCalEventT0Offset.h.

Constructor & Destructor Documentation

◆ OffsetData() [1/2]

OffsetData ( )
inline

Default constructor.

Definition at line 42 of file TOPCalEventT0Offset.h.

43 {}

◆ OffsetData() [2/2]

OffsetData ( double  T0,
double  sig,
Const::EDetector  det 
)
inline

Full constructor.

Parameters
T0offset relative to TOP
sigtime resolution
detdetector component

Definition at line 51 of file TOPCalEventT0Offset.h.

51 : offset(T0), sigma(sig), component(det)
52 {}
Const::EDetector component
detector component
float sigma
time resolution of the detector component

Member Data Documentation

◆ component

Const::EDetector component = Const::invalidDetector

detector component

Definition at line 37 of file TOPCalEventT0Offset.h.

◆ offset

float offset = 0

offset relative to TOP

Definition at line 35 of file TOPCalEventT0Offset.h.

◆ sigma

float sigma = 0

time resolution of the detector component

Definition at line 36 of file TOPCalEventT0Offset.h.


The documentation for this struct was generated from the following file: