]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - RAW/AliRawRootdDB.h
updated merging function (Michele)
[u/mrichter/AliRoot.git] / RAW / AliRawRootdDB.h
index ea8499e1638adc961609c3844f5a6b7e640ea161..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, Double_t maxsize, Int_t compress);
+   AliRawRootdDB(AliRawEventV2 *event,
+                AliESDEvent *esd,
+                Int_t compress,
+                const char* fileName = NULL,
+                Int_t basketsize = 32000);
    ~AliRawRootdDB() { Close(); }
 
-   void Close();
+   Long64_t Close();
 
 private:
    const char *GetFileName() const;