|
ACTS
Experiment-independent tracking
|
Configuration for this Navigator. More...
#include <Acts/Propagator/TryAllNavigator.hpp>
Public Attributes | |
| BoundaryTolerance | boundaryToleranceSurfaceApproach |
| Which boundary checks to perform for surface approach. | |
| bool | resolveMaterial = true |
| stop at every material surface (whether it is passive or not) | |
| bool | resolvePassive = false |
| stop at every surface regardless what it is | |
| bool | resolveSensitive = true |
| stop at every sensitive surface (whether it has material or not) | |
| std::shared_ptr< const TrackingGeometry > | trackingGeometry |
| Tracking Geometry for this Navigator. | |
Configuration for this Navigator.
| BoundaryTolerance Acts::TryAllNavigatorBase::Config::boundaryToleranceSurfaceApproach |
Which boundary checks to perform for surface approach.
| bool Acts::TryAllNavigatorBase::Config::resolveMaterial = true |
stop at every material surface (whether it is passive or not)
| bool Acts::TryAllNavigatorBase::Config::resolvePassive = false |
stop at every surface regardless what it is
| bool Acts::TryAllNavigatorBase::Config::resolveSensitive = true |
stop at every sensitive surface (whether it has material or not)
| std::shared_ptr<const TrackingGeometry> Acts::TryAllNavigatorBase::Config::trackingGeometry |
Tracking Geometry for this Navigator.