17 return StatusCode::SUCCESS;
21 const EventContext& ctx = Gaudi::Hive::currentContext();
22 std::unique_ptr<std::fstream> f_dump = !
m_dumpFile.value().empty() ?
23 std::make_unique<std::fstream>(
m_dumpFile, std::fstream::out) :
nullptr;
33 cabling->correctChannel(chId1, msgStream());
36 cabling->correctChannel(chId2, msgStream());
38 return StatusCode::SUCCESS;
#define ATH_CHECK
Evaluate an expression and check for errors.
ServiceHandle< Muon::IMuonIdHelperSvc > m_idHelperSvc
SG::ReadCondHandleKey< Nsw_CablingMap > m_cablingKey
virtual StatusCode execute() override
virtual StatusCode initialize() override
SG::ReadCondHandleKey< MuonGM::MuonDetectorManager > m_DetectorManagerKey
Gaudi::Property< std::string > m_dumpFile
The MuonDetectorManager stores the transient representation of the Muon Spectrometer geometry and pro...
const T * get(const ReadCondHandleKey< T > &key, const EventContext &ctx)
Convenience function to retrieve an object given a ReadCondHandleKey.