Class Acts::GeometryObjectSorterT

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

Public Functions

inline GeometryObjectSorterT(const GeometryContext &gctx, BinningValue bValue, std::shared_ptr<const Transform3> transform = nullptr)

Constructor from a binning value.

Parameters
  • gctx – The geometry context to use

  • bValue – is the value in which the binning is done

  • transform – is an optional transform to be performed

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

Comparison operator.

Template Parameters
  • one – first object

  • two – second object

Returns

boolen indicator