]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - RAW/AliRawEvent.h
Classes for reading raw data moved to the RAW module. New on-line MONITORING module...
[u/mrichter/AliRoot.git] / RAW / AliRawEvent.h
index e1f07849416c6b48a84e74d86d3c7ecd54b94acf..db1a30745d02da34b1fccc3ca95d3cd2eea93800 100644 (file)
 #include <TTree.h>
 #endif
 
+#ifndef ROOT_TH1
+#include <TH1.h>
+#endif
+
 
 // Forward class declarations
-class TH1F;
 class AliRawDB;
 
 
@@ -188,6 +191,7 @@ public:
    AliRawData            *GetRawData();
    Int_t                  GetNSubEvents() const { return fNSubEvents; }
    AliRawEvent           *NextSubEvent();
+   AliRawEvent           *GetSubEvent(Int_t index);
    void                   Reset();
 
    ClassDef(AliRawEvent,1)  // ALICE raw event object