ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <acts/blob/master/Core/include/Acts/Geometry/GeometryObjectSorter.hpp>
Public Member Functions | |
ObjectSorterT (BinningValue bValue) | |
bool | operator() (T one, T two) const |
BinningValue | binningValue () const |
Private Attributes | |
BinningValue | m_binningValue |
the binning value | |
Definition at line 27 of file GeometryObjectSorter.hpp.
View newest version in sPHENIX GitHub at line 27 of file GeometryObjectSorter.hpp
|
inline |
Constructor from a binning value
bValue | is the value in which the binning is done |
transform | is an optional transform to be performed |
Definition at line 33 of file GeometryObjectSorter.hpp.
View newest version in sPHENIX GitHub at line 33 of file GeometryObjectSorter.hpp
|
inline |
Definition at line 79 of file GeometryObjectSorter.hpp.
View newest version in sPHENIX GitHub at line 79 of file GeometryObjectSorter.hpp
Referenced by Acts::GeometryObjectSorterT< T >::operator()().
|
inline |
Comparison operator
one | first object |
two | second object |
Definition at line 41 of file GeometryObjectSorter.hpp.
View newest version in sPHENIX GitHub at line 41 of file GeometryObjectSorter.hpp
|
private |
the binning value
Definition at line 82 of file GeometryObjectSorter.hpp.
View newest version in sPHENIX GitHub at line 82 of file GeometryObjectSorter.hpp
Referenced by Acts::ObjectSorterT< Vector3D >::binningValue(), and Acts::ObjectSorterT< Vector3D >::operator()().