24 void generate_random(
Int_t i) {
27 r7 = (2*dr*r->
Rndm(i))-dr;
28 r9 = (2*dr*r->
Rndm(i))-dr;
29 r4 = (2*dr*r->
Rndm(i))-dr;
31 r5 = (2*dr*r->
Rndm(i))-dr;
32 r6 = (2*dr*r->
Rndm(i))-dr;
33 r8 = (2*dr*r->
Rndm(i))-dr;
36 void parallelcoord() {
45 new TCanvas(
"c1",
"c1",0,0,800,700);
47 nt =
new TNtuple(
"nt",
"Demo ntuple",
"x:y:z:u:v:w");
49 for (
Int_t i=0; i<20000; i++) {
50 r->
Sphere(s1x, s1y, s1z, 0.1);
51 r->
Sphere(s2x, s2y, s2z, 0.2);
52 r->
Sphere(s3x, s3y, s3z, 0.05);
58 nt->
Fill(s1x, s1y, s1z, s2x, s2y, s2z);
64 nt->
Fill(s2x-1, s2y-1, s2z, s1x+.5, s1y+.5, s1z+.5);
70 nt->
Fill(s1x+1, s1y+1, s1z+1, s3x-2, s3y-2, s3z-2);
75 nt->
Draw(
"x:y:z:u:v:w",
"",
"para",5000);
TParallelCoordSelect * GetCurrentSelection()
Return the selection currently being edited.
A TParallelCoordRange is a range used for parallel coordinates plots.
virtual TObject * FindObject(const char *name) const
Find an object in this list using its name.
This is the base class for the ROOT Random number generators.
unsigned int r3[N_CITIES]
virtual Double_t Rndm()
Machine independent random number generator.
virtual void SetLineColor(Color_t lcolor)
Set the line color.
void AddSelection(const char *title)
Add a selection.
A simple TTree restricted to a list of float variables only.
unsigned int r1[N_CITIES]
virtual void Draw(Option_t *opt)
Default Draw method for all objects.
virtual Int_t Fill()
Fill a Ntuple with current values in fArgs.
void SetDotsSpacing(Int_t s=0)
Set dots spacing.
virtual void Sphere(Double_t &x, Double_t &y, Double_t &z, Double_t r)
Generates random vectors, uniformly distributed over the surface of a sphere of given radius...
Parallel Coordinates class.
unsigned int r2[N_CITIES]
void AddRange(TParallelCoordRange *range)
Add a range to the current selection on the axis.