Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Modules/TPC/src/PID.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ void PID::endOfCycle()
fitFunc.SetParameter(5, 10); // Sigma of the second Gaussian

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

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

Expand Down