]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EMCAL/AliEMCALClusterizerv1.cxx
Increase digit time cut to reconstruct real data
[u/mrichter/AliRoot.git] / EMCAL / AliEMCALClusterizerv1.cxx
index ca9d37b24dc05f127a73e12055d5d472070666a5..583f522dc2941d9c7efe81108246b41f5169ba91 100644 (file)
@@ -425,7 +425,8 @@ void AliEMCALClusterizerv1::InitParameters()
 { 
   // Initializes the parameters for the Clusterizer
   fNumberOfECAClusters = 0;
-  fTimeCut = 300e-9 ; // 300 ns time cut (to be tuned) 
+  fTimeCut = 1. ; // Originally 300 ns time cut, in data time found to be between 350 ns and 1500 ns, relax the cut for the moment.
+  //Gustavo, 17-12-09
 
   fCalibData               = 0 ;
   fCaloPed                 = 0 ;