ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Acts::GeometryObjectSorterT< T > Class Template Reference

#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< Vector3Dm_objectSorter
 
std::shared_ptr< const
Transform3D
m_transform
 

Detailed Description

template<class T>
class Acts::GeometryObjectSorterT< T >

Definition at line 171 of file GeometryObjectSorter.hpp.

View newest version in sPHENIX GitHub at line 171 of file GeometryObjectSorter.hpp

Constructor & Destructor Documentation

template<class T>
Acts::GeometryObjectSorterT< T >::GeometryObjectSorterT ( const GeometryContext gctx,
BinningValue  bValue,
std::shared_ptr< const Transform3D transform = nullptr 
)
inline

Constructor from a binning value

Parameters
bValueis the value in which the binning is done
transformis 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

Member Function Documentation

template<class T>
bool Acts::GeometryObjectSorterT< T >::operator() ( T  one,
T  two 
) const
inline

Comparison operator

Template Parameters
onefirst object
twosecond object
Returns
boolen indicator

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:

Member Data Documentation

template<class T>
std::reference_wrapper<const GeometryContext> Acts::GeometryObjectSorterT< T >::m_context
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()().

template<class T>
ObjectSorterT<Vector3D> Acts::GeometryObjectSorterT< T >::m_objectSorter
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()().

template<class T>
std::shared_ptr<const Transform3D> Acts::GeometryObjectSorterT< T >::m_transform
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()().


The documentation for this class was generated from the following file: