Analysis Software
Documentation for sPHENIX simulation software
|
This uses state less extractor and fillers to manipulate the navigation state. More...
#include <acts/blob/sPHENIX/Core/include/Acts/Navigation/NavigationStateUpdators.hpp>
Public Member Functions | |
void | update ([[maybe_unused]] const GeometryContext &gctx, NavigationState &nState) const |
updates the navigation state with a single object that is filled in | |
Public Member Functions inherited from Acts::Experimental::INavigationDelegate | |
virtual | ~INavigationDelegate ()=default |
This uses state less extractor and fillers to manipulate the navigation state.
extractor_type | the helper to extract the objects from |
filler_type | is the helper to fill the object into nState |
Definition at line 88 of file NavigationStateUpdators.hpp.
View newest version in sPHENIX GitHub at line 88 of file NavigationStateUpdators.hpp
|
inline |
updates the navigation state with a single object that is filled in
gctx | is the Geometry context of this call |
nState | the navigation state to which the surfaces are attached |
Definition at line 96 of file NavigationStateUpdators.hpp.
View newest version in sPHENIX GitHub at line 96 of file NavigationStateUpdators.hpp
Referenced by BOOST_AUTO_TEST_CASE().