]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - RAW/AliRawRFIODB.h
Adding helper functions to define 2012 pp data PS and online trigger selection
[u/mrichter/AliRoot.git] / RAW / AliRawRFIODB.h
index 436d56ddb260de1742dd1cdc3851c743b256e247..74326eac93506036bc6bd42506e64f82e72c00ce 100644 (file)
@@ -1,6 +1,6 @@
 #ifndef ALIRAWRFIODB_H
 #define ALIRAWRFIODB_H
-// @(#)alimdc:$Name$:$Id$
+// @(#) $Id$
 // Author: Fons Rademakers  26/11/99
 
 /* Copyright(c) 1998-2003, ALICE Experiment at CERN, All rights reserved. *
 class AliRawRFIODB : public AliRawDB {
 
 public:
-   AliRawRFIODB(AliRawEvent *event,
-               AliESD *esd,
+   AliRawRFIODB(AliRawEventV2 *event,
+               AliESDEvent *esd,
                Int_t compress,
-               const char* fileName = NULL);
+               const char* fileName = NULL,
+               Int_t basketsize = 32000);
    ~AliRawRFIODB() { Close(); }
 
-   Int_t Close();
+   Long64_t Close();
 
 private:
    const char *GetFileName() const;