![]() |
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::DistanceSorterT< T >:
Collaboration diagram for Acts::DistanceSorterT< T >:Public Member Functions | |
| DistanceSorterT (BinningValue bValue, Vector3D reference) | |
| bool | operator() (T one, T two) const |
Private Attributes | |
| BinningValue | m_binningValue |
| the binning value | |
| T | m_reference |
| double | m_refR |
| double | m_refPhi |
| double | m_refEta |
This will check on absolute distance
Definition at line 89 of file GeometryObjectSorter.hpp.
View newest version in sPHENIX GitHub at line 89 of file GeometryObjectSorter.hpp
|
inline |
Constructor from a binning value
| bValue | is the value in which the binning is done |
| reference | is the reference point |
Definition at line 95 of file GeometryObjectSorter.hpp.
View newest version in sPHENIX GitHub at line 95 of file GeometryObjectSorter.hpp
|
inline |
Comparison operator
| one | first object |
| two | second object |
Definition at line 108 of file GeometryObjectSorter.hpp.
View newest version in sPHENIX GitHub at line 108 of file GeometryObjectSorter.hpp
References Acts::binEta, Acts::binPhi, Acts::binR, Acts::binX, Acts::binY, Acts::binZ, Acts::VectorHelpers::eta(), Acts::DistanceSorterT< T >::m_binningValue, Acts::DistanceSorterT< T >::m_reference, Acts::DistanceSorterT< T >::m_refEta, Acts::DistanceSorterT< T >::m_refPhi, Acts::DistanceSorterT< T >::m_refR, Acts::VectorHelpers::perp(), Acts::VectorHelpers::phi(), phi, and T.
Here is the call graph for this function:
|
private |
the binning value
Definition at line 161 of file GeometryObjectSorter.hpp.
View newest version in sPHENIX GitHub at line 161 of file GeometryObjectSorter.hpp
Referenced by Acts::DistanceSorterT< T >::operator()().
|
private |
Definition at line 162 of file GeometryObjectSorter.hpp.
View newest version in sPHENIX GitHub at line 162 of file GeometryObjectSorter.hpp
Referenced by Acts::DistanceSorterT< T >::operator()().
|
private |
Definition at line 165 of file GeometryObjectSorter.hpp.
View newest version in sPHENIX GitHub at line 165 of file GeometryObjectSorter.hpp
Referenced by Acts::DistanceSorterT< T >::operator()().
|
private |
Definition at line 164 of file GeometryObjectSorter.hpp.
View newest version in sPHENIX GitHub at line 164 of file GeometryObjectSorter.hpp
Referenced by Acts::DistanceSorterT< T >::operator()().
|
private |
Definition at line 163 of file GeometryObjectSorter.hpp.
View newest version in sPHENIX GitHub at line 163 of file GeometryObjectSorter.hpp
Referenced by Acts::DistanceSorterT< T >::operator()().