Skip to content
Snippets Groups Projects
Commit e20288a5 authored by Vakhtang Tsulaia's avatar Vakhtang Tsulaia
Browse files

Merge branch 'clang.DecisionHandling-20210916' into 'master'

DecisionHandling: Fix clang warning.

See merge request !46527
parents 1a4b8e9a d31e41e7
7 merge requests!69091Fix correlated smearing bug in JER in JetUncertainties in 22.0,!58791DataQualityConfigurations: Modify L1Calo config for web display,!51674Fixing hotSpotInHIST for Run3 HIST,!50012RecExConfig: Adjust log message levels from GetRunNumber and GetLBNumber,!46784MuonCondInterface: Enable thread-safety checking.,!46776Updated LArMonitoring config file for WD to match new files produced using MT,!46527DecisionHandling: Fix clang warning.
...@@ -267,7 +267,7 @@ StatusCode ComboHypoToolBase::printDebugInformation(const Combo::LegDecisionsMap ...@@ -267,7 +267,7 @@ StatusCode ComboHypoToolBase::printDebugInformation(const Combo::LegDecisionsMap
// Only print for this chain // Only print for this chain
if (id == m_decisionId or (isLegId(id) and m_decisionId == getIDFromLeg(id))) { if (id == m_decisionId or (isLegId(id) and m_decisionId == getIDFromLeg(id))) {
ATH_MSG_DEBUG("-- " << HLT::Identifier(id) << " with " << ELV.size() << " elements"); ATH_MSG_DEBUG("-- " << HLT::Identifier(id) << " with " << ELV.size() << " elements");
for (const auto& EL : ELV) { for (const auto EL : ELV) {
ATH_MSG_DEBUG("-- -- container:" << EL.dataID() << ", index:" << EL.index()); ATH_MSG_DEBUG("-- -- container:" << EL.dataID() << ", index:" << EL.index());
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment