Floats in a TObjArray

Hi,

I need an array in which I could store floats as well as TObjects. I thought about using TObjArray but I can’t put floats in there.
Is there a TObject wrapper for the basic types such as float ?
Otherwise, how could I do this ?

Thanks
Barth

Hi,

you could use TParameter root.cern.ch/root/html/TParameter_float_ which is a named float.

Cheers, Axel.