Logo ROOT  
Reference Guide
vo004_SortAndSelect Namespace Reference

Variables

 v1 = ROOT.RVecD(3)
 v2 = sorted(v1)
 v3 = ROOT.RVecD(3)
 v4 = Take(v3, v2)

Variable Documentation

◆ v1

vo004_SortAndSelect.v1 = ROOT.RVecD(3)

Definition at line 18 of file vo004_SortAndSelect.py.

◆ v2

vo004_SortAndSelect.v2 = sorted(v1)

Definition at line 20 of file vo004_SortAndSelect.py.

◆ v3

vo004_SortAndSelect.v3 = ROOT.RVecD(3)

Definition at line 37 of file vo004_SortAndSelect.py.

◆ v4

vo004_SortAndSelect.v4 = Take(v3, v2)

Definition at line 39 of file vo004_SortAndSelect.py.