///////////////////////////////////////////////////////////////////////////// // // // MArray // // // // This is an abstract base class for TObject derived Arrays. In principal // // it is almost the same than TArray. The difference is that this array // // base classed is derived from TObject which makes storage of variable // // sized arrays possible with splitlevel=1. // // // // This should not be needed anymore for root >3.00 // // // ///////////////////////////////////////////////////////////////////////////// #include "MArray.h" ClassImp(MArray)