3 TCanvas *S =
new TCanvas(
"script",
"Subscripts and Superscripts",400,250);
16 y = 0.80;
x1 = 0.02;
x2 =
x1+0.8;
18 Tl.DrawLatex(
x2,
y,
"{}^{40}_{20}Ca") ;
Tt.DrawText(
x1,
y,
"(1) {}^{40}_{20}Ca");
19 y -= step ;
Tl.DrawLatex(
x2,
y,
"f_{E}/f_{E}") ;
Tt.DrawText(
x1,
y,
"(2) f_{E}/f_{E}");
20 y -= step ;
Tl.DrawLatex(
x2,
y,
"f_{E}/^{}f_{E}") ;
Tt.DrawText(
x1,
y,
"(3) f_{E}/^{}f_{E}");
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
Option_t Option_t TPoint TPoint const char x2
Option_t Option_t TPoint TPoint const char x1
To draw Mathematical Formula.
TCanvas * subsupscript2()