]> git.uio.no Git - u/mrichter/AliRoot.git/commit
Implemented interface to NxM clusterizer
authorloizides <loizides@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 11 Feb 2011 22:13:34 +0000 (22:13 +0000)
committerloizides <loizides@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 11 Feb 2011 22:13:34 +0000 (22:13 +0000)
commitbd9e8ebd73867ed076eb25f598c85a706a90ad42
tree7d9dc8adf3d4ee8293c3e4ba99b79458b248fd3f
parent8a84b9487ba00a38b19f6cc20dad3c4530a8b2ef
Implemented interface to NxM clusterizer
 - 5x5 can be activated using AliEMCALRecParam::SetClusterizerFlag(AliEMCALRecParam::kClusterizerNxN+1);
   - It would be better to create the corresponding enums in AliEMCALRecParam which I did not dare to do
   - Can be done once we know which version should be run in reco
 - Fixed access to OCDB. Previous versions would always load OCDB objects for run number 0 for the first file
 - Fixed memory lead due to copyously instantiated clusterizer
 - Only set path to OCDB if desired ("raw://" still is default)
PWG4/CaloCalib/AliAnalysisTaskEMCALClusterize.cxx
PWG4/CaloCalib/AliAnalysisTaskEMCALClusterize.h