Template Function Jet::Utilities::VectorUnion

Function Documentation

template<typename T>
inline std::vector<T> Jet::Utilities::VectorUnion(const std::vector<T> &v1, const std::vector<T> &v2)

Computes the union of two small vectors.

Template Parameters

T – Type of the elements in the vectors.

Parameters
  • v1 – Vector on the LHS of the union.

  • v2 – Vector on the RHS of the union.

Returns

Vector containing the elements in at least one vector.