57 using namespace ROOT::GLTutorials;
64 TCanvas *
c1 =
new TCanvas(
"parallel coors",
"parallel coords", 0, 0, 900, 1000);
68 for (
Int_t i = 0; i < 1500; ++i) {
99 nt->Draw(
"x:y:z:u:v:w:a:b:c",
"",
"para");
101 assert(
para1 !=
nullptr &&
"parallelcoordtrans, 'ParaCoord' is null");
103 para1->SetLineColor(25);
105 pcv->SetHistogramHeight(0.);
108 pcv->SetHistogramHeight(0.);
111 pcv->SetHistogramHeight(0.);
114 pcv->SetHistogramHeight(0.);
117 pcv->SetHistogramHeight(0.);
120 pcv->SetHistogramHeight(0.);
123 pcv->SetHistogramHeight(0.);
126 pcv->SetHistogramHeight(0.);
129 pcv->SetHistogramHeight(0.);
135 assert(
col26 !=
nullptr &&
"parallelcoordtrans, color with index 26 not found");
137 col26->SetAlpha(0.01);
140 nt->Draw(
"x:y:z:u:v:w:a:b:c",
"",
"para");
142 assert(
para2 !=
nullptr &&
"parallelcoordtrans, 'ParaCoord' is null");
144 para2->SetLineColor(26);
147 pcv->SetHistogramHeight(0.);
150 pcv->SetHistogramHeight(0.);
153 pcv->SetHistogramHeight(0.);
156 pcv->SetHistogramHeight(0.);
159 pcv->SetHistogramHeight(0.);
162 pcv->SetHistogramHeight(0.);
165 pcv->SetHistogramHeight(0.);
168 pcv->SetHistogramHeight(0.);
171 pcv->SetHistogramHeight(0.);
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 GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void char Point_t Rectangle_t WindowAttributes_t Float_t r
R__EXTERN TStyle * gStyle
The color creation and management class.
A simple TTree restricted to a list of float variables only.
Parallel Coordinates class.
This is the base class for the ROOT Random number generators.
void SetCanvasPreferGL(Bool_t prefer=kTRUE)
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tb...