|
ATLAS Offline Software
|
Go to the documentation of this file.
9 m_idHelperSvc{idHelperSvc}{}
14 if (!insert_itr.second) {
16 <<
" as it's been set before to "<<
m_thresholds[layerId]);
25 constexpr
double defaultThresh{999999.};
std::unordered_map< Identifier, double > m_thresholds
virtual Identifier layerId(const Identifier &id) const =0
create a layer ID, returns tube id for the MDTs
Class to provide easy MsgStream access and capabilities.
bool setThreshold(const Identifier &layerId, const double threshold)
const Muon::IMuonIdHelperSvc * m_idHelperSvc
TgcDigitThresholdData(const Muon::IMuonIdHelperSvc *idHelperSvc)
virtual std::string toString(const Identifier &id) const =0
print all fields to string
#define ATH_MSG_WARNING(x)
double getThreshold(const Identifier &channelId) const
Interface for Helper service that creates muon Identifiers and can be used to print Identifiers.