]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - RAW/AliRawCastorDB.h
Correction for coding conventions
[u/mrichter/AliRoot.git] / RAW / AliRawCastorDB.h
index 8e53e8f84ef3af9c44e109d3b5c72b8434552728..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,
-#ifdef USE_HLT
-                 AliESD *esd,
-#endif
-                 Double_t maxsize, Int_t compress);
+   AliRawCastorDB(AliRawEventV2 *event,
+                 AliESDEvent *esd,
+                 Int_t compress,
+                 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;