![]() |
Analysis Software
Documentation for sPHENIX simulation software
|
#include "Acts/Geometry/GeometryContext.hpp"#include "Acts/Navigation/NavigationState.hpp"#include "Acts/Utilities/Delegate.hpp"
Include dependency graph for NavigationDelegates.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | Acts::Experimental::INavigationDelegate |
Namespaces | |
| namespace | Acts |
| Acts includes to create all necessary definitions. | |
| namespace | Acts::Experimental |
Typedefs | |
| using | Acts::Experimental::SurfaceCandidatesUpdator = OwningDelegate< void(const GeometryContext &gctx, NavigationState &nState), INavigationDelegate > |
| using | Acts::Experimental::DetectorVolumeUpdator = OwningDelegate< void(const GeometryContext &gctx, NavigationState &nState), INavigationDelegate > |
Functions | |
| static DetectorVolumeUpdator | Acts::Experimental::unconnectedUpdator () |
| A dummy constructed updator. | |