19 declareInterface<ITileCondToolDspThreshold>(
this);
20 declareInterface<TileCondToolDspThreshold>(
this);
37 return StatusCode::SUCCESS;
45 return StatusCode::SUCCESS;
54 return calibDspThreshold->getCalibDrawer(drawerIdx)->getData(channel, adc, 0);
64 return calibDspThreshold->getCalibDrawer(drawerIdx)->getData(channel, adc, 1);
72 float& minimumThreshold,
float& maximumThreshold)
const {
75 minimumThreshold = calibDspThreshold->getCalibDrawer(drawerIdx)->getData(channel, adc, 0);
76 maximumThreshold = calibDspThreshold->getCalibDrawer(drawerIdx)->getData(channel, adc, 1);
86 return calibDspThreshold->getCalibDrawer(drawerIdx)->getData(channel, adc, 2);
#define ATH_CHECK
Evaluate an expression and check for errors.
Helpers for checking error return status codes and reporting errors.