]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - RAW/AliRawRootdDB.h
Possibility to specify event selection criteria within the raw-data input URI. The...
[u/mrichter/AliRoot.git] / RAW / AliRawRootdDB.h
index 48b3477d3ad91ec5ab8c1aaf868387ad58991d20..21bcf63ff8b2e55db9d64416490e0329e472acb2 100644 (file)
@@ -21,10 +21,11 @@ public:
    AliRawRootdDB(AliRawEvent *event,
                 AliESDEvent *esd,
                 Int_t compress,
-                const char* fileName = NULL);
+                const char* fileName = NULL,
+                Int_t basketsize = 32000);
    ~AliRawRootdDB() { Close(); }
 
-   Int_t Close();
+   Long64_t Close();
 
 private:
    const char *GetFileName() const;