rootcint access to TClonesArray elements: any workaround?

From: Pasha Murat (murat@cdfsga.fnal.gov)
Date: Mon Jun 23 1997 - 19:29:29 MEST


	Hi, 

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



This archive was generated by hypermail 2b29 : Tue Jan 04 2000 - 00:26:19 MET