Belle II Software  release-08-01-10
OnlineEventT0 Class Reference

Storage element for the eventwise T0 estimation computed on HLT. More...

#include <OnlineEventT0.h>

Inheritance diagram for OnlineEventT0:
Collaboration diagram for OnlineEventT0:

Public Member Functions

 OnlineEventT0 ()
 default constructor
 
 OnlineEventT0 (float eventT0, float eventT0Uncertainty, const Const::DetectorSet &detector)
 Constructor. More...
 
float getOnlineEventT0 () const
 Return the online event t0.
 
float getOnlineEventT0Uncertainty () const
 Return the online event t0 uncertainty.
 
Const::DetectorSet getOnlineEventT0Detector ()
 Return the online event t0 detector.
 

Private Attributes

float m_eventT0 = NAN
 Storage of the online T0 estimation.
 
float m_eventT0Uncertainty = NAN
 Storage of the uncertainty of the online T0 estimation.
 
Const::DetectorSet m_detector
 Storage of the detector, who has determined the event T0.
 

Detailed Description

Storage element for the eventwise T0 estimation computed on HLT.

It can store a float value with uncertainty together with the detector component.

Definition at line 25 of file OnlineEventT0.h.

Constructor & Destructor Documentation

◆ OnlineEventT0()

OnlineEventT0 ( float  eventT0,
float  eventT0Uncertainty,
const Const::DetectorSet detector 
)
inline

Constructor.

Parameters
eventT0EventT0 computed on HLT
eventT0Uncertaintyuncertainity on EventT0 computed on HLT
detectordetector which provided the EventT0

Definition at line 37 of file OnlineEventT0.h.

38  : m_eventT0(eventT0)
39  , m_eventT0Uncertainty(eventT0Uncertainty)
40  , m_detector(detector)
41  {}
Const::DetectorSet m_detector
Storage of the detector, who has determined the event T0.
Definition: OnlineEventT0.h:61
float m_eventT0Uncertainty
Storage of the uncertainty of the online T0 estimation.
Definition: OnlineEventT0.h:58
float m_eventT0
Storage of the online T0 estimation.
Definition: OnlineEventT0.h:55

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