Belle II Software  release-08-01-10
EventT0::EventT0Component Struct Reference

Structure for storing the extracted event t0s together with its detector and its uncertainty. More...

#include <EventT0.h>

Collaboration diagram for EventT0::EventT0Component:

Public Member Functions

 EventT0Component ()=default
 Empty constructor for ROOT.
 
 EventT0Component (double eventT0_, double eventT0Uncertainty_, const Const::DetectorSet &detectorSet_, const std::string &algorithm_="", double quality_=NAN)
 Convenience constructor.
 

Public Attributes

double eventT0 = NAN
 Storage of the T0 estimation.
 
double eventT0Uncertainty = NAN
 Storage of the uncertainty of the T0 estimation.
 
Const::DetectorSet detectorSet
 Storage of the detector, who has determined the event T0. More...
 
std::string algorithm = ""
 Storage for which algorithm created the event t0.
 
double quality = NAN
 Storage for the internal quality estimation for a single algorithm. Only comparable for all temporaries with the same algorithm and detector.
 

Detailed Description

Structure for storing the extracted event t0s together with its detector and its uncertainty.

Definition at line 33 of file EventT0.h.

Member Data Documentation

◆ detectorSet

Const::DetectorSet detectorSet

Storage of the detector, who has determined the event T0.

Can be multiple detectors, if the value was computed using information from multiple detectors.

Definition at line 52 of file EventT0.h.


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