]> git.uio.no Git - u/mrichter/AliRoot.git/commit - EMCAL/AliEMCALClusterizerNxN.cxx
Implemented NxM cluster finder
authorloizides <loizides@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 11 Feb 2011 21:57:58 +0000 (21:57 +0000)
committerloizides <loizides@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 11 Feb 2011 21:57:58 +0000 (21:57 +0000)
commit8a84b9487ba00a38b19f6cc20dad3c4530a8b2ef
tree83d9d6d2e8791985bb7a0551e2e2cf80fb61a67f
parent07c5eeac37c8fb5b201b845f538daf3941b1a08e
Implemented NxM cluster finder
 - One can specify the neighbors to be accepted
   - Default is 3x3
   - Use SetNRowDiff(2), SetNColDiff(2) to set 5x5
 - To achieve 15-20% speed up store calibrated energy in AliEMCALDigit (not streamed!)
 - Tested that the 3x3 before and after this optimization yield exactly the same results
EMCAL/AliEMCALClusterizerNxN.cxx
EMCAL/AliEMCALClusterizerNxN.h
EMCAL/AliEMCALDigit.cxx
EMCAL/AliEMCALDigit.h