From ae0e27161d16549134dd36eeb1f4e861dda92cab Mon Sep 17 00:00:00 2001 From: kharlov Date: Tue, 1 Jul 2008 20:36:23 +0000 Subject: [PATCH] Number of ALTRO samples is reduced to 100 --- PHOS/AliPHOSPulseGenerator.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/PHOS/AliPHOSPulseGenerator.h b/PHOS/AliPHOSPulseGenerator.h index 86a194ce20a..0b63e092de1 100644 --- a/PHOS/AliPHOSPulseGenerator.h +++ b/PHOS/AliPHOSPulseGenerator.h @@ -65,8 +65,7 @@ private: static Double_t fgHighLowGainFactor ; // high to low gain factor static Int_t fgOrder ; // order of the gamma function - // static const Int_t fkTimeBins = 64 ; // number of sampling bins - static const Int_t fkTimeBins = 1008 ; // number of sampling bins + static const Int_t fkTimeBins = 100 ; // number of sampling bins static Double_t fgTimeMax ; // maximum sampled time static Double_t fgTimePeak ; // peaking time -- 2.43.5