Skip to content
Snippets Groups Projects
Commit 03e8677f authored by Nicolas Koehler's avatar Nicolas Koehler
Browse files

move to warning to be able to run large scale MT tests without crashes

parent c266e4bf
No related branches found
No related tags found
No related merge requests found
...@@ -690,7 +690,7 @@ namespace TrkDriftCircleMath { ...@@ -690,7 +690,7 @@ namespace TrkDriftCircleMath {
m_minuit->mnstat(chisq, edm, errdef, npari, nparx, icstat); m_minuit->mnstat(chisq, edm, errdef, npari, nparx, icstat);
int fitretval = errFlag5; int fitretval = errFlag5;
if (npari<0 || nparx < 0 || chisq < 0) ATH_MSG_ERROR("MdtSegmentT0Fitter MINUIT problem " << " chisq "<<chisq<<" npari "<<npari<<" nparx "<< nparx <<" fitretval "<< fitretval); if (npari<0 || nparx < 0 || chisq < 0) ATH_MSG_WARNING("MdtSegmentT0Fitter MINUIT problem " << " chisq "<<chisq<<" npari "<<npari<<" nparx "<< nparx <<" fitretval "<< fitretval<<" (cf. ATLASRECTS-5795)");
if (fitretval !=0 &&m_trace) { if (fitretval !=0 &&m_trace) {
ATH_MSG_DEBUG( " ALARM return value " << fitretval ); ATH_MSG_DEBUG( " ALARM return value " << fitretval );
......
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