Class Acts::ObjectSorterT

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

Public Functions

inline ObjectSorterT(BinningValue bValue)

Constructor from a binning value.

Parameters

bValue – is the value in which the binning is done

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

Comparison operator.

Parameters
  • one – first object

  • two – second object

Returns

boolen indicator