ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
The void navigator struct as a default navigator. More...
#include <acts/blob/master/Core/include/Acts/Propagator/detail/VoidPropagatorComponents.hpp>
Classes | |
struct | State |
Nested State struct, minimal requirement. More... | |
Public Types | |
using | state_type = State |
Unique typedef to publish to the Propagator. | |
Public Member Functions | |
template<typename propagator_state_t , typename stepper_t > | |
void | status (propagator_state_t &, const stepper_t &) const |
template<typename propagator_state_t , typename stepper_t > | |
void | target (propagator_state_t &, const stepper_t &) const |
template<typename propagator_state_t > | |
void | operator() (propagator_state_t &) const |
The void navigator struct as a default navigator.
It does not provide any navigation action, the compiler should eventually optimise that the function call is not done
Definition at line 19 of file VoidPropagatorComponents.hpp.
View newest version in sPHENIX GitHub at line 19 of file VoidPropagatorComponents.hpp
Unique typedef to publish to the Propagator.
Definition at line 39 of file VoidPropagatorComponents.hpp.
View newest version in sPHENIX GitHub at line 39 of file VoidPropagatorComponents.hpp
|
inline |
Navigation call - void
propagator_state_t | is the type of Propagatgor state |
Empty call, compiler should optimise that
Definition at line 67 of file VoidPropagatorComponents.hpp.
View newest version in sPHENIX GitHub at line 67 of file VoidPropagatorComponents.hpp
|
inline |
Navigation call - void
propagator_state_t | is the type of Propagatgor state |
stepper_t | Type of the Stepper |
Empty call, compiler should optimise that
Definition at line 48 of file VoidPropagatorComponents.hpp.
View newest version in sPHENIX GitHub at line 48 of file VoidPropagatorComponents.hpp
Referenced by g3main(), g3source(), g3tog4(), init(), jewel(), medinit(), mztog4(), pylhef(), and uginit().
|
inline |
Navigation call - void
propagator_state_t | is the type of Propagatgor state |
stepper_t | Type of the Stepper |
Empty call, compiler should optimise that
Definition at line 58 of file VoidPropagatorComponents.hpp.
View newest version in sPHENIX GitHub at line 58 of file VoidPropagatorComponents.hpp