|
ATLAS Offline Software
|
Go to the documentation of this file.
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);
::StatusCode StatusCode
StatusCode definition for legacy code.
Helpers for checking error return status codes and reporting errors.