]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Introduce new default paramenters (previous version did not do it properly)
authorschutz <schutz@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 23 May 2002 16:13:59 +0000 (16:13 +0000)
committerschutz <schutz@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 23 May 2002 16:13:59 +0000 (16:13 +0000)
PHOS/AliPHOSDigitizer.cxx

index 6c6ad8b8ada88fd7ee9c6729ac2c98d90a32890f..7db56c8f65f8dfa9c52d37e1458f4d7c3d9e449b 100644 (file)
@@ -493,8 +493,8 @@ Float_t AliPHOSDigitizer::FrontEdgeTime(TClonesArray * ticks)
 //____________________________________________________________________________ 
 Bool_t AliPHOSDigitizer::Init()
 {
-  fPinNoise           = 0.01 ;
-  fEMCDigitThreshold  = 0.01 ;
+  fPinNoise           = 0.004 ;
+  fEMCDigitThreshold  = 0.012 ;
   fCPVNoise           = 0.01;
   fCPVDigitThreshold  = 0.09 ;
   fTimeResolution     = 0.5e-9 ;