![]() |
EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include <acts/blob/sPHENIX/Core/include/Acts/Geometry/GeometryObjectSorter.hpp>
Inheritance diagram for Acts::ObjectSorterT< T >:
Collaboration diagram for Acts::ObjectSorterT< T >: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 24 of file GeometryObjectSorter.hpp.
View newest version in sPHENIX GitHub at line 24 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 30 of file GeometryObjectSorter.hpp.
View newest version in sPHENIX GitHub at line 30 of file GeometryObjectSorter.hpp
|
inline |
Definition at line 76 of file GeometryObjectSorter.hpp.
View newest version in sPHENIX GitHub at line 76 of file GeometryObjectSorter.hpp
Referenced by Acts::GeometryObjectSorterT< T >::operator()().
Here is the caller graph for this function:
|
inline |
Comparison operator
| one | first object |
| two | second object |
Definition at line 38 of file GeometryObjectSorter.hpp.
View newest version in sPHENIX GitHub at line 38 of file GeometryObjectSorter.hpp
|
private |
the binning value
Definition at line 79 of file GeometryObjectSorter.hpp.
View newest version in sPHENIX GitHub at line 79 of file GeometryObjectSorter.hpp
Referenced by Acts::ObjectSorterT< Vector3D >::binningValue(), and Acts::ObjectSorterT< Vector3D >::operator()().