Skip to content
Snippets Groups Projects

Move from MuonIdHelperTool to MuonIdHelperSvc (8)

Merged Nicolas Koehler requested to merge nkoehler/athena:muIdHelp8 into master
All threads resolved!
2 files
+ 3
3
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -47,7 +47,7 @@ StatusCode MuonCacheCreator::execute (const EventContext& ctx) const {
m_disableWarningCheck = true; //only check once
}
// Create the MDT cache container
auto maxHashMDTs = m_idHelperSvc->mdtIdHelper().stationNameIndex("BME") != -1 ? m_idHelperSvc->mdtIdHelper().detectorElement_hash_max() : m_idHelperSvc->mdtIdHelper().module_hash_max();
int maxHashMDTs = m_idHelperSvc->mdtIdHelper().stationNameIndex("BME") != -1 ? m_idHelperSvc->mdtIdHelper().detectorElement_hash_max() : m_idHelperSvc->mdtIdHelper().module_hash_max();
if (!m_MdtCsmCacheKey.key().empty()) {
ATH_CHECK(createContainer(m_MdtCsmCacheKey, maxHashMDTs, ctx));
ATH_MSG_DEBUG("Created cache container " << m_MdtCsmCacheKey);
Loading