]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - RAW/AliRawNullDB.h
Added config macro for K* analysis with TPC (S.Singha)
[u/mrichter/AliRoot.git] / RAW / AliRawNullDB.h
index 83d4fcbdb83259b9b63f96ab8552a50e4c58802e..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,
-#ifdef USE_HLT
-               AliESD *esd,
-#endif
-               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;