[ROOT] TCanvas

From: giuseppe.foggi@libero.it
Date: Mon Dec 16 2002 - 09:37:40 MET


Hi,
 
 this is a subset of my script:
 
 TFile file(namefile,"RECREATE");
 TH1F *h= new TH1F (labelname,labeltitle,30,0,30),
 h->Fill(x,y);
 TCanvas *c=new TCanvas (labelname,labeltitle,xx,yy,h,w);
 h->Draw();
 c->Write();
 
 I like don't display canvas on the screen. How can I do it?
 
 The version of my ROOT is 3.02.07
 Thank you.
 
 Giuseppe.
 



This archive was generated by hypermail 2b29 : Sat Jan 04 2003 - 23:51:23 MET