Anton, I thought I had already replied to you about this point. This problem had already been fixed in the CVS developement version that will become the production version this week. Rene Brun On Tue, 6 Mar 2001, Anton Fokin wrote: > Hi, > > please, run consequently these two macros. The second one produces an error > (illegal operation on windows) after I've updated root to 3.05 bins: > > Regards, > Anton > > 1) > > { > TGraphAsymmErrors *Graph = new TGraphAsymmErrors(); > Graph->SetPoint(0,1,1); > Graph->SetPoint(1,2,2); > > TFile File("graph.root", "RECREATE"); > Graph->Write("Graph"); > File.Close(); > } > > > 2) > > { > TFile File("graph.root"); > TGraphAsymmErrors *Graph = (TGraphAsymmErrors*) File.Get("Graph"); > File.Close(); > } > > > http://www.smartquant.com > > >
This archive was generated by hypermail 2b29 : Fri Jun 08 2001 - 11:51:20 MEST