Skip to content
Snippets Groups Projects
Commit 0ebd1293 authored by Thomas Strebler's avatar Thomas Strebler Committed by Julien Maurer
Browse files

Demote warning to debug in KalmanVertexOnJetAxisUpdator (ATLASRECTS-7773)

Demote warning to debug in KalmanVertexOnJetAxisUpdator (ATLASRECTS-7773)
parent f1f83ad8
2 merge requests!666682023-10-24: merge of 23.0 into main,!66640Demote warning to debug in KalmanVertexOnJetAxisUpdator (ATLASRECTS-7773)
......@@ -238,8 +238,8 @@ namespace Trk{
const Amg::MatrixX & old_full_vrt_cov = myPosition.covariancePosition();
Eigen::FullPivLU<Amg::MatrixX> lu_decomp(old_full_vrt_cov);
if(!lu_decomp.isInvertible()){
ATH_MSG_WARNING ("The vertex-positions covariance matrix is not invertible");
ATH_MSG_WARNING ("The copy of initial vertex returned");
ATH_MSG_DEBUG ("The vertex-positions covariance matrix is not invertible");
ATH_MSG_DEBUG ("The copy of initial vertex returned");
return Trk::RecVertexPositions(myPosition);
}
......
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