39 r2 = (2 *
dr *
r->Rndm(i)) -
dr;
40 r3 = (2 *
dr *
r->Rndm(i)) -
dr;
41 r5 = (2 *
dr *
r->Rndm(i)) -
dr;
42 r6 = (2 *
dr *
r->Rndm(i)) -
dr;
43 r8 = (2 *
dr *
r->Rndm(i)) -
dr;
54 auto c1 =
new TCanvas(
"c1",
"c1", 0, 0, 900, 1000);
57 auto nt =
new TNtuple(
"nt",
"Demo ntuple",
"x:y:z:u:v:w:a:b:c");
60 for (
Int_t i = 0; i < 1500; i++) {
99 nt->Draw(
"x:y:z:u:v:w:a:b:c",
"",
"para");
101 para1->SetLineColor(25);
103 pcv->SetHistogramHeight(0.);
105 pcv->SetHistogramHeight(0.);
107 pcv->SetHistogramHeight(0.);
109 pcv->SetHistogramHeight(0.);
111 pcv->SetHistogramHeight(0.);
113 pcv->SetHistogramHeight(0.);
115 pcv->SetHistogramHeight(0.);
117 pcv->SetHistogramHeight(0.);
119 pcv->SetHistogramHeight(0.);
123 col26->SetAlpha(0.01);
125 nt->Draw(
"x:y:z:u:v:w:a:b:c",
"",
"para");
127 para2->SetLineColor(26);
129 pcv->SetHistogramHeight(0.);
131 pcv->SetHistogramHeight(0.);
133 pcv->SetHistogramHeight(0.);
135 pcv->SetHistogramHeight(0.);
137 pcv->SetHistogramHeight(0.);
139 pcv->SetHistogramHeight(0.);
141 pcv->SetHistogramHeight(0.);
143 pcv->SetHistogramHeight(0.);
145 pcv->SetHistogramHeight(0.);
148 c1->Print(
"parallelcoordtrans.pdf");
149 c1->Print(
"parallelcoordtrans.svg");
152 c1->Print(
"parallelcoordtrans.jpg");
153 c1->Print(
"parallelcoordtrans.png");
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
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.