Template Class ObjectSorterT

Inheritance Relationships

Base Type

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

Class Documentation

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

Public Functions

ObjectSorterT(BinningValue bValue)

Constructor from a binning value.

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

  • transform: is an optional transform to be performed

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

Comparison operator.

Return

boolen indicator

Template Parameters
  • one: first object

  • two: second object