]> git.uio.no Git - u/mrichter/AliRoot.git/commit - EMCAL/AliEMCALClusterizer.h
Allow running without tree by using
authorloizides <loizides@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 8 Mar 2011 08:47:59 +0000 (08:47 +0000)
committerloizides <loizides@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 8 Mar 2011 08:47:59 +0000 (08:47 +0000)
commitac084be7bc414c5a0f7dbf45412e7f8efa590c93
treeec351fdbfe1c0a522fc67a02ec9bb8b52719092a
parentf9a6cab51928420843a485d488c7d97474f01c1e
Allow running without tree by using
  clusterizer->SetDigitsArr(arr);
  clusterizer->SetOutput(0);
 and get resulting clusters using
  clusterizer->GetRecPoints()

Make flag to indicate that input is calibrated a member (it was static before)

Add void AliEMCALClusterizer::InitParameters(const AliEMCALRecParam* recParam) so that
one can pass a recParam object by hand. AliEMCALClusterizer::InitParameters() simply
returns InitParameters(AliEMCALReconstructor::GetRecParam());

General cleanup to improve readability of code.
EMCAL/AliEMCALClusterizer.cxx
EMCAL/AliEMCALClusterizer.h