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

#include <acts/blob/sPHENIX/Core/include/Acts/Geometry/GeometryObjectSorter.hpp>

Public Member Functions

 ObjectSorterT (BinningValue bValue)
 
bool operator() (T one, T two) const
 
BinningValue binningValue () const
 

Private Attributes

BinningValue m_binningValue
 the binning value
 

Detailed Description

template<class T>
class Acts::ObjectSorterT< T >

Definition at line 26 of file GeometryObjectSorter.hpp.

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

Constructor & Destructor Documentation

template<class T>
Acts::ObjectSorterT< T >::ObjectSorterT ( BinningValue  bValue)
inline

Constructor from a binning value

Parameters
bValueis the value in which the binning is done

Definition at line 31 of file GeometryObjectSorter.hpp.

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

Member Function Documentation

template<class T>
BinningValue Acts::ObjectSorterT< T >::binningValue ( ) const
inline

Definition at line 77 of file GeometryObjectSorter.hpp.

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

Referenced by Acts::GeometryObjectSorterT< T >::operator()().

+ Here is the caller graph for this function:

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

Comparison operator

Parameters
onefirst object
twosecond object
Returns
boolean indicator

Definition at line 39 of file GeometryObjectSorter.hpp.

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

Member Data Documentation

template<class T>
BinningValue Acts::ObjectSorterT< T >::m_binningValue
private

the binning value

Definition at line 80 of file GeometryObjectSorter.hpp.

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

Referenced by Acts::ObjectSorterT< Vector3 >::binningValue(), and Acts::ObjectSorterT< Vector3 >::operator()().


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