Struct SurfaceBinningMatcher¶
Defined in File SurfaceBinningMatcher.hpp
Struct Documentation¶
-
struct
Acts::SurfaceBinningMatcher¶ Public Types
-
using
Range= std::pair<double, double>¶ The binning tolerance parameters.
Public Functions
-
SurfaceBinningMatcher() = default¶
-
bool
operator()(const Acts::GeometryContext &gctx, Acts::BinningValue bValue, const Acts::Surface *one, const Acts::Surface *other) const¶ Check function for surface equivalent.
- Parameters
gctx: [in] gctx the geometry context for this checkbValue: the binning value for the binningone: first surface for checkingother: second surface for checking
-
using