25 const IInterface* parent)
28 declareInterface<TileCondToolAutoCr>(
this);
46 return StatusCode::SUCCESS;
54 return StatusCode::SUCCESS;
63 std::vector<float>&
vec)
const {
67 const TileCalibDrawerFlt* calibDrawer = calibAutoCorrelation->getCalibDrawer(drawerIdx);
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) {
75 vec[i] = calibDrawer->getData(channel, adc, i);
#define ATH_CHECK
Evaluate an expression and check for errors.
std::vector< size_t > vec
Helpers for checking error return status codes and reporting errors.
Generic class for storing a number of floats (Flt) for each channel or ADC.