]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EMCAL/AliEMCALSDigitizer.cxx
Added case of EM + Charged + Pi0
[u/mrichter/AliRoot.git] / EMCAL / AliEMCALSDigitizer.cxx
index e7ca45e5de644ad569dc1681ab039aeda4d408b6..674d654bd1907ba634fd172774a4bd80caa8e17f 100644 (file)
@@ -68,7 +68,6 @@ ClassImp(AliEMCALSDigitizer)
 {
   // ctor
   fFirstEvent = fLastEvent  = 0 ;  
-  InitParameters() ; 
   fDefaultInit = kTRUE ; 
 }
 
@@ -149,8 +148,8 @@ void AliEMCALSDigitizer::InitParameters()
   if (geom->GetSampling() == 0.) {
     Fatal("InitParameters", "Sampling factor not set !") ; 
   }
-  else
-    Info("InitParameters", "Sampling factor set to %f", geom->GetSampling()) ; 
+//   else
+//     Info("InitParameters", "Sampling factor set to %f", geom->GetSampling()) ; 
   
   // this threshold corresponds approximately to 100 MeV
   fECPrimThreshold     = 100E-3;