|
ACTS
Experiment-independent tracking
|
This will check on absolute distance. More...
#include <Acts/Geometry/GeometryObjectSorter.hpp>
Public Member Functions | |
| DistanceSorterT (AxisDirection aDir, Vector3 reference) | |
| Constructor from a binning value. | |
| bool | operator() (T one, T two) const |
| Comparison operator. | |
This will check on absolute distance.
| Acts::DistanceSorterT< T >::DistanceSorterT | ( | AxisDirection | aDir, |
| Vector3 | reference ) |
Constructor from a binning value.
| aDir | is the value in which the sorting is done |
| reference | is the reference point |
| bool Acts::DistanceSorterT< T >::operator() | ( | T | one, |
| T | two ) const |
Comparison operator.
| one | First object to compare |
| two | Second object to compare |