ROOT  6.07/01
Reference Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Variables
fit1 Namespace Reference

Variables

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

Variable Documentation

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

Definition at line 8 of file fit1.py.

tuple fit1.fill = TFile( 'py-fillrandom.root' )

Definition at line 20 of file fit1.py.

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

Definition at line 44 of file fit1.py.

Referenced by fit1().

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

Definition at line 37 of file fit1.py.

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

Definition at line 31 of file fit1.py.