Struct Acts::SameSurfaceIntersection

struct SameSurfaceIntersection

Public Functions

template<typename intersection_t>
inline bool operator()(const intersection_t &i1, const intersection_t &i2) const

comparison operator

This is a struct to pick out intersection with identical surfaces

Template Parameters

intersection_t – Type of the intersection object

Parameters
  • i1 – First intersection to test

  • i2 – Second intersection to test