ACTS
Experiment-independent tracking
Loading...
Searching...
No Matches
Acts::IndexGridNavigationConfig Class Reference

#include <Acts/Navigation/IndexGridNavigationPolicy.hpp>

Collaboration diagram for Acts::IndexGridNavigationConfig:
[legend]

Public Attributes

std::vector< std::size_t > binExpansion = {}
 The binning expansion for grid neighbor lookups.
std::vector< double > referenceExpansion = {}
 The reference expansion.
std::shared_ptr< IReferenceGeneratorreferenceGenerator
 The reference generator.
std::shared_ptr< Surfacesurface = nullptr
 A potential lookup surface - this would be intersected first, assumption is always closest forward.

Member Data Documentation

◆ binExpansion

std::vector<std::size_t> Acts::IndexGridNavigationConfig::binExpansion = {}

The binning expansion for grid neighbor lookups.

◆ referenceExpansion

std::vector<double> Acts::IndexGridNavigationConfig::referenceExpansion = {}

The reference expansion.

◆ referenceGenerator

std::shared_ptr<IReferenceGenerator> Acts::IndexGridNavigationConfig::referenceGenerator
Initial value:
=
std::make_shared<PolyhedronReferenceGenerator>()

The reference generator.

◆ surface

std::shared_ptr<Surface> Acts::IndexGridNavigationConfig::surface = nullptr

A potential lookup surface - this would be intersected first, assumption is always closest forward.