Struct SurfaceBinningMatcher

Struct Documentation

struct Acts::SurfaceBinningMatcher

Public Types

using Range = std::pair<double, double>

The binning tolerance parameters.

Public Functions

SurfaceBinningMatcher() = default
SurfaceBinningMatcher(const std::vector<Range> &tolpars)
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 check

  • bValue: the binning value for the binning

  • one: first surface for checking

  • other: second surface for checking

Public Members

std::vector<Range> tolerances = {(int)binValues, {0., 0.}}