]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
put a more reasonable default value for the minimum energy of exotic cells
authorgconesab <gustavo.conesa.balbastre@cern.ch>
Tue, 25 Nov 2014 09:39:59 +0000 (10:39 +0100)
committergconesab <gustavo.conesa.balbastre@cern.ch>
Tue, 25 Nov 2014 09:40:13 +0000 (10:40 +0100)
EMCAL/AliEMCALRecoUtils.cxx

index 13b469ae0b989fcbb9189422441bbdf91cdf30f3..6e512eeb407b2bb0a10f49a6660cf41cc065e2c0 100644 (file)
@@ -980,7 +980,7 @@ void AliEMCALRecoUtils::InitParameters()
   
   fExoticCellFraction     = 0.97;
   fExoticCellDiffTime     = 1e6;
-  fExoticCellMinAmplitude = 0.5;
+  fExoticCellMinAmplitude = 4.0;
   
   fAODFilterMask    = 128;
   fAODHybridTracks  = kFALSE;