 |
Belle II Software
release-05-01-25
|
10 #include <framework/dataobjects/BinnedEventT0.h>
11 #include <framework/logging/Logger.h>
19 B2ERROR(
"No binned event t0 available for the given detector. Returning 0.");
23 return foundEventT0->second;
EDetector
Enum for identifying the detector components (detector and subdetector).
void addBinnedEventT0(int eventT0, Const::EDetector detector)
Store a binned event t0 for the given detector replacing any other hypothesis for this detector.
Abstract base class for different kinds of events.
void clear()
Clear the list of extracted event T0 estimations.
std::map< Const::EDetector, int > m_eventT0Map
Internal storage of the event t0 list.
int getBinnedEventT0(const Const::EDetector detector) const
Return the stored binned event t0 for the given detector or 0 if nothing stored.
bool hasBinnedEventT0(const Const::EDetector detector) const
Check if one of the detectors in the given set has a binned t0 estimation.