EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Acts::detail::action_list_impl< last > Struct Template Reference

#include <acts/blob/sPHENIX/Core/include/Acts/Propagator/detail/action_list_implementation.hpp>

Static Public Member Functions

template<typename T , typename result_t , typename propagator_state_t , typename stepper_t >
static void action (const T &obs_tuple, propagator_state_t &state, const stepper_t &stepper, result_t &result)
 

Detailed Description

template<typename last>
struct Acts::detail::action_list_impl< last >

The action list call implementation

  • it calls 'action' on the last entry of the tuple

Definition at line 66 of file action_list_implementation.hpp.

View newest version in sPHENIX GitHub at line 66 of file action_list_implementation.hpp

Member Function Documentation

template<typename last >
template<typename T , typename result_t , typename propagator_state_t , typename stepper_t >
static void Acts::detail::action_list_impl< last >::action ( const T obs_tuple,
propagator_state_t &  state,
const stepper_t &  stepper,
result_t &  result 
)
inlinestatic

Definition at line 69 of file action_list_implementation.hpp.

View newest version in sPHENIX GitHub at line 69 of file action_list_implementation.hpp


The documentation for this struct was generated from the following file: