source: trunk/MagicSoft/Mars/mbase/MArrayS.cc@ 703

Last change on this file since 703 was 458, checked in by tbretz, 24 years ago
*** empty log message ***
File size: 816 bytes
Line 
1/////////////////////////////////////////////////////////////////////////////
2// //
3// MArrayS //
4// //
5// Array of UShort_t. It is almost the same than TArrayS, but it containes //
6// UShort_t instead of Short_t and it can be stored with splitlevel=1 to a //
7// a root-file because of it's derivement from MArray (TObject) // //
8// //
9/////////////////////////////////////////////////////////////////////////////
10#include "MArrayS.h"
11
12ClassImp(MArrayS)
13
Note: See TracBrowser for help on using the repository browser.