]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - RAW/AliRawCastorDB.h
fix finding of pad neighbours; remove methods to write them in OCDB
[u/mrichter/AliRoot.git] / RAW / AliRawCastorDB.h
index 1ac85a2ffa4466094803166f1f2250f3c58ddd5a..777e515a48536210bfb75454826e2a1fdf9d7ea3 100644 (file)
 class AliRawCastorDB : public AliRawDB {
 
 public:
-   AliRawCastorDB(AliRawEvent *event,
+   AliRawCastorDB(AliRawEventV2 *event,
                  AliESDEvent *esd,
                  Int_t compress,
-                 const char* fileName = NULL);
+                 const char* fileName = NULL,
+                 Int_t basketsize = 32000);
    ~AliRawCastorDB() { Close(); }
 
    const char *GetOpenOption() const { return "-RECREATE"; }
    Int_t       GetNetopt() const { return 0; }
-   Int_t       Close();
+   Long64_t    Close();
 
 private:
    const char *GetFileName() const;