Logo ROOT  
Reference Guide
 
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Loading...
Searching...
No Matches
fit1_py.py
Go to the documentation of this file.
2c1 = TCanvas( 'c1', 'The Fit Canvas' )
5
6fill = TFile( 'fillrandom.root' )
9
10h1f.Fit( 'sqroot' )
11
12fitlabel = TPaveText( 0.6, 0.3, 0.9, 0.80, 'NDC' )
15fitlabel.ReadFile( 'fit1_py.py' )
17
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
The Canvas class.
Definition TCanvas.h:23
A ROOT file is an on-disk file, usually with extension .root, that stores objects in a file-system-li...
Definition TFile.h:53
A Pave (see TPave) with text, lines or/and boxes inside.
Definition TPaveText.h:21