]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - RAW/AliRawCastorDB.h
Moving the classes that belong to the following libraries: STEERBase, ESD, CDB, AOD...
[u/mrichter/AliRoot.git] / RAW / AliRawCastorDB.h
index 88766bf6d19c5505784f75eddc77269ca7a0c0f6..777e515a48536210bfb75454826e2a1fdf9d7ea3 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. *
 class AliRawCastorDB : public AliRawDB {
 
 public:
-   AliRawCastorDB(AliRawEvent *event,
-                 AliESD *esd,
+   AliRawCastorDB(AliRawEventV2 *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; }
-   void        Close();
+   Long64_t    Close();
 
 private:
    const char *GetFileName() const;