Loading [MathJax]/extensions/tex2jax.js
ROOT
Version v6.24
master
v6.34
v6.32
v6.30
v6.28
v6.26
v6.22
v6.20
v6.18
v6.16
v6.14
v6.12
v6.10
v6.08
v6.06
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.
1
2
c1 =
TCanvas
(
'c1'
,
'The Fit Canvas'
)
3
c1.SetGridx()
4
c1.SetGridy()
5
6
fill =
TFile
(
'fillrandom.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
TCanvas
The Canvas class.
Definition
TCanvas.h:23
TFile
A ROOT file is a suite of consecutive data records (TKey instances) with a well defined format.
Definition
TFile.h:54
TPaveText
A Pave (see TPave) with text, lines or/and boxes inside.
Definition
TPaveText.h:21
tutorials
pyroot
fit1_py.py
ROOT v6-24 - Reference Guide Generated on Tue Aug 22 2023 03:06:59 (GVA Time) using Doxygen 1.9.8