]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - RAW/AliRawReaderDate.h
fix
[u/mrichter/AliRoot.git] / RAW / AliRawReaderDate.h
index 3a5011af7c94298d6a6041cdf7e91cb6a6c48638..060929ddc274106488eb840ec44e0927c6b7e78f 100644 (file)
@@ -19,7 +19,7 @@ struct equipmentHeaderStruct;
 
 class AliRawReaderDate: public AliRawReader {
   public :
-    AliRawReaderDate(void* event);
+    AliRawReaderDate(void* event, Bool_t owner = kFALSE);
     AliRawReaderDate(const char* fileName, Int_t eventNumber = -1);
     virtual ~AliRawReaderDate();
 
@@ -63,6 +63,8 @@ class AliRawReaderDate: public AliRawReader {
     UChar_t*         fPosition;     // current position in the raw data
     UChar_t*         fEnd;          // end position of the current data block
 
+    Bool_t           fOwner;        // is raw-reader owner of the raw event or not
+
   private:
     AliRawReaderDate(const AliRawReaderDate& rawReader);
     AliRawReaderDate& operator = (const AliRawReaderDate& rawReader);