|
ACTS
Experiment-independent tracking
|
Bounds on the neighbor window, in bins per grid axis. More...
#include <Acts/Surfaces/SurfaceArray.hpp>
Public Member Functions | |
| constexpr | NeighborWindow ()=default |
| Default window: no floor, at most two bins per axis. | |
| constexpr | NeighborWindow (std::array< std::uint8_t, 2 > windowMin, std::array< std::uint8_t, 2 > windowMax) |
| Window with an explicit floor and bound per axis. | |
| constexpr | NeighborWindow (std::uint8_t maxNeighborDistance) |
Isotropic window: at least one bin unless the bound forbids it, at most maxNeighborDistance. | |
Bounds on the neighbor window, in bins per grid axis.
The floor serves lookups that cannot see the surfaces the fill saw, e.g. under alignment.
|
constexpr |
Window with an explicit floor and bound per axis.
| windowMin | Fewest bins served in each direction |
| windowMax | Most bins served in each direction |
|
constexpr |
Isotropic window: at least one bin unless the bound forbids it, at most maxNeighborDistance.
| maxNeighborDistance | Most bins served in each direction |