18 return StatusCode::SUCCESS;
26 if (!readHandle.isValid()) {
28 return StatusCode::FAILURE;
31 ATH_MSG_INFO(
"Loaded successfully the dead channel data");
33 std::unordered_set<Identifier> uniqueThreshData{};
35 ch_itr !=idHelper.module_end(); ++ch_itr) {
38 for (
int gasGap = idHelper.gasGapMin(chambId);
gasGap <= idHelper.gasGapMax(chambId); ++
gasGap) {
39 for (
bool isStrip : {
false,
true}) {
41 const double threshold = readHandle->getThreshold(gasGapId);
45 if (!uniqueThreshData.insert(idHelper.channelID(idHelper.stationName(chambId),
46 std::abs(idHelper.stationEta(chambId)),
52 return StatusCode::SUCCESS;