![]() |
ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <acts/blob/master/Core/include/Acts/Geometry/GeometryObjectSorter.hpp>
Inheritance diagram for Acts::GeometryObjectSorterT< T >:
Collaboration diagram for Acts::GeometryObjectSorterT< T >: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 171 of file GeometryObjectSorter.hpp.
View newest version in sPHENIX GitHub at line 171 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 177 of file GeometryObjectSorter.hpp.
View newest version in sPHENIX GitHub at line 177 of file GeometryObjectSorter.hpp
|
inline |
Comparison operator
| one | first object |
| two | second object |
Definition at line 189 of file GeometryObjectSorter.hpp.
View newest version in sPHENIX GitHub at line 189 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.
Here is the call graph for this function:
|
protected |
Definition at line 206 of file GeometryObjectSorter.hpp.
View newest version in sPHENIX GitHub at line 206 of file GeometryObjectSorter.hpp
Referenced by Acts::GeometryObjectSorterT< T >::operator()().
|
protected |
Definition at line 207 of file GeometryObjectSorter.hpp.
View newest version in sPHENIX GitHub at line 207 of file GeometryObjectSorter.hpp
Referenced by Acts::GeometryObjectSorterT< T >::operator()().
|
protected |
Definition at line 208 of file GeometryObjectSorter.hpp.
View newest version in sPHENIX GitHub at line 208 of file GeometryObjectSorter.hpp
Referenced by Acts::GeometryObjectSorterT< T >::operator()().