EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include <acts/blob/sPHENIX/Core/include/Acts/Geometry/GeometryObjectSorter.hpp>
Public Member Functions | |
GeometryObjectSorterT (const GeometryContext &gctx, BinningValue bValue, std::shared_ptr< const Transform3D > transform=nullptr) | |
bool | operator() (T one, T two) const |
Protected Attributes | |
std::reference_wrapper< const GeometryContext > | m_context |
ObjectSorterT< Vector3D > | m_objectSorter |
std::shared_ptr< const Transform3D > | m_transform |
Definition at line 164 of file GeometryObjectSorter.hpp.
View newest version in sPHENIX GitHub at line 164 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 170 of file GeometryObjectSorter.hpp.
View newest version in sPHENIX GitHub at line 170 of file GeometryObjectSorter.hpp
|
inline |
Comparison operator
one | first object |
two | second object |
Definition at line 182 of file GeometryObjectSorter.hpp.
View newest version in sPHENIX GitHub at line 182 of file GeometryObjectSorter.hpp
References Acts::ObjectSorterT< T >::binningValue(), Acts::GeometryObjectSorterT< T >::m_context, Acts::GeometryObjectSorterT< T >::m_objectSorter, and Acts::GeometryObjectSorterT< T >::m_transform.
|
protected |
Definition at line 199 of file GeometryObjectSorter.hpp.
View newest version in sPHENIX GitHub at line 199 of file GeometryObjectSorter.hpp
Referenced by Acts::GeometryObjectSorterT< T >::operator()().
|
protected |
Definition at line 200 of file GeometryObjectSorter.hpp.
View newest version in sPHENIX GitHub at line 200 of file GeometryObjectSorter.hpp
Referenced by Acts::GeometryObjectSorterT< T >::operator()().
|
protected |
Definition at line 201 of file GeometryObjectSorter.hpp.
View newest version in sPHENIX GitHub at line 201 of file GeometryObjectSorter.hpp
Referenced by Acts::GeometryObjectSorterT< T >::operator()().