TTree::MakeCode for 2-d arrays

Rene Brun (Rene.Brun@cern.ch)
Fri, 18 Jul 1997 12:46:38 +0200


>
> I tries to generate 2d array as leaf from function MakeCode.
> but root just makes only 1d array..
> Which means,
> A[400] perfectly works but
> A[10][40] doesn't work. It works like A[10].
>
> Doesn't the root support 2d array?
> If yes, could you please let me know how i can generate 2d array?
>
> Sincerely,
>
> In-mo. Koo

Thanks to you (and also Alexander Nekhaev) for reporting this problem.
I have modified h2root in case of 2-d arrays as well as
TTree::MakeCode.
The changes will appear in the coming version 1.01/08

Rene Brun