X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=blobdiff_plain;f=RAW%2FAliRawRootdDB.h;h=fd46c3d60c3bf004ac55a5ad083d165df67179d8;hp=43532f3b9612dca9a5d482a048c6a9fda5276f8c;hb=dd0f466b4ac2d7d24aac85888ad8659de8239706;hpb=f07ec91134d579190702795f9e48455f81a25b59 diff --git a/RAW/AliRawRootdDB.h b/RAW/AliRawRootdDB.h index 43532f3b961..fd46c3d60c3 100644 --- a/RAW/AliRawRootdDB.h +++ b/RAW/AliRawRootdDB.h @@ -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. * @@ -18,13 +18,14 @@ 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;