]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
set temporarely the noise level to zero
authorschutz <schutz@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 10 Jan 2003 15:24:10 +0000 (15:24 +0000)
committerschutz <schutz@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 10 Jan 2003 15:24:10 +0000 (15:24 +0000)
EMCAL/AliEMCALDigitizer.cxx

index 9c62d73a618a9990c22ea5012e5e7b292de273eb..5f1c50da82232606113106a396cfcac8a9b6027d 100644 (file)
@@ -536,7 +536,8 @@ void AliEMCALDigitizer::InitParameters()
 {
   fMeanPhotonElectron = 1250 ; // electrons per GeV
   
-  fPinNoise           = 0.001 ; // noise equivalent GeV (random choice)
+  Warning("InitParameters", "No noise added\n") ; 
+  fPinNoise           = 0. ; // 0.001 ; // noise equivalent GeV (random choice)
   fDigitThreshold     = fPinNoise * 3; //2 sigma
   fTimeResolution     = 0.5e-9 ;
   fTimeSignalLength   = 1.0e-9 ;