fit1_C.C

Go to the documentation of this file.
00001 
00002    gROOT->Reset();
00003    c1 = new TCanvas("c1","The Fit Canvas");
00004    c1->SetGridx();
00005    c1->SetGridy();
00006    TFile fill("fillrandom.root");
00007    fill.ls();
00008    sqroot->Print();
00009 
00010    h1f->Fit("sqroot");
00011 
00012    fitlabel = new TPaveText(0.6,0.3,0.9,0.80,"NDC");
00013    fitlabel->SetTextAlign(12);
00014    fitlabel->SetFillColor(25);
00015    fitlabel->ReadFile("fit1_C.C");
00016    fitlabel->Draw();
00017 

Generated on Tue Jul 5 15:44:06 2011 for ROOT_528-00b_version by  doxygen 1.5.1