ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <acts/blob/master/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 | surfaceSequence = {} |
The Surface sequence. | |
Nested Actor struct, called Initializer
This is needed for the initialization of the surface sequence
Definition at line 49 of file DirectNavigator.hpp.
View newest version in sPHENIX GitHub at line 49 of file DirectNavigator.hpp
Definition at line 57 of file DirectNavigator.hpp.
View newest version in sPHENIX GitHub at line 57 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 69 of file DirectNavigator.hpp.
View newest version in sPHENIX GitHub at line 69 of file DirectNavigator.hpp
References Acts::DirectNavigator::Initializer::this_result::initialized, and surfaceSequence.
|
inline |
Actor operator call - resultless, unused.
Definition at line 83 of file DirectNavigator.hpp.
View newest version in sPHENIX GitHub at line 83 of file DirectNavigator.hpp
SurfaceSequence Acts::DirectNavigator::Initializer::surfaceSequence = {} |
The Surface sequence.
Definition at line 51 of file DirectNavigator.hpp.
View newest version in sPHENIX GitHub at line 51 of file DirectNavigator.hpp
Referenced by operator()().