source: trunk/MagicSoft/Mars/mbase/MArrayB.cc@ 812

Last change on this file since 812 was 749, checked in by tbretz, 23 years ago
*** empty log message ***
File size: 1.1 KB
Line 
1/* ======================================================================== *\
2!
3! Author(s): Thomas Bretz 12/2000 (tbretz@uni-sw.gwdg.de)
4!
5! Copyright: MAGIC Software Development, 2000-2001
6!
7\* ======================================================================== */
8
9
10//////////////////////////////////////////////////////////////////////////////
11// //
12// MArrayB //
13// //
14// Array of Byte_t. It is almost the same than TArrayC, but it containes //
15// Byte_t instead of Char_t and it can be stored with splitlevel=1 to a //
16// a root-file because of it's derivement from MArray (TObject) // //
17// //
18//////////////////////////////////////////////////////////////////////////////
19#include "MArrayB.h"
20
21ClassImp(MArrayB)
22
Note: See TracBrowser for help on using the repository browser.