![]() |
Analysis Software
Documentation for sPHENIX simulation software
|
#include <acts/blob/sPHENIX/Core/include/Acts/Geometry/GeometryObjectSorter.hpp>
Collaboration diagram for Acts::GeometryObjectSorterT< T >:Public Member Functions | |
| GeometryObjectSorterT (const GeometryContext &gctx, BinningValue bValue, std::shared_ptr< const Transform3 > transform=nullptr) | |
| bool | operator() (T one, T two) const |
Protected Attributes | |
| std::reference_wrapper< const GeometryContext > | m_context |
| ObjectSorterT< Vector3 > | m_objectSorter |
| std::shared_ptr< const Transform3 > | m_transform |
Definition at line 165 of file GeometryObjectSorter.hpp.
View newest version in sPHENIX GitHub at line 165 of file GeometryObjectSorter.hpp
|
inline |
Constructor from a binning value
| gctx | The geometry context to use |
| bValue | is the value in which the binning is done |
| transform | is an optional transform to be performed |
Definition at line 172 of file GeometryObjectSorter.hpp.
View newest version in sPHENIX GitHub at line 172 of file GeometryObjectSorter.hpp
|
inline |
Comparison operator
| one | first object |
| two | second object |
Definition at line 184 of file GeometryObjectSorter.hpp.
View newest version in sPHENIX GitHub at line 184 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 201 of file GeometryObjectSorter.hpp.
View newest version in sPHENIX GitHub at line 201 of file GeometryObjectSorter.hpp
Referenced by Acts::GeometryObjectSorterT< T >::operator()().
|
protected |
Definition at line 202 of file GeometryObjectSorter.hpp.
View newest version in sPHENIX GitHub at line 202 of file GeometryObjectSorter.hpp
Referenced by Acts::GeometryObjectSorterT< T >::operator()().
|
protected |
Definition at line 203 of file GeometryObjectSorter.hpp.
View newest version in sPHENIX GitHub at line 203 of file GeometryObjectSorter.hpp
Referenced by Acts::GeometryObjectSorterT< T >::operator()().