]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - RAW/AliRawRFIODB.h
AliMDC event loop and rootification separated, c interface to AliMDC, command line...
[u/mrichter/AliRoot.git] / RAW / AliRawRFIODB.h
index 1f6ca3f0ac314ae1f1ae629d58b3813cd6ce43d7..529cfe177c8c60c19d679aed38077ef27c958045 100644 (file)
@@ -19,10 +19,9 @@ class AliRawRFIODB : public AliRawDB {
 
 public:
    AliRawRFIODB(AliRawEvent *event,
-#ifdef USE_HLT
                AliESD *esd,
-#endif
-               Double_t maxsize, Int_t compress);
+               Int_t compress,
+               const char* fileName = NULL);
    ~AliRawRFIODB() { Close(); }
 
    void Close();