5#ifndef MuonCalib__IConditionStorage_h
6#define MuonCalib__IConditionStorage_h
41 virtual bool StoreT0Chamber(
const int &chamber,
const std::map<TubeId, coral::AttributeList> &rows) = 0;
43 virtual bool StoreRtChamber(
const int &chamber,
const std::map<int, SamplePoint> &points) = 0;
bool operator>(const TubeId &other) const
bool operator<(const TubeId &other) const
virtual ~IConditionsStorage()
virtual bool StoreT0Chamber(const int &chamber, const std::map< TubeId, coral::AttributeList > &rows)=0
virtual const std::vector< std::string > & RowsFromMdtTubeTable() const
virtual const std::vector< std::string > & RowsFromMdtTubeVTable() const
virtual const std::vector< std::string > & RowsFromMdtTubeCTable() const
std::vector< std::string > m_empty
virtual bool StoreRtChamber(const int &chamber, const std::map< int, SamplePoint > &points)=0
This class provides a sample point for the BaseFunctionFitter.
CscCalcPed - algorithm that finds the Cathode Strip Chamber pedestals from an RDO.