19 for (
const T* calibDrawer : uniqueDrawers) {
Templated condition object to keep TileCalibDrawers.
const T * getCalibDrawer(unsigned int drawerIdx) const
Return TileCalibDrawer of type T.
std::vector< const T * > m_calibDrawers
void setCalibDrawer(unsigned int drawerIdx, const T *calibDrawer)
Store TileCalibDrawer of type T The TileCalibData takes ownership of TileCalibDrawer.
Static class providing several utility functions and constants.
static const unsigned int MAX_DRAWERIDX
Maximal drawer index.
Thrown if an index is out of range.