#include <Acts/Geometry/SurfaceBinningMatcher.hpp>
|
| using | Range = std::pair<double, double> |
| | The binning tolerance parameters.
|
◆ Range
The binning tolerance parameters.
◆ SurfaceBinningMatcher() [1/2]
| Acts::SurfaceBinningMatcher::SurfaceBinningMatcher |
( |
| ) |
|
|
default |
◆ SurfaceBinningMatcher() [2/2]
| Acts::SurfaceBinningMatcher::SurfaceBinningMatcher |
( |
const std::vector< Range > & | tolpars | ) |
|
|
explicit |
◆ operator()()
Check function for surface equivalent.
- Parameters
-
| gctx | [in] gctx the geometry context for this check |
| aDir | the axis direction value for the binning |
| one | first surface for checking |
| other | second surface for checking |
◆ tolerances
| std::vector<Range> Acts::SurfaceBinningMatcher::tolerances |
Initial value:
{0., 0.}}
constexpr std::size_t numAxisDirections()
Returns the total number of axis directions.
Definition AxisDefinitions.hpp:43