testmacro.C

Go to the documentation of this file.
00001 TObject* testmacro() 
00002 {
00003    
00004    TH1* h = new TH1F("h", "h", 100, 0., 1.);
00005    h->FillRandom("gaus",10000);
00006    TCanvas* c=new TCanvas("c","c");
00007    h->Draw();
00008    
00009    return c;
00010 }

Generated on Tue Jul 5 14:24:41 2011 for ROOT_528-00b_version by  doxygen 1.5.1