Structure for storing the extracted event t0s together with its detector and its uncertainty.
More...
#include <EventT0.h>
|
| EventT0Component ()=default |
| Empty constructor for ROOT.
|
|
| EventT0Component (double eventT0_, double eventT0Uncertainty_, const Const::DetectorSet &detectorSet_, const std::string &algorithm_="", double quality_=NAN) |
| Convenience constructor.
|
|
|
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.
|
|
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.
|
|
Structure for storing the extracted event t0s together with its detector and its uncertainty.
Definition at line 33 of file EventT0.h.
◆ EventT0Component()
Convenience constructor.
Definition at line 38 of file EventT0.h.
39 :
40 eventT0(eventT0_), eventT0Uncertainty(eventT0Uncertainty_), detectorSet(detectorSet_),
41 algorithm(algorithm_), quality(quality_) {}
◆ algorithm
std::string algorithm = "" |
Storage for which algorithm created the event t0.
Definition at line 54 of file EventT0.h.
◆ 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.
◆ eventT0
Storage of the T0 estimation.
Definition at line 44 of file EventT0.h.
◆ eventT0Uncertainty
double eventT0Uncertainty = NAN |
Storage of the uncertainty of the T0 estimation.
Definition at line 46 of file EventT0.h.
◆ quality
Storage for the internal quality estimation for a single algorithm. Only comparable for all temporaries with the same algorithm and detector.
Definition at line 56 of file EventT0.h.
The documentation for this struct was generated from the following file: