]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - RAW/AliRawRootdDB.h
updated merging function (Michele)
[u/mrichter/AliRoot.git] / RAW / AliRawRootdDB.h
index 43532f3b9612dca9a5d482a048c6a9fda5276f8c..fd46c3d60c3bf004ac55a5ad083d165df67179d8 100644 (file)
@@ -1,6 +1,6 @@
 #ifndef ALIRAWROOTDDB_H
 #define ALIRAWROOTDDB_H
-// @(#)alimdc:$Name$:$Id$
+// @(#) $Id$
 // Author: Fons Rademakers  26/11/99
 
 /* Copyright(c) 1998-2003, ALICE Experiment at CERN, All rights reserved. *
 class AliRawRootdDB : public AliRawDB {
 
 public:
-   AliRawRootdDB(AliRawEvent *event,
-                AliESD *esd,
+   AliRawRootdDB(AliRawEventV2 *event,
+                AliESDEvent *esd,
                 Int_t compress,
-                const char* fileName = NULL);
+                const char* fileName = NULL,
+                Int_t basketsize = 32000);
    ~AliRawRootdDB() { Close(); }
 
-   Int_t Close();
+   Long64_t Close();
 
 private:
    const char *GetFileName() const;