Logo ROOT  
Reference Guide
Loading...
Searching...
No Matches
TGraphFit.py File Reference

Namespaces

namespace  TGraphFit

Variables

 TGraphFit.c1 = TCanvas("c1" ,"Data" ,200 ,10 ,700 ,500)
 TGraphFit.ex = array('f', (.05 ,.1 ,.07 ,.07 ,.04 ,.05 ,.06 ,.07 ,.08 ,.05) )
 TGraphFit.ey = array('f', (.8 ,.7 ,.6 ,.5 ,.4 ,.4 ,.5 ,.6 ,.7 ,.8) )
 TGraphFit.gr = TGraphErrors ( nPoints , x , y , ex , ey )
 TGraphFit.nPoints = len ( x )
 TGraphFit.x = array('f', (-0.22, 0.1, 0.25, 0.35, 0.5, 0.61, 0.7, 0.85, 0.89, 1.1) )
 TGraphFit.y = array('f', (0.7, 2.9, 5.6, 7.4, 9., 9.6, 8.7, 6.3, 4.5, 1.1) )