]> 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 e744bab35b5fbde2dee99aa06bd4dd56edcb512b..4b95528a508331aeaaea4b2f111e6d9d218a008c 100644 (file)
@@ -1,6 +1,6 @@
 #ifndef ALIRAWCASTORDB_H
 #define ALIRAWCASTORDB_H
-// @(#)alimdc:$Name$:$Id$
+// @(#) $Id$
 // Author: Fons Rademakers  26/11/99
 
 /* Copyright(c) 1998-2003, ALICE Experiment at CERN, All rights reserved. *
@@ -19,14 +19,15 @@ class AliRawCastorDB : public AliRawDB {
 
 public:
    AliRawCastorDB(AliRawEvent *event,
-                 AliESD *esd,
+                 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;