]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - RAW/AliRawCastorDB.h
Adding possibility to use custom Gain map for dEdx calculation (Marian)
[u/mrichter/AliRoot.git] / RAW / AliRawCastorDB.h
index 1ac85a2ffa4466094803166f1f2250f3c58ddd5a..4b95528a508331aeaaea4b2f111e6d9d218a008c 100644 (file)
@@ -21,12 +21,13 @@ public:
    AliRawCastorDB(AliRawEvent *event,
                  AliESDEvent *esd,
                  Int_t compress,
-                 const char* fileName = NULL);
+                 const char* fileName = NULL,
+                 Int_t basketsize = 32000);
    ~AliRawCastorDB() { Close(); }
 
    const char *GetOpenOption() const { return "-RECREATE"; }
    Int_t       GetNetopt() const { return 0; }
-   Int_t       Close();
+   Long64_t    Close();
 
 private:
    const char *GetFileName() const;