Line | |
---|
1 | /////////////////////////////////////////////////////////////////////////////
|
---|
2 | // //
|
---|
3 | // MArrayB //
|
---|
4 | // //
|
---|
5 | // Array of Byte_t. It is almost the same than TArrayC, but it containes //
|
---|
6 | // Byte_t instead of Char_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 "MArrayB.h"
|
---|
11 |
|
---|
12 | ClassImp(MArrayB)
|
---|
13 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.