ATLAS Offline Software
|
Conditions object to mark switched-off Tgc gasGaps. More...
#include <TgcCondDbData.h>
Public Member Functions | |
TgcCondDbData (const Muon::IMuonIdHelperSvc *idHelperSvc) | |
virtual | ~TgcCondDbData ()=default |
void | setDeadGasGap (const Identifier &id) |
Declare all channels wires + strips in a gasGap as dead. More... | |
bool | isGood (const Identifier &channelId) const |
Returns whether the channelId does not belong to a dead gasGap. More... | |
Private Attributes | |
const Muon::IMuonIdHelperSvc * | m_idHelperSvc {nullptr} |
std::unordered_set< Identifier > | m_cachedDeadStationsId {} |
Conditions object to mark switched-off Tgc gasGaps.
Definition at line 20 of file TgcCondDbData.h.
TgcCondDbData::TgcCondDbData | ( | const Muon::IMuonIdHelperSvc * | idHelperSvc | ) |
Definition at line 7 of file TgcCondDbData.cxx.
|
virtualdefault |
bool TgcCondDbData::isGood | ( | const Identifier & | channelId | ) | const |
Returns whether the channelId does not belong to a dead gasGap.
Definition at line 13 of file TgcCondDbData.cxx.
void TgcCondDbData::setDeadGasGap | ( | const Identifier & | id | ) |
Declare all channels wires + strips in a gasGap as dead.
Definition at line 10 of file TgcCondDbData.cxx.
|
private |
Definition at line 32 of file TgcCondDbData.h.
|
private |
Definition at line 31 of file TgcCondDbData.h.