We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ab77e6 commit 08f60b3Copy full SHA for 08f60b3
Common/DCAFitter/include/DCAFitter/DCAFitterN.h
@@ -1079,7 +1079,7 @@ GPUd() bool DCAFitterN<N, Args...>::minimizeChi2NoErr()
1079
// do Newton-Rapson iteration with corrections = - dchi2/d{x0..xN} * [ d^2chi2/d{x0..xN}^2 ]^-1
1080
if (!mD2Chi2Dx2.Invert()) {
1081
if (mLoggerBadInv.needToLog()) {
1082
- printf("itter %d: error (%ld muted): Inversion failed\n", mFitterID, mLoggerBadCov.getNMuted());
+ printf("fitter %d: error (%ld muted): Inversion failed\n", mFitterID, mLoggerBadCov.getNMuted());
1083
mLoggerBadInv.evCountPrev = mLoggerBadInv.evCount;
1084
}
1085
mFitStatus[mCurHyp] = FitStatus::FailInv2ndDeriv;
0 commit comments