From 0a63d71264c9a45ee31f1bda44e0d337ce4ffdb6 Mon Sep 17 00:00:00 2001 From: alla Date: Mon, 22 Mar 2010 16:27:46 +0000 Subject: [PATCH] writing in T0.RecPoints calibrated time --- T0/AliT0Reconstructor.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/T0/AliT0Reconstructor.cxx b/T0/AliT0Reconstructor.cxx index 5e2e8943af0..3618b002dba 100644 --- a/T0/AliT0Reconstructor.cxx +++ b/T0/AliT0Reconstructor.cxx @@ -326,8 +326,8 @@ void AliT0Reconstructor::Reconstruct(AliRawReader* rawReader, TTree*recTree) con Double_t qtMip = ((TGraph*)fQTC.At(ipmt))->Eval(adc[ipmt]); AliDebug(10,Form(" Amlitude in MIPS LED %f ; QTC %f; in channels %i\n ",ampMip,qtMip, adc[ipmt])); - // frecpoints->SetTime(ipmt, Float_t(time[ipmt]) ); - frecpoints->SetTime(ipmt,Double32_t(timeCFD[ipmt])); + frecpoints->SetTime(ipmt, Float_t(time[ipmt]) ); + // frecpoints->SetTime(ipmt,Double32_t(timeCFD[ipmt])); frecpoints->SetAmpLED(ipmt, Double32_t( qtMip)); //for cosmic &pp beam frecpoints->SetAmp(ipmt, Double32_t(ampMip)); -- 2.43.5