Skip to content

Commit 4f83684

Browse files
ehellbarwiechula
authored andcommitted
TPC PID: attempt to avoid occasional TMinuit errors
1 parent c3df473 commit 4f83684

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/TPC/src/PID.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ void PID::endOfCycle()
114114
fitFunc.SetParameter(5, 10); // Sigma of the second Gaussian
115115

116116
// Fit the histogram with the fitting function
117-
hist->Fit(&fitFunc, "QRN");
117+
hist->Fit(&fitFunc, "QRNM");
118118

119119
const TString binLabels[8] = { "Amplitude Pi", "Mean Pi", "Sigma Pi", "Amplitude El", "Mean El", "Sigma El", "Separation Power", "chiSquare/ndf" };
120120

0 commit comments

Comments
 (0)