Analysis Software
Documentation for sPHENIX simulation software
|
#include "Acts/Geometry/GeometryContext.hpp"
#include "Acts/Navigation/NavigationState.hpp"
#include "Acts/Utilities/Delegate.hpp"
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. | |