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