Line | |
---|
1 | /////////////////////////////////////////////////////////////////////////////
|
---|
2 | // //
|
---|
3 | // MArray //
|
---|
4 | // //
|
---|
5 | // This is an abstract base class for TObject derived Arrays. In principal //
|
---|
6 | // it is almost the same than TArray. The difference is that this array //
|
---|
7 | // base classed is derived from TObject which makes storage of variable //
|
---|
8 | // sized arrays possible with splitlevel=1. //
|
---|
9 | // //
|
---|
10 | // This should not be needed anymore for root >3.00 //
|
---|
11 | // //
|
---|
12 | /////////////////////////////////////////////////////////////////////////////
|
---|
13 | #include "MArray.h"
|
---|
14 |
|
---|
15 | ClassImp(MArray)
|
---|
16 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.