diff --git a/Trigger/TrigSteer/DecisionHandling/src/ComboHypoToolBase.cxx b/Trigger/TrigSteer/DecisionHandling/src/ComboHypoToolBase.cxx index 2ef980bba9aceef2788f0a6a2606f23ea946aca7..efc062e09dce5893fb68b6aecb6cb90941ba4c6b 100644 --- a/Trigger/TrigSteer/DecisionHandling/src/ComboHypoToolBase.cxx +++ b/Trigger/TrigSteer/DecisionHandling/src/ComboHypoToolBase.cxx @@ -267,7 +267,7 @@ StatusCode ComboHypoToolBase::printDebugInformation(const Combo::LegDecisionsMap // Only print for this chain if (id == m_decisionId or (isLegId(id) and m_decisionId == getIDFromLeg(id))) { 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()); } }