]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - RAW/AliRawCastorDB.h
Correction for coding conventions
[u/mrichter/AliRoot.git] / RAW / AliRawCastorDB.h
index ecec025e4be2bacae71abd2f88d95e0d1657b26a..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"; }