ACTS
Experiment-independent tracking
Loading...
Searching...
No Matches
Acts::MultiNavigationPolicy::State Struct Reference

Marker state for MultiNavigationPolicy. More...

#include <Acts/Navigation/MultiNavigationPolicy.hpp>

Detailed Description

Marker state for MultiNavigationPolicy.

Carries no data: the child policy states live contiguously on the manager stack directly below this one and are addressed by count (which always equals the number of contained policies). This marker is pushed instead of the default EmptyState only when at least one child has a real state, so that the navigator knows isValid() must be consulted for this volume.