Re: how to save a TString in a root file?

Rene Brun (Rene.Brun@cern.ch)
Tue, 01 Dec 1998 15:49:06 +0100


"T Auger
>
> Hi ROOTers,
> I can't find how to save a TString object in a ROOT file. Is there a
> way to do that? Maybe another object would be best suited to save some
> comments or some text information?
>
> thanks in advance,
> Thierry.

Use TText
or TPaveText (useful to save a long list of TText objects)

Rene Brun