13 auto c1 =
new TCanvas(
"c1",
"Examples of TGaxis", 10, 10, 700, 500);
14 c1->Range(-10, -1, 10, 1);
16 auto axis1 =
new TGaxis(-4.5, -0.2, 5.5, -0.2, -6, 8, 510,
"");
19 auto axis2 =
new TGaxis(-4.5, 0.2, 5.5, 0.2, 0.001, 10000, 510,
"G");
22 auto axis3 =
new TGaxis(-9, -0.8, -9, 0.8, -8, 8, 50510,
"");
23 axis3->SetTitle(
"axis3");
24 axis3->SetTitleOffset(0.5);
27 auto axis4 =
new TGaxis(-7, -0.8, -7, 0.8, 1, 10000, 50510,
"G");
28 axis4->SetTitle(
"axis4");
31 auto axis5 =
new TGaxis(-4.5, -0.6, 5.5, -0.6, 1.2, 1.32, 80506,
"-+");
32 axis5->SetLabelSize(0.03);
33 axis5->SetTextFont(72);
36 auto axis6 =
new TGaxis(-4.5, 0.5, 5.5, 0.5, 100, 900, 50510,
"-");
39 auto axis7 =
new TGaxis(-5.5, 0.85, 5.5, 0.85, 0, 4.3e-6, 510,
"");
42 auto axis8 =
new TGaxis(8, -0.8, 8, 0.8, 0, 9000, 50510,
"+L");
47 auto axis9 =
new TGaxis(6.5, 0.8, 6.5, -0.8, 0, 90, 50510,
"-L");
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.