ROOT
master
Reference Guide
Loading...
Searching...
No Matches
fit1_py.py
Go to the documentation of this file.
1
2
c1 =
TCanvas(
'c1'
,
'The Fit Canvas'
)
3
c1.SetGridx
()
4
c1.SetGridy
()
5
6
fill =
TFile(
'fillrandom_userfunc.root'
)
7
fill.ls
()
8
sqroot.Print
()
9
10
h1f.Fit
(
'sqroot'
)
11
12
fitlabel =
TPaveText( 0.6, 0.3, 0.9, 0.80,
'NDC'
)
13
fitlabel.SetTextAlign
( 12 )
14
fitlabel.SetFillColor
( 42 )
15
fitlabel.ReadFile
(
'fit1_py.py'
)
16
fitlabel.Draw
()
17
TRangeDynCast
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
Definition
TCollection.h:358
TCanvas
The Canvas class.
Definition
TCanvas.h:23
TFile
A ROOT file is an on-disk file, usually with extension .root, that stores objects in a file-system-li...
Definition
TFile.h:131
TPaveText
A Pave (see TPave) with text, lines or/and boxes inside.
Definition
TPaveText.h:21
tutorials
math
fit
fit1_py.py
ROOT master - Reference Guide Generated on Mon Jun 23 2025 15:32:27 (GVA Time) using Doxygen 1.10.0