ROOT
Version master
v6.34
v6.32
v6.30
v6.28
v6.26
v6.24
v6.22
v6.20
v6.18
v6.16
v6.14
v6.12
v6.10
v6.08
v6.06
Reference Guide
►
ROOT
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
Loading...
Searching...
No Matches
subsupscript.C
Go to the documentation of this file.
1
TCanvas
*
subsupscript
()
2
{
3
TCanvas
*S =
new
TCanvas
(
"script"
,
"Subscripts and Superscripts"
,400,250);
4
5
TLatex
Tl
;
6
Tl
.SetTextSize(0.09);
7
Tl
.SetTextAlign(12);
8
TLatex
Tt
;
9
Tt
.SetTextSize(0.09);
10
Tt
.SetTextFont(82);
11
Tt
.SetTextAlign(12);
12
13
// Draw First Column
14
float
y
,
x1
,
x2
;
15
float
step = 0.3;
16
y
= 0.80;
x1
= 0.02;
x2
=
x1
+0.3;
17
18
Tl
.DrawLatex(
x2
,
y
,
"x^{2y}"
) ;
Tt
.DrawText(
x1
,
y
,
"x^{2y}"
);
19
y
-= step ;
Tl
.DrawLatex(
x2
,
y
,
"x_{2y}"
) ;
Tt
.DrawText(
x1
,
y
,
"x_{2y}"
);
20
y
-= step ;
Tl
.DrawLatex(
x2
,
y
,
"x^{y^{2}}"
) ;
Tt
.DrawText(
x1
,
y
,
"x^{y^{2}}"
);
21
22
23
// Draw Second Column
24
y
= 0.80;
x1
= 0.52;
x2
=
x1
+0.3;
25
Tl
.DrawLatex(
x2
,
y
,
"x^{y_{1}}"
) ;
Tt
.DrawText(
x1
,
y
,
"x^{y_{1}}"
);
26
y
-= step ;
Tl
.DrawLatex(
x2
,
y
,
"x^{y}_{1}"
) ;
Tt
.DrawText(
x1
,
y
,
"x^{y}_{1}"
);
27
y
-= step ;
Tl
.DrawLatex(
x2
,
y
,
"x_{1}^{y}"
) ;
Tt
.DrawText(
x1
,
y
,
"x_{1}^{y}"
);
28
29
return
S;
30
}
TRangeDynCast
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
Definition
TCollection.h:358
x2
Option_t Option_t TPoint TPoint const char x2
Definition
TGWin32VirtualXProxy.cxx:70
x1
Option_t Option_t TPoint TPoint const char x1
Definition
TGWin32VirtualXProxy.cxx:70
ROOT::Detail::TRangeCast
Definition
TCollection.h:311
TCanvas
The Canvas class.
Definition
TCanvas.h:23
TLatex
To draw Mathematical Formula.
Definition
TLatex.h:18
y
Double_t y[n]
Definition
legend1.C:17
subsupscript
TCanvas * subsupscript()
Definition
subsupscript.C:1
graf2d
graf
doc
macros
subsupscript.C
ROOT master - Reference Guide Generated on Thu Apr 3 2025 16:29:14 (GVA Time) using Doxygen 1.10.0