|
ACTS
Experiment-independent tracking
|
#include <Acts/Navigation/IndexGridNavigationPolicy.hpp>
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< IReferenceGenerator > | referenceGenerator |
| The reference generator. | |
| std::shared_ptr< Surface > | surface = nullptr |
| A potential lookup surface - this would be intersected first, assumption is always closest forward. | |
| std::vector<std::size_t> Acts::IndexGridNavigationConfig::binExpansion = {} |
The binning expansion for grid neighbor lookups.
| std::vector<double> Acts::IndexGridNavigationConfig::referenceExpansion = {} |
The reference expansion.
| std::shared_ptr<IReferenceGenerator> Acts::IndexGridNavigationConfig::referenceGenerator |
The reference generator.
| std::shared_ptr<Surface> Acts::IndexGridNavigationConfig::surface = nullptr |
A potential lookup surface - this would be intersected first, assumption is always closest forward.