]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Changes default values of pin noise and emc threshold
authorschutz <schutz@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 16 May 2002 08:13:54 +0000 (08:13 +0000)
committerschutz <schutz@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 16 May 2002 08:13:54 +0000 (08:13 +0000)
PHOS/AliPHOSDigitizer.cxx

index 6088ed963a072c0475d3c107563d5a66d93bf862..6c6ad8b8ada88fd7ee9c6729ac2c98d90a32890f 100644 (file)
@@ -86,8 +86,8 @@ ClassImp(AliPHOSDigitizer)
 {
   // ctor
 
-  fPinNoise           = 0.01 ;
-  fEMCDigitThreshold  = 0.01 ;
+  fPinNoise           = 0.004 ;
+  fEMCDigitThreshold  = 0.012 ;
   fCPVNoise           = 0.01;
   fCPVDigitThreshold  = 0.09 ;
   fTimeResolution     = 0.5e-9 ;