From: gconesab Date: Tue, 25 Nov 2014 09:39:59 +0000 (+0100) Subject: put a more reasonable default value for the minimum energy of exotic cells X-Git-Url: http://git.uio.no/git/?a=commitdiff_plain;h=31ba2b241da564b8000b41971b0b4dddcd9017e2;p=u%2Fmrichter%2FAliRoot.git put a more reasonable default value for the minimum energy of exotic cells --- diff --git a/EMCAL/AliEMCALRecoUtils.cxx b/EMCAL/AliEMCALRecoUtils.cxx index 13b469ae0b9..6e512eeb407 100644 --- a/EMCAL/AliEMCALRecoUtils.cxx +++ b/EMCAL/AliEMCALRecoUtils.cxx @@ -980,7 +980,7 @@ void AliEMCALRecoUtils::InitParameters() fExoticCellFraction = 0.97; fExoticCellDiffTime = 1e6; - fExoticCellMinAmplitude = 0.5; + fExoticCellMinAmplitude = 4.0; fAODFilterMask = 128; fAODHybridTracks = kFALSE;