]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - RAW/AliRawCastorDB.h
Correction for coding conventions
[u/mrichter/AliRoot.git] / RAW / AliRawCastorDB.h
index 85d0e4e665f76440ec15cbdb91d20d4f4a95353b..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,
+   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; }
-   Int_t       Close();
+   Long64_t    Close();
 
 private:
    const char *GetFileName() const;