19 TTRAP *
trap =
new TTRAP(
"TRAP",
"TRAP",
"void",190,0,0,60,40,90,15,120,80,180,15);
20 TPARA *
para =
new TPARA(
"PARA",
"PARA",
"void",100,200,200,15,30,30);
21 TGTRA *
gtra =
new TGTRA(
"GTRA",
"GTRA",
"void",390,0,0,20,60,40,90,15,120,80,180,15);
25 TCONS *
cons =
new TCONS(
"CONS",
"CONS",
"void",50,100,100,200,300,90,270);
26 TSPHE *
sphe =
new TSPHE(
"SPHE",
"SPHE",
"void",25,340, 45,135, 0,270);
31 pcon->DefineSection(0,-200,50,100);
32 pcon->DefineSection(1,-50,50,80);
33 pcon->DefineSection(2,50,50,80);
34 pcon->DefineSection(3,200,50,100);
37 pgon->DefineSection(0,-200,50,100);
38 pgon->DefineSection(1,-50,50,80);
39 pgon->DefineSection(2,50,50,80);
40 pgon->DefineSection(3,200,50,100);
43 brik->SetLineColor(1);
44 trd1->SetLineColor(2);
45 trd2->SetLineColor(3);
46 trap->SetLineColor(4);
47 para->SetLineColor(5);
48 gtra->SetLineColor(7);
49 tube->SetLineColor(6);
50 tubs->SetLineColor(7);
51 cone->SetLineColor(2);
52 cons->SetLineColor(3);
53 pcon->SetLineColor(6);
54 pgon->SetLineColor(2);
87 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.