Struct SameSurfaceIntersection¶
Defined in File Intersection.hpp
Struct Documentation¶
-
struct
Acts::SameSurfaceIntersection¶ Public Functions
-
template<typename
intersection_t>
booloperator()(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 testi2: Second intersection to test
-
template<typename