From 6facea7664a4df3904b0a258a831be13f9fa4579 Mon Sep 17 00:00:00 2001 From: marian Date: Thu, 10 Jun 2010 12:37:16 +0000 Subject: [PATCH] Use the same truncation in the reconstruction and also in calibration (Alexander) --- TPC/AliTPCcalibTimeGain.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TPC/AliTPCcalibTimeGain.cxx b/TPC/AliTPCcalibTimeGain.cxx index e03c9c5a67d..2a80899fdb8 100644 --- a/TPC/AliTPCcalibTimeGain.cxx +++ b/TPC/AliTPCcalibTimeGain.cxx @@ -248,8 +248,8 @@ AliTPCcalibTimeGain::AliTPCcalibTimeGain(const Text_t *name, const Text_t *title // default values for dE/dx fMIP = 50.; fUseMax = kTRUE; - fLowerTrunc = 0.0; - fUpperTrunc = 0.7; + fLowerTrunc = 0.02; + fUpperTrunc = 0.6; fUseShapeNorm = kTRUE; fUsePosNorm = kFALSE; fUsePadNorm = kFALSE; -- 2.39.3