EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Acts::RiddersPropagator< propagator_t >::result_type_helper< parameters_t, action_list_t > Struct Template Reference

Helper struct determining the result's type. More...

Public Types

template<typename... args>
using this_result_type = PropagatorResult< parameters_t, args...>
 Propagation result type for an arbitrary list of additional propagation results.
 
using type = typename action_list_t::template result_type< this_result_type >
 Propagation result type derived from a given action list.
 

Detailed Description

template<typename propagator_t>
template<typename parameters_t, typename action_list_t>
struct Acts::RiddersPropagator< propagator_t >::result_type_helper< parameters_t, action_list_t >

Helper struct determining the result's type.

Note
The result_type_helper struct and the action_list_t_result_t are here to allow a look'n'feel of this class like the Propagator itself

Definition at line 46 of file RiddersPropagator.hpp.

View newest version in sPHENIX GitHub at line 46 of file RiddersPropagator.hpp

Member Typedef Documentation

template<typename propagator_t >
template<typename parameters_t, typename action_list_t>
template<typename... args>
using Acts::RiddersPropagator< propagator_t >::result_type_helper< parameters_t, action_list_t >::this_result_type = PropagatorResult<parameters_t, args...>

Propagation result type for an arbitrary list of additional propagation results.

Template Parameters
argsParameter pack specifying additional propagation results

Definition at line 49 of file RiddersPropagator.hpp.

View newest version in sPHENIX GitHub at line 49 of file RiddersPropagator.hpp

template<typename propagator_t >
template<typename parameters_t, typename action_list_t>
using Acts::RiddersPropagator< propagator_t >::result_type_helper< parameters_t, action_list_t >::type = typename action_list_t::template result_type<this_result_type>

Propagation result type derived from a given action list.

Definition at line 52 of file RiddersPropagator.hpp.

View newest version in sPHENIX GitHub at line 52 of file RiddersPropagator.hpp


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