18 TTRD1 *
trd1 =
new TTRD1(
"TRD1",
"TRD1",
"void", 200, 50, 100, 100);
19 TTRD2 *
trd2 =
new TTRD2(
"TRD2",
"TRD2",
"void", 200, 50, 200, 50, 100);
20 TTRAP *
trap =
new TTRAP(
"TRAP",
"TRAP",
"void", 190, 0, 0, 60, 40, 90, 15, 120, 80, 180, 15);
21 TPARA *
para =
new TPARA(
"PARA",
"PARA",
"void", 100, 200, 200, 15, 30, 30);
22 TGTRA *
gtra =
new TGTRA(
"GTRA",
"GTRA",
"void", 390, 0, 0, 20, 60, 40, 90, 15, 120, 80, 180, 15);
24 TTUBS *
tubs =
new TTUBS(
"TUBS",
"TUBS",
"void", 80, 100, 100, 90, 235);
25 TCONE *
cone =
new TCONE(
"CONE",
"CONE",
"void", 100, 50, 70, 120, 150);
26 TCONS *
cons =
new TCONS(
"CONS",
"CONS",
"void", 50, 100, 100, 200, 300, 90, 270);
27 TSPHE *
sphe =
new TSPHE(
"SPHE",
"SPHE",
"void", 25, 340, 45, 135, 0, 270);
28 TSPHE *
sphe1 =
new TSPHE(
"SPHE1",
"SPHE1",
"void", 0, 140, 0, 180, 0, 360);
29 TSPHE *
sphe2 =
new TSPHE(
"SPHE2",
"SPHE2",
"void", 0, 200, 10, 120, 45, 145);
32 pcon->DefineSection(0, -200, 50, 100);
33 pcon->DefineSection(1, -50, 50, 80);
34 pcon->DefineSection(2, 50, 50, 80);
35 pcon->DefineSection(3, 200, 50, 100);
38 pgon->DefineSection(0, -200, 50, 100);
39 pgon->DefineSection(1, -50, 50, 80);
40 pgon->DefineSection(2, 50, 50, 80);
41 pgon->DefineSection(3, 200, 50, 100);
44 brik->SetLineColor(1);
45 trd1->SetLineColor(2);
46 trd2->SetLineColor(3);
47 trap->SetLineColor(4);
48 para->SetLineColor(5);
49 gtra->SetLineColor(7);
50 tube->SetLineColor(6);
51 tubs->SetLineColor(7);
52 cone->SetLineColor(2);
53 cons->SetLineColor(3);
54 pcon->SetLineColor(6);
55 pgon->SetLineColor(2);
86 timer->SetCommand(
"Animate()");
94 gPad->GetView()->RotateView(theta, phi);
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
A box with faces perpendicular to the axes.
A segment of a conical tube.
A general twisted trapezoid.
A trapezoid with the x dimension varying along z.
A trapezoid with both x and y dimensions varying along z.
Handles synchronous and a-synchronous timer events.