Logo ROOT  
Reference Guide
 
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Loading...
Searching...
No Matches
vecops Directory Reference
Directory dependency graph for vecops:

Files

 vo001_AdoptOrOwnMemory.C
  View in nbviewer Open in SWAN
In this tutorial we learn how the RVec class can be used to adopt existing memory or allocate some.
 
 vo001_AdoptOrOwnMemory.py
  View in nbviewer Open in SWAN
In this tutorial we learn how the RVec class can be used to adopt existing memory or allocate some.
 
 vo002_VectorCalculations.C
  View in nbviewer Open in SWAN
In this tutorial we learn how the RVec class can be used to express easily mathematical operations involving arrays and scalars.
 
 vo003_LogicalOperations.C
  View in nbviewer Open in SWAN
In this tutorial we learn how the RVec class can be used to express logical operations.
 
 vo004_SortAndSelect.C
  View in nbviewer Open in SWAN
In this tutorial we learn how elements of an RVec can be easily sorted and selected.
 
 vo004_SortAndSelect.py
  View in nbviewer Open in SWAN
In this tutorial we learn how elements of an RVec can be easily sorted and selected.
 
 vo005_Combinations.C
  View in nbviewer Open in SWAN
In this tutorial we learn how combinations of RVecs can be built.
 
 vo005_Combinations.py
  View in nbviewer Open in SWAN
In this tutorial we learn how combinations of RVecs can be built.
 
 vo006_IndexManipulation.C
  View in nbviewer Open in SWAN
In this tutorial we demonstrate RVec helpers for index manipulation.
 
 vo007_PhysicsHelpers.C
  View in nbviewer Open in SWAN
In this tutorial we demonstrate RVec helpers for physics computations such as angle differences Δϕ, the distance in the η- ϕ plane ΔR and the invariant mass.
 
 vo008_numpyInterface.py
  View in nbviewer Open in SWAN
This tutorial illustrates the conversion of RVec to numpy arrays without copying the data.