]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MONITOR/AliMonitorProcess.h
Changes in AliESDEvent fwd declarations (Ch. Klein-Boesing)
[u/mrichter/AliRoot.git] / MONITOR / AliMonitorProcess.h
index d10760544c17cfbc45db4522e072a917b973d601..36fa68e235795f1cf64e2679080c3888b4f16e7f 100644 (file)
@@ -18,13 +18,13 @@ class TTree;
 #include <TString.h>
 #include <TSystem.h>
 
-class AliESD;
+class AliESDEvent;
 class AliITSgeom;
 class AliRawReader;
 class AliRunLoader;
 class AliTPCParam;
 class AliLevel3;
-class AliL3Hough;
+class AliHLTHough;
 
 
 class AliMonitorProcess : public TObject {
@@ -74,9 +74,9 @@ private:
   Bool_t           CheckForNewFile();
   Bool_t           ProcessFile();
   Int_t            GetNumberOfEvents(const char* fileName) const;
-  Bool_t           ReconstructTPC(AliRawReader* rawReader, AliESD* esd);
-  Bool_t           ReconstructITS(AliRawReader* rawReader, AliESD* esd);
-  Bool_t           ReconstructV0s(AliESD* esd);
+  Bool_t           ReconstructTPC(AliRawReader* rawReader, AliESDEvent* esd);
+  Bool_t           ReconstructITS(AliRawReader* rawReader, AliESDEvent* esd);
+  Bool_t           ReconstructV0s(AliESDEvent* esd);
   void             CreateHLT(const char* fileName);
   void             CreateHLTHough(const char* fileName);
   Bool_t           ReconstructHLT(Int_t iEvent);
@@ -102,7 +102,7 @@ private:
   TString          fLogicalFileName;    // logical AliEn file name
   TString          fFileName;           // physical file name
   AliLevel3*       fHLT;                // the HLT tracker
-  AliL3Hough*      fHLTHough;           // the HLT hough transformer
+  AliHLTHough*      fHLTHough;           // the HLT hough transformer
 
   UInt_t           fRunNumber;          // current run number
   UInt_t           fSubRunNumber;       // current part (=resets per run)