]> 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 0d0ffb5a623b1e1159a8a536106d1b9ab5622805..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,
-               AliESD *esd,
+   AliRawNullDB(AliRawEventV2 *event,
+               AliESDEvent *esd,
                Int_t compress,
-               const char* fileName);
+               const char* fileName,
+               Int_t basketsize = 32000);
    ~AliRawNullDB() { Close(); }
 
-   Int_t Close();
+   Long64_t Close();
 
 private:
    const char *GetFileName() const;