TTree with char[512]

Hi Root Types,

I have a TTree with a char fname[512] variable. I’d like to see the value of this variable, but so far I am unable to do so. Scan() only shows a fixed width, while Show() dumps the array as if it were an array of 8 bit ints. Is there any way I can get at the value of the array? I also tried printf, but cint does not seem to know about it.

Thanks in advance,

Peter

Hi,

You may have to generate a stub use TTree::MakeSelector and call TTree::Process.

Cheers,
Philippe.