From aeebe8b4dd209170d07f4c1907c7076ac0a528a6 Mon Sep 17 00:00:00 2001 From: nemu Date: Mon, 22 Feb 2010 08:32:29 +0000 Subject: [PATCH] fixed lifetimecorrection bug (see MUSR-123) --- src/classes/PMusr.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/classes/PMusr.cpp b/src/classes/PMusr.cpp index 6a940ce7..03c4c6a0 100644 --- a/src/classes/PMusr.cpp +++ b/src/classes/PMusr.cpp @@ -576,7 +576,7 @@ void PMsrRunBlock::CleanUp() fBkgFitParamNo = -1; // undefined background parameter number fPhaseParamNo = -1; // undefined phase parameter number fLifetimeParamNo = -1; // undefined lifetime parameter number - fLifetimeCorrection = true; // lifetime correction == true by default (used in single histogram musrview) + fLifetimeCorrection = false; // lifetime correction == false by default (used in single histogram musrview) fBkgFix[0] = PMUSR_UNDEFINED; // undefined fixed background for forward fBkgFix[1] = PMUSR_UNDEFINED; // undefined fixed background for backward for (UInt_t i=0; i<4; i++) {