8 |
|
// where the heap memory of an existing object is reused. |
9 |
|
// This class is meant to be used as a datamember for objects which are contained |
10 |
|
// inside a TClonesArray. |
11 |
< |
// For various reasons, the array can not be written in split mode. |
11 |
> |
// For various reasons, the array cannot be written in split mode. |
12 |
|
// Array is meant to store basic data types as opposed to FastArray |
13 |
|
// which can hold arbitrary (non-heap using) classes. |
14 |
|
// Since it stores basic types it can not derive from the Collection<ArrayElement> |