Belle II Software development
|
Storage element for the eventwise T0 estimation computed on HLT. More...
#include <OnlineEventT0.h>
Public Member Functions | |
OnlineEventT0 () | |
default constructor | |
OnlineEventT0 (float eventT0, float eventT0Uncertainty, const Const::DetectorSet &detector) | |
Constructor. | |
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. | |
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.
|
inline |
|
inline |
Constructor.
eventT0 | EventT0 computed on HLT |
eventT0Uncertainty | uncertainity on EventT0 computed on HLT |
detector | detector which provided the EventT0 |
Definition at line 37 of file OnlineEventT0.h.
|
inline |
|
inline |
|
inline |
|
private |
Storage of the detector, who has determined the event T0.
Definition at line 61 of file OnlineEventT0.h.
|
private |
Storage of the online T0 estimation.
Definition at line 55 of file OnlineEventT0.h.
|
private |
Storage of the uncertainty of the online T0 estimation.
Definition at line 58 of file OnlineEventT0.h.