Variables | |
c1 = TCanvas( 'c1', 'The Fit Canvas' ) | |
fill = TFile( 'fillrandom.root' ) | |
fitlabel = TPaveText( 0.6, 0.3, 0.9, 0.80, 'NDC' ) | |
fit1_py.c1 = TCanvas( 'c1', 'The Fit Canvas' ) |
Definition at line 2 of file fit1_py.py.
fit1_py.fill = TFile( 'fillrandom.root' ) |
Definition at line 6 of file fit1_py.py.
fit1_py.fitlabel = TPaveText( 0.6, 0.3, 0.9, 0.80, 'NDC' ) |
Definition at line 12 of file fit1_py.py.