]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - RAW/AliRawRootdDB.h
New interface for shared memory. The AliHLTPHOSValidDataStruct now has a pointer...
[u/mrichter/AliRoot.git] / RAW / AliRawRootdDB.h
index ea8499e1638adc961609c3844f5a6b7e640ea161..5e7ad4b34fdd7452b5e533685e16a92355a59133 100644 (file)
 class AliRawRootdDB : public AliRawDB {
 
 public:
-   AliRawRootdDB(AliRawEvent *event, Double_t maxsize, Int_t compress);
+   AliRawRootdDB(AliRawEvent *event,
+                AliESDEvent *esd,
+                Int_t compress,
+                const char* fileName = NULL);
    ~AliRawRootdDB() { Close(); }
 
-   void Close();
+   Int_t Close();
 
 private:
    const char *GetFileName() const;