Re: Writing TGaxis into a root file
Rene Brun (Rene.Brun@cern.ch)
Fri, 28 Aug 1998 17:48:06 +0200
ROHLFS Reiner wrote:
>
> Hi ROOT Team,
>
> I want to write as TGaxis - object into a root file, but found :
> ClassDef(TGaxis,0)
> in the header file.
>
> Is there any reason not to write a TGaxis - object into a root file?
>
> Cheers Reiner.
I have changed ClassDef(TGaxis,0) to ClassDef(TGaxis,1)
to make TGaxis streamable.
Will appear in next version.
Rene Brun