ATLAS Offline Software
Loading...
Searching...
No Matches
TgcCondDbData.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
3*/
4
6
9
11 m_cachedDeadStationsId.insert(m_idHelperSvc->gasGapId(Id));
12}
13bool TgcCondDbData::isGood(const Identifier & Id) const {
14 return !m_cachedDeadStationsId.count(m_idHelperSvc->gasGapId(Id));
15}
Interface for Helper service that creates muon Identifiers and can be used to print Identifiers.
std::unordered_set< Identifier > m_cachedDeadStationsId
bool isGood(const Identifier &channelId) const
Returns whether the channelId does not belong to a dead gasGap.
TgcCondDbData(const Muon::IMuonIdHelperSvc *idHelperSvc)
const Muon::IMuonIdHelperSvc * m_idHelperSvc
void setDeadGasGap(const Identifier &id)
Declare all channels wires + strips in a gasGap as dead.