]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - RAW/AliRawRFIODB.h
- Derive value types from TObject so that they can be used in CINT
[u/mrichter/AliRoot.git] / RAW / AliRawRFIODB.h
index 13b4fb30455838db652e41c01f31d94407d00db8..74326eac93506036bc6bd42506e64f82e72c00ce 100644 (file)
 class AliRawRFIODB : public AliRawDB {
 
 public:
-   AliRawRFIODB(AliRawEvent *event,
+   AliRawRFIODB(AliRawEventV2 *event,
                AliESDEvent *esd,
                Int_t compress,
-               const char* fileName = NULL);
+               const char* fileName = NULL,
+               Int_t basketsize = 32000);
    ~AliRawRFIODB() { Close(); }
 
-   Int_t Close();
+   Long64_t Close();
 
 private:
    const char *GetFileName() const;