Skip to content
Snippets Groups Projects
Commit 3fb6433c authored by John Derek Chapman's avatar John Derek Chapman Committed by Atlas Nightlybuild
Browse files

Merge branch 'changeVerbosityInSTGCClusterBuilder' into '21.3'

change verbosity level of sTGC prep data error printing

See merge request atlas/athena!35334

(cherry picked from commit d9e43281)

99f0da1b change verbosity level of sTGC prep data error printing
parent c1b84f44
No related branches found
No related tags found
No related merge requests found
......@@ -138,7 +138,7 @@ StatusCode Muon::SimpleSTgcClusterBuilderTool::getClusters(std::vector<Muon::sTg
//
// memory allocated dynamically for the PrepRawData is managed by Event Store in the converters
//
ATH_MSG_INFO("error on cluster " << sqrt((*covN)(0,0)) << " added error " << m_addError);
ATH_MSG_DEBUG("error on cluster " << sqrt((*covN)(0,0)) << " added error " << m_addError);
sTgcPrepData* prdN = new sTgcPrepData(clusterId,hash,localPosition,
rdoList, covN, cluster.at(0).detectorElement(),
......
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