]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
- changes needed to facilitate for the new clusterizer.
authorodjuvsla <odjuvsla@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 4 Aug 2010 12:07:07 +0000 (12:07 +0000)
committerodjuvsla <odjuvsla@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 4 Aug 2010 12:07:07 +0000 (12:07 +0000)
HLT/EMCAL/AliHLTEMCALClusterizerComponent.cxx

index 10bb7dd8dfed55258cde0671a91fb8a57d88dee4..01cb3c0d0d1073cadccfcff930449a87ecb140a4 100644 (file)
@@ -40,6 +40,7 @@
 
 #include "AliHLTCaloDefinitions.h"
 #include "AliHLTEMCALDefinitions.h"
+#include "AliHLTCaloClusterizer.h"
 
 
 AliHLTEMCALClusterizerComponent gAliHLTEMCALClusterizerComponent;
@@ -103,7 +104,9 @@ AliHLTEMCALClusterizerComponent::Spawn()
 }
 int AliHLTEMCALClusterizerComponent::DoInit(int argc, const char** argv)
 {
-    fRecoParamsPtr = new AliHLTEMCALRecoParamHandler();
+   fClusterizerPtr = new AliHLTCaloClusterizer("EMCAL");
+   
+   fRecoParamsPtr = new AliHLTEMCALRecoParamHandler();
 
     return AliHLTCaloClusterizerComponent::DoInit(argc, argv);
 }