Skip to content
Snippets Groups Projects
Commit 56e7cc5c authored by Frank Winklmeier's avatar Frank Winklmeier
Browse files

Merge branch 'rec5756' into 'master'

Move to warning to be able to run large scale MT tests without crashes (ATLASRECTS-5756)

Closes ATLASRECTS-5756

See merge request !38550
parents d812f0fe 03e8677f
No related branches found
No related tags found
No related merge requests found
......@@ -690,7 +690,7 @@ namespace TrkDriftCircleMath {
m_minuit->mnstat(chisq, edm, errdef, npari, nparx, icstat);
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) {
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