![]() |
Analysis Software
Documentation for sPHENIX simulation software
|
#include <acts/blob/sPHENIX/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 26 of file GeometryObjectSorter.hpp.
View newest version in sPHENIX GitHub at line 26 of file GeometryObjectSorter.hpp
|
inline |
Constructor from a binning value
| bValue | is the value in which the binning is done |
Definition at line 31 of file GeometryObjectSorter.hpp.
View newest version in sPHENIX GitHub at line 31 of file GeometryObjectSorter.hpp
|
inline |
Definition at line 77 of file GeometryObjectSorter.hpp.
View newest version in sPHENIX GitHub at line 77 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 39 of file GeometryObjectSorter.hpp.
View newest version in sPHENIX GitHub at line 39 of file GeometryObjectSorter.hpp
|
private |
the binning value
Definition at line 80 of file GeometryObjectSorter.hpp.
View newest version in sPHENIX GitHub at line 80 of file GeometryObjectSorter.hpp
Referenced by Acts::ObjectSorterT< Vector3 >::binningValue(), and Acts::ObjectSorterT< Vector3 >::operator()().