]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - RAW/AliRawRFIODB.h
macro and flowevent maker to run part of the code in root
[u/mrichter/AliRoot.git] / RAW / AliRawRFIODB.h
index 529cfe177c8c60c19d679aed38077ef27c958045..4aad013eee7539e56474b52bab8cf0ec8ba53fa9 100644 (file)
@@ -1,6 +1,6 @@
 #ifndef ALIRAWRFIODB_H
 #define ALIRAWRFIODB_H
-// @(#)alimdc:$Name$:$Id$
+// @(#) $Id$
 // Author: Fons Rademakers  26/11/99
 
 /* Copyright(c) 1998-2003, ALICE Experiment at CERN, All rights reserved. *
@@ -19,12 +19,13 @@ class AliRawRFIODB : public AliRawDB {
 
 public:
    AliRawRFIODB(AliRawEvent *event,
-               AliESD *esd,
+               AliESDEvent *esd,
                Int_t compress,
-               const char* fileName = NULL);
+               const char* fileName = NULL,
+               Int_t basketsize = 32000);
    ~AliRawRFIODB() { Close(); }
 
-   void Close();
+   Long64_t Close();
 
 private:
    const char *GetFileName() const;