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