following ROOT test examples I created a data file with
events containing TClonesArray's of tracks. It appeared that
`rootcint' can't access elements of TClonesArray:
--------------------------------------------------------------------------------
root [0] TClonesArray a("Int_t",100);
root [1] .p a[0]
*** Break *** segmentation violation
--------------------------------------------------------------------------------
so I got stuck with doing my work.
As I understood from Masa's response (thanks, Masa!)it is a CINT problem and it
will take a while to fix it.
The question is if there is any workaround allowing interactive access to
TClonesArray elements which could be used in the meanwhile?
Thanks a lot, Pasha