Logo ROOT  
Reference Guide
Loading...
Searching...
No Matches
TGraphFit Namespace Reference

Variables

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

Variable Documentation

◆ c1

TGraphFit.c1 = TCanvas("c1" ,"Data" ,200 ,10 ,700 ,500)

Definition at line 7 of file TGraphFit.py.

◆ ex

TGraphFit.ex = array('f', (.05 ,.1 ,.07 ,.07 ,.04 ,.05 ,.06 ,.07 ,.08 ,.05) )

Definition at line 13 of file TGraphFit.py.

◆ ey

TGraphFit.ey = array('f', (.8 ,.7 ,.6 ,.5 ,.4 ,.4 ,.5 ,.6 ,.7 ,.8) )

Definition at line 12 of file TGraphFit.py.

◆ gr

TGraphFit.gr = TGraphErrors ( nPoints , x , y , ex , ey )

Definition at line 16 of file TGraphFit.py.

◆ nPoints

TGraphFit.nPoints = len ( x )

Definition at line 14 of file TGraphFit.py.

◆ 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) )

Definition at line 10 of file TGraphFit.py.

◆ y

TGraphFit.y = array('f', (0.7, 2.9, 5.6, 7.4, 9., 9.6, 8.7, 6.3, 4.5, 1.1) )

Definition at line 11 of file TGraphFit.py.