From db0ec55b41bbd08da60f1184d175c2c70c7b43b6 Mon Sep 17 00:00:00 2001 From: Frank Winklmeier <frank.winklmeier@cern.ch> Date: Wed, 17 Apr 2019 10:04:47 +0200 Subject: [PATCH] MuFastSteering: Change some INFO messages to DEBUG --- Trigger/TrigAlgorithms/TrigL2MuonSA/src/MuFastSteering.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Trigger/TrigAlgorithms/TrigL2MuonSA/src/MuFastSteering.cxx b/Trigger/TrigAlgorithms/TrigL2MuonSA/src/MuFastSteering.cxx index d84d1f18eda..ce741bbc402 100644 --- a/Trigger/TrigAlgorithms/TrigL2MuonSA/src/MuFastSteering.cxx +++ b/Trigger/TrigAlgorithms/TrigL2MuonSA/src/MuFastSteering.cxx @@ -861,8 +861,8 @@ StatusCode MuFastSteering::findMuonSignature(const DataVector<const TrigRoiDescr if ( updateTriggerElement ) { - ATH_MSG_INFO("Updating the trigger element"); - ATH_MSG_INFO(">> Retrieved the buffer, with size: " << m_calStreamer->getLocalBufferSize()); + ATH_MSG_DEBUG("Updating the trigger element"); + ATH_MSG_DEBUG(">> Retrieved the buffer, with size: " << m_calStreamer->getLocalBufferSize()); // create the TrigCompositeContainer to store the calibration buffer // at StatusCode execute() and hltExecute(). @@ -1026,7 +1026,7 @@ bool MuFastSteering::storeMuonSA(const LVL1::RecMuonRoI* roi, ATH_MSG_DEBUG("pattern#0: # of hits at barrel endcap inner =" << pattern.mdtSegments[endcapinner].size()); } ATH_MSG_DEBUG("### ************************************* ###"); - ATH_MSG_INFO("Estimated muon pt = " << pattern.pt << " GeV"); + ATH_MSG_DEBUG("Estimated muon pt = " << pattern.pt << " GeV"); // --------- // store xAOD -- GitLab