Re: Problem writing arrays

Rene Brun (Rene.Brun@cern.ch)
Thu, 04 Dec 1997 11:06:40 +0100


Thomas Hadig wrote:

> Hi,
>
> i have encountered a problem in ROOT 1.03/08.
>
> I have a class containing a static sized array of Int_t's. Writing the class
> in a file and rereading it, results in a only partially filled array.
> The first element will be filled only.

Support for static arrays was only implemented in split mode (your case)
for TClonesArray.
Support for static arrays in general has been introduced now in our dev
version. It will appear as 1.03/09.

Rene Brun