X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=RAW%2FAliRawCastorDB.h;h=777e515a48536210bfb75454826e2a1fdf9d7ea3;hb=d21b17d738cce017ce0362b526d8943d149b1efd;hp=ecec025e4be2bacae71abd2f88d95e0d1657b26a;hpb=d2450633c5c011d23c9287b5658bebfd5e499651;p=u%2Fmrichter%2FAliRoot.git diff --git a/RAW/AliRawCastorDB.h b/RAW/AliRawCastorDB.h index ecec025e4be..777e515a485 100644 --- a/RAW/AliRawCastorDB.h +++ b/RAW/AliRawCastorDB.h @@ -18,10 +18,11 @@ 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"; }