///////////////////////////////////////////////////////////////////////////// // // // MArrayB // // // // Array of Byte_t. It is almost the same than TArrayC, but it containes // // Byte_t instead of Char_t and it can be stored with splitlevel=1 to a // // a root-file because of it's derivement from MArray (TObject) // // // // ///////////////////////////////////////////////////////////////////////////// #include "MArrayB.h" ClassImp(MArrayB)