]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/EVE/AliHLTEvePhos.h
Merge branch 'displayDevel'
[u/mrichter/AliRoot.git] / HLT / EVE / AliHLTEvePhos.h
index 25d3a3c9effc146f4b45ea924f536f708a793d9a..31f4a1bcc76d569532b33b6d25a6031d1687b298 100644 (file)
@@ -9,7 +9,9 @@
 #ifndef ALIHLTEVEPHOS_H
 #define ALIHLTEVEPHOS_H
 
+#include "AliESDEvent.h"
 #include "AliHLTEveCalo.h"
+
 class TEveElementList;
 class AliPHOSGeoUtils;
 
@@ -31,14 +33,19 @@ private:
   AliHLTEvePhos& operator = (const AliHLTEvePhos );
 
   /** inherited from AliHLTEveCalo */
-  TEveElementList * CreateElementList();
+  void CreateElementList();
   
   /** inherited from AliHLTEveCalo */
   void AddClusters(Float_t * pos, Int_t module, Float_t energy);
+  void AddClusters(Float_t * pos, Int_t module, Float_t energy, Int_t nCells);
 
   /** inherited from AliHLTEveCalo */
   void AddDigits(UShort_t fX, UShort_t fZ, Int_t module, Float_t energy);
 
+  Int_t GetClusters(AliESDEvent * event, TRefArray * clusters) { return event->GetPHOSClusters(clusters); }
+
+  void ProcessESDCluster(AliESDCaloCluster * cluster);
+
   AliPHOSGeoUtils * fGeoUtils;  //PHOS geometry
 
   ClassDef(AliHLTEvePhos, 0);