]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/EVE/AliHLTEveCalo.h
AliVVfriend* moved to AliVfriend*, unnecessary AliVV* classes removed
[u/mrichter/AliRoot.git] / HLT / EVE / AliHLTEveCalo.h
index 9bfbaa182db9cad4bdd0176b53e0ed54cb3667c3..c2a66632e418b4e0ceb22d18fd9795e553be7c99 100644 (file)
@@ -1,18 +1,19 @@
-/* This file is property of and copyright by the ALICE HLT Project        *
- * ALICE Experiment at CERN, All rights reserved.                         *
- * See cxx source for full Copyright notice                               */
+//-*- Mode: C++ -*-
+// $Id$
+#ifndef ALIHLTEVECALO_H
+#define ALIHLTEVECALO_H
+//* This file is property of and copyright by the ALICE HLT Project        * 
+//* ALICE Experiment at CERN, All rights reserved.                         *
+//* See cxx source for full Copyright notice                               *
 
 /// @file   AliHLTEveCalo.h
 /// @author Svein Lindal
 /// @brief  Base class for the HLT eve calorimeter display elements
 
-
-#ifndef ALIHLTEVECALO_H
-#define ALIHLTEVECALO_H
-
 #include "AliHLTEveBase.h"
 #include "TString.h"
 
+class AliHLTCaloClusterReader;
 class AliESDEvent;
 class AliESDCaloCluster;
 class TRefArray;
@@ -46,6 +47,10 @@ public:
 
 protected :
 
+  /* Process ESD event block */
+  void ProcessEsdBlock(AliHLTHOMERBlockDesc * block);
+  
+
   /** Create the elementlist */
   virtual void CreateElementList() = 0;
   
@@ -98,11 +103,9 @@ private:
   void DrawInvMassHistogram(TH1F * histo);
 
   TString fName;  //PHOS or EMCAL
   TString * fPadTitles;
-
-
   TCanvas * fInvMassCanvas;
+  AliHLTCaloClusterReader * fClusterReader;
 
 
   ClassDef(AliHLTEveCalo, 0);