Logo ROOT  
Reference Guide
fit1 Namespace Reference

Variables

 c1 = TCanvas( 'c1', 'The Fit Canvas', 200, 10, 700, 500 )
str File = "fillrandom-py.root"
 fill = TFile(File)
 fitlabel = TPaveText( 0.6, 0.3, 0.9, 0.80, 'NDC' )
 h1f = gROOT.FindObject( 'h1f' )
 sqroot = gROOT.FindObject( 'sqroot' )

Variable Documentation

◆ c1

fit1.c1 = TCanvas( 'c1', 'The Fit Canvas', 200, 10, 700, 500 )

Definition at line 17 of file fit1.py.

◆ File

str fit1.File = "fillrandom-py.root"

Definition at line 28 of file fit1.py.

◆ fill

fit1.fill = TFile(File)

Definition at line 33 of file fit1.py.

◆ fitlabel

fit1.fitlabel = TPaveText( 0.6, 0.3, 0.9, 0.80, 'NDC' )

Definition at line 57 of file fit1.py.

◆ h1f

fit1.h1f = gROOT.FindObject( 'h1f' )

Definition at line 50 of file fit1.py.

◆ sqroot

fit1.sqroot = gROOT.FindObject( 'sqroot' )

Definition at line 44 of file fit1.py.