|
ATLAS Offline Software
|
Go to the documentation of this file.
16 static const InterfaceID IID_TileCondToolAutoCr(
"TileCondToolAutoCr", 1, 0);
19 return IID_TileCondToolAutoCr;
28 declareInterface<TileCondToolAutoCr>(
this);
46 return StatusCode::SUCCESS;
54 return StatusCode::SUCCESS;
63 std::vector<float>&
vec)
const {
68 const unsigned int nElements(
calibDrawer->getObjSizeUint32());
70 if (
vec.size() != nElements) {
71 vec.resize(nElements);
74 for (
unsigned int i = 0;
i < nElements; ++
i) {
Generic class for storing a number of floats (Flt) for each channel or ADC.
std::vector< size_t > vec
const T * getCalibDrawer(unsigned int drawerIdx) const
Return TileCalibDrawer of type T.
::StatusCode StatusCode
StatusCode definition for legacy code.
Helpers for checking error return status codes and reporting errors.