]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/CALO/AliHLTCaloClusterAnalyser.cxx
restoring bachward compatibility for r42844
[u/mrichter/AliRoot.git] / HLT / CALO / AliHLTCaloClusterAnalyser.cxx
index 5370b66d23cbde371b0e0070579d1eb8c18c39bb..4ab0b1ba6e02694665e96ac29ea71fa865cc02da 100644 (file)
@@ -57,7 +57,11 @@ AliHLTCaloClusterAnalyser::AliHLTCaloClusterAnalyser() :
   fDoPID(false),
   fHaveDistanceToBadChannel(false),
   fGeometry(0),
+#ifndef HAVE_NOT_ALIVCLUSTER // backward compatibility for r42844
   fClusterType(AliVCluster::kPHOSNeutral),
+#else
+  fClusterType(AliESDCaloCluster::kPHOSCluster),
+#endif
   fRecoParamsPtr(0),
   fCutOnSingleCellClusters(false),
   fSingleCellEnergyCut(0.5)