]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - RAW/AliRawReader.h
New flat raw-data event format. The details can be found at: http://indico.cern.ch...
[u/mrichter/AliRoot.git] / RAW / AliRawReader.h
index 5b69f9f060c049fadc9cf7280d7c418c9f0395ea..6ed347e401569dc30ad68952d99461b3070810cb 100644 (file)
@@ -20,7 +20,7 @@
 
 class TChain;
 class AliRawEventHeaderBase;
-class AliRawEvent;
+class AliRawVEvent;
 
 class AliRawReader: public TObject {
   public :
@@ -44,7 +44,7 @@ class AliRawReader: public TObject {
       {fRequireHeader = required;};
 
     virtual const AliRawEventHeaderBase* GetEventHeader() const {return NULL;};
-    virtual const AliRawEvent* GetEvent() const {return NULL;}
+    virtual const AliRawVEvent* GetEvent() const {return NULL;}
 
     virtual UInt_t   GetType() const = 0;
     virtual UInt_t   GetRunNumber() const = 0;