Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Acts::GeometryObjectSorterT< T > Class Template Reference

#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< Vector3m_objectSorter
 
std::shared_ptr< const Transform3m_transform
 

Detailed Description

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

Definition at line 165 of file GeometryObjectSorter.hpp.

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

Constructor & Destructor Documentation

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

Constructor from a binning value

Parameters
gctxThe geometry context to use
bValueis the value in which the binning is done
transformis 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

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
boolean indicator

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:

Member Data Documentation

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

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

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


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