EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include <acts/blob/sPHENIX/Core/include/Acts/Propagator/DirectNavigator.hpp>
Classes | |
struct | this_result |
Actor result / state. More... | |
Public Types | |
using | result_type = this_result |
Public Member Functions | |
Initializer ()=default | |
Defaulting the constructor. | |
template<typename propagator_state_t , typename stepper_t > | |
void | operator() (propagator_state_t &state, const stepper_t &, result_type &r) const |
template<typename propagator_state_t , typename stepper_t > | |
void | operator() (propagator_state_t &, const stepper_t &) const |
Actor operator call - resultless, unused. | |
Public Attributes | |
SurfaceSequence | navSurfaces = {} |
The Surface sequence. | |
Nested Actor struct, called Initializer
This is needed for the initialization of the surface sequence
Definition at line 51 of file DirectNavigator.hpp.
View newest version in sPHENIX GitHub at line 51 of file DirectNavigator.hpp
Definition at line 59 of file DirectNavigator.hpp.
View newest version in sPHENIX GitHub at line 59 of file DirectNavigator.hpp
|
default |
Defaulting the constructor.
|
inline |
Actor operator call
statet | Type of the full propagator state |
stepper_t | Type of the stepper |
state | the entire propagator state |
r | the result of this Actor |
Definition at line 71 of file DirectNavigator.hpp.
View newest version in sPHENIX GitHub at line 71 of file DirectNavigator.hpp
References Acts::DirectNavigator::Initializer::this_result::initialized, and navSurfaces.
|
inline |
Actor operator call - resultless, unused.
Definition at line 85 of file DirectNavigator.hpp.
View newest version in sPHENIX GitHub at line 85 of file DirectNavigator.hpp
SurfaceSequence Acts::DirectNavigator::Initializer::navSurfaces = {} |
The Surface sequence.
Definition at line 53 of file DirectNavigator.hpp.
View newest version in sPHENIX GitHub at line 53 of file DirectNavigator.hpp
Referenced by operator()().