]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MONITOR/AliMonitor.h
New class AliESDEvent, backward compatibility with the old AliESD (Christian)
[u/mrichter/AliRoot.git] / MONITOR / AliMonitor.h
index 02618c8f165670afeff3b763b9d9202dea224d35..6e2970c126ad5eb86785ef6dfae71e9b2e552b2f 100644 (file)
@@ -12,7 +12,7 @@ class TFolder;
 class TTree;
 class AliRunLoader;
 class AliRawReader;
-class AliESD;
+class AliESDEvent;
 class AliMonitorTrend;
 
 
@@ -25,7 +25,7 @@ public:
   virtual void     CreateBranches(TTree* tree);
   virtual void     FillHistos(AliRunLoader* runLoader, 
                              AliRawReader* rawReader,
-                             AliESD* esd) = 0;
+                             AliESDEvent* esd) = 0;
 
 protected:
   TFolder*         fFolder;    // sub folder for monitor histograms