![]() |
ATLAS Offline Software
|
#include <IConditionsStorage.h>
Classes | |
| class | TubeId |
Public Member Functions | |
| IConditionsStorage () | |
| virtual | ~IConditionsStorage () |
| virtual const std::vector< std::string > & | RowsFromMdtTubeTable () const |
| virtual const std::vector< std::string > & | RowsFromMdtTubeVTable () const |
| virtual const std::vector< std::string > & | RowsFromMdtTubeCTable () const |
| virtual bool | StoreT0Chamber (const int &chamber, const std::map< TubeId, coral::AttributeList > &rows)=0 |
| virtual bool | StoreRtChamber (const int &chamber, const std::map< int, SamplePoint > &points)=0 |
Private Attributes | |
| std::vector< std::string > | m_empty |
Definition at line 21 of file IConditionsStorage.h.
|
inline |
Definition at line 31 of file IConditionsStorage.h.
|
inlinevirtual |
Definition at line 32 of file IConditionsStorage.h.
|
inlinevirtual |
Definition at line 38 of file IConditionsStorage.h.
|
inlinevirtual |
Reimplemented in MuonCalib::MuonCalibDbCalibrationSource.
Definition at line 34 of file IConditionsStorage.h.
|
inlinevirtual |
Reimplemented in MuonCalib::MuonCalibDbCalibrationSource.
Definition at line 36 of file IConditionsStorage.h.
|
pure virtual |
Implemented in MuonCalib::MuonCalibDbCalibrationSource.
|
pure virtual |
Implemented in MuonCalib::MuonCalibDbCalibrationSource.
|
private |
Definition at line 46 of file IConditionsStorage.h.