18 return StatusCode::SUCCESS;
26 if (!readHandle.isValid()) {
28 return StatusCode::FAILURE;
31 ATH_MSG_INFO(
"Loaded successfully the dead channel data");
34 ch_itr !=idHelper.module_end(); ++ch_itr) {
37 for (
int gasGap = idHelper.gasGapMin(chambId);
gasGap <= idHelper.gasGapMax(chambId); ++
gasGap) {
39 if (!readHandle->isGood(gasGapId)) {
44 return StatusCode::SUCCESS;