ACTS
Experiment-independent tracking
Loading...
Searching...
No Matches
Acts::ObjectSorterT< T > Class Template Reference

#include <Acts/Geometry/GeometryObjectSorter.hpp>

Inheritance diagram for Acts::ObjectSorterT< T >:
[legend]

Public Member Functions

 ObjectSorterT (AxisDirection aDir)
 Constructor from a binning value.
bool operator() (T one, T two) const
 Comparison operator.
AxisDirection sortingDirection () const

Constructor & Destructor Documentation

◆ ObjectSorterT()

template<class T>
Acts::ObjectSorterT< T >::ObjectSorterT ( AxisDirection aDir)
explicit

Constructor from a binning value.

Parameters
aDiris the direction in which the sorting is done

Member Function Documentation

◆ operator()()

template<class T>
bool Acts::ObjectSorterT< T >::operator() ( T one,
T two ) const

Comparison operator.

Parameters
onefirst object
twosecond object
Returns
boolean indicator

◆ sortingDirection()

template<class T>
AxisDirection Acts::ObjectSorterT< T >::sortingDirection ( ) const