From 3dfd348d5e96429a639f16a3a7eb9d9782a933af Mon Sep 17 00:00:00 2001 From: Suter Andreas Date: Fri, 22 Apr 2016 10:54:09 +0200 Subject: [PATCH] all mu minus fits to run log max likelihood minimization. --- src/classes/PMsrHandler.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/classes/PMsrHandler.cpp b/src/classes/PMsrHandler.cpp index d6d4e049..9bd06d26 100644 --- a/src/classes/PMsrHandler.cpp +++ b/src/classes/PMsrHandler.cpp @@ -5866,9 +5866,10 @@ void PMsrHandler::CheckMaxLikelihood() { if (!fStatistic.fChisq) { for (UInt_t i=0; i> PMsrHandler::CheckMaxLikelihood: **WARNING**: Maximum Log Likelihood Fit is only implemented"; - cerr << endl << ">> for Single Histogram Fit. Will fall back to Chi Square Fit."; + cerr << endl << ">> for Single Histogram and Mu Minus Fits. Will fall back to Chi Square Fit."; cerr << endl << endl; fStatistic.fChisq = true; break;