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