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

Configuration for the index-grid based navigation policy. More...

#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.

Detailed Description

Configuration for the index-grid based navigation policy.

Member Data Documentation

◆ referenceGenerator

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

The reference generator.