Variables | |
| c1 = Take(v1, idx[0]) | |
| c2 = Take(v2, idx[1]) | |
| c3 = Take(v4, idx2[0]) | |
| c4 = Take(v4, idx2[1]) | |
| c5 = Take(v4, idx2[2]) | |
| idx = Combinations(v1, v2) | |
| idx2 = Combinations(v4, 3) | |
| v1 = ROOT.RVecD(3) | |
| v2 = ROOT.RVecD(2) | |
| v3 = c1 * c2 | |
| v4 = ROOT.RVecD(4) | |
| v5 = c3 * c4 * c5 | |
Definition at line 28 of file vo005_Combinations.py.
Definition at line 29 of file vo005_Combinations.py.
Definition at line 48 of file vo005_Combinations.py.
Definition at line 49 of file vo005_Combinations.py.
Definition at line 50 of file vo005_Combinations.py.
Definition at line 25 of file vo005_Combinations.py.
| vo005_Combinations.idx2 = Combinations(v4, 3) |
Definition at line 45 of file vo005_Combinations.py.
| vo005_Combinations.v1 = ROOT.RVecD(3) |
Definition at line 17 of file vo005_Combinations.py.
| vo005_Combinations.v2 = ROOT.RVecD(2) |
Definition at line 19 of file vo005_Combinations.py.
Definition at line 32 of file vo005_Combinations.py.
| vo005_Combinations.v4 = ROOT.RVecD(4) |
Definition at line 43 of file vo005_Combinations.py.
Definition at line 52 of file vo005_Combinations.py.