|
ACTS
Experiment-independent tracking
|
#include <Acts/Geometry/GeometryObjectSorter.hpp>
Public Member Functions | |
| ObjectSorterT (AxisDirection aDir) | |
| Constructor from a binning value. | |
| bool | operator() (T one, T two) const |
| Comparison operator. | |
| AxisDirection | sortingDirection () const |
|
explicit |
Constructor from a binning value.
| aDir | is the direction in which the sorting is done |
| bool Acts::ObjectSorterT< T >::operator() | ( | T | one, |
| T | two ) const |
Comparison operator.
| one | first object |
| two | second object |
| AxisDirection Acts::ObjectSorterT< T >::sortingDirection | ( | ) | const |