9#include <top/dbobjects/TOPCalPrecision.h>
10#include <framework/logging/Logger.h>
22 if (pf->GetNbinsX() != 16) B2ERROR(
"TOPCalPrecision::set(TProfile*): profile histogram must have 16 bins, but found " <<
25 for (
int i = 1; i <= pf->GetNbinsX(); i++) {
32 unsigned i = moduleID - 1;
std::vector< float > m_precisions
time calibration precisions (index = slot - 1)
double get(int moduleID) const
Getter.
void set(const TProfile *pf)
Setter.
Abstract base class for different kinds of events.