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 c11a5b5 commit 1ee7bb6Copy full SHA for 1ee7bb6
Common/DCAFitter/include/DCAFitter/DCAFitterN.h
@@ -1082,7 +1082,7 @@ GPUd() bool DCAFitterN<N, Args...>::minimizeChi2NoErr()
1082
// do Newton-Rapson iteration with corrections = - dchi2/d{x0..xN} * [ d^2chi2/d{x0..xN}^2 ]^-1
1083
if (!mD2Chi2Dx2.Invert()) {
1084
if (mLoggerBadInv.needToLog()) {
1085
- printf("itter %d: error (%ld muted): Inversion failed\n", mFitterID, mLoggerBadCov.getNMuted());
+ printf("fitter %d: error (%ld muted): Inversion failed\n", mFitterID, mLoggerBadCov.getNMuted());
1086
mLoggerBadInv.evCountPrev = mLoggerBadInv.evCount;
1087
}
1088
mFitStatus[mCurHyp] = FitStatus::FailInv2ndDeriv;
0 commit comments