Template Class DistanceSorterT

Inheritance Relationships

Base Type

  • public std::binary_function< T, T, bool >

Class Documentation

template<class T>
class Acts::DistanceSorterT : public std::binary_function<T, T, bool>

This will check on absolute distance.

Public Functions

DistanceSorterT(BinningValue bValue, Vector3 reference)

Constructor from a binning value.

Parameters
  • bValue: is the value in which the binning is done

  • reference: is the reference point

bool operator()(T one, T two) const

Comparison operator.

Return

boolen indicator

Template Parameters
  • one: first object

  • two: second object