]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/misc/AliL3DDLDataFileHandler.h
Introduction of the online monitoring code into the alimdc package. Fixed some memory...
[u/mrichter/AliRoot.git] / HLT / misc / AliL3DDLDataFileHandler.h
index 843c24146fbb23ad7e228b5c5bf70037b8a040eb..a0434436192f40555d9d120eb433b272c2b47a28 100644 (file)
@@ -4,6 +4,7 @@
 #define ALIL3DDLDATAFILEHANDLER_H
 
 #ifdef use_newio
+#include "../RAW/AliRawEvent.h"
 #include "../RAW/AliRawReader.h"
 #include "../RAW/AliTPCRawStream.h"
 #include <TString.h>
@@ -21,6 +22,7 @@ class AliL3DDLDataFileHandler:public AliL3MemHandler{
    virtual ~AliL3DDLDataFileHandler();
 
 #ifdef use_newio
+   Bool_t SetReaderInput(AliRawEvent *rawevent);
    Bool_t SetReaderInput(Char_t *name,Int_t event=0);
    Bool_t IsDigit(Int_t i=0) const;
    AliL3DigitRowData *AliAltroDigits2Memory(UInt_t & nrow,Int_t event=0,Bool_t /*eventmerge*/=kFALSE){return DDLData2Memory(nrow,event);};