]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - RAW/AliRawNullDB.h
changes and additions for the response maker task. fix visualisation (M. Verweij)
[u/mrichter/AliRoot.git] / RAW / AliRawNullDB.h
index 49461e1186a0200a06708b21e9784a82b4d88f4e..b76633ae272830c9c350ef92a277e8dd64e8b166 100644 (file)
@@ -1,6 +1,6 @@
 #ifndef ALIRAWNULLDB_H
 #define ALIRAWNULLDB_H
-// @(#)alimdc:$Name$:$Id$
+// @(#) $Id$
 // Author: Fons Rademakers  26/11/99
 
 /* Copyright(c) 1998-2003, ALICE Experiment at CERN, All rights reserved. *
 class AliRawNullDB : public AliRawDB {
 
 public:
-   AliRawNullDB(AliRawEvent *event, Double_t maxsize, Int_t compress);
+   AliRawNullDB(AliRawEventV2 *event,
+               AliESDEvent *esd,
+               Int_t compress,
+               const char* fileName,
+               Int_t basketsize = 32000);
    ~AliRawNullDB() { Close(); }
 
-   void Close();
+   Long64_t Close();
 
 private:
    const char *GetFileName() const;