]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - START/AliSTARTRawReader.h
New version of the START raw data reader. This one should be endian independent ...
[u/mrichter/AliRoot.git] / START / AliSTARTRawReader.h
index fcc048e1b9522804efdb67aa9938370e0c827b4c..50eb67885288500bf9d6e05fd905b8b540583dc4 100644 (file)
@@ -16,13 +16,18 @@ class AliSTARTRawReader : public TTask {
 
 
   Bool_t  Next(); //read next raw digit
+  Int_t            GetPosition();
+  UInt_t         GetNextWord();
   
   protected :
 
-    UInt_t           fData;         // data read for file
   AliSTARTdigit* fDigits;
   TTree*        fTree;
   AliRawReader*    fRawReader;    // object for reading the raw data
+
+  UChar_t*         fData;         // raw data
+  Int_t            fPosition;     // current (32 bit) position in fData
+
   
  ClassDef(AliSTARTRawReader, 0) //class for reading START Raw data
 };