| 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 |
|
|---|
| 12 | ClassImp(MArrayS)
|
|---|
| 13 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.