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

Template specialized list call implementation. More...

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

Static Public Member Functions

template<typename propagator_state_t , typename stepper_t , typename... T>
static void bid (const std::tuple< T...> &, const propagator_state_t &, const stepper_t &, std::array< int, sizeof...(T)> &)
 The empty extension list call implementation.
 
template<typename propagator_state_t , typename stepper_t , typename... T>
static bool k (std::tuple< T...> &, const propagator_state_t &, const stepper_t &, Vector3D &, const Vector3D &, std::array< double, 4 > &, const std::array< bool, sizeof...(T)> &, const int, const double, const Vector3D &)
 The empty extension list call implementation.
 
template<typename propagator_state_t , typename stepper_t , typename... T>
static bool finalize (const std::tuple< T...> &, propagator_state_t &, const stepper_t &, const double, FreeMatrix &, const std::array< bool, sizeof...(T)> &)
 The empty extension list call implementation.
 
template<typename propagator_state_t , typename stepper_t , typename... T>
static bool finalize (const std::tuple< T...> &, propagator_state_t &, const stepper_t &, const double, const std::array< bool, sizeof...(T)> &)
 The empty extension list call implementation.
 

Detailed Description

template<>
struct Acts::detail::stepper_extension_list_impl< 0u >

Template specialized list call implementation.

Definition at line 132 of file stepper_extension_list_implementation.hpp.

View newest version in sPHENIX GitHub at line 132 of file stepper_extension_list_implementation.hpp

Member Function Documentation

template<typename propagator_state_t , typename stepper_t , typename... T>
static void Acts::detail::stepper_extension_list_impl< 0u >::bid ( const std::tuple< T...> &  ,
const propagator_state_t &  ,
const stepper_t &  ,
std::array< int, sizeof...(T)> &   
)
inlinestatic

The empty extension list call implementation.

Definition at line 135 of file stepper_extension_list_implementation.hpp.

View newest version in sPHENIX GitHub at line 135 of file stepper_extension_list_implementation.hpp

template<typename propagator_state_t , typename stepper_t , typename... T>
static bool Acts::detail::stepper_extension_list_impl< 0u >::finalize ( const std::tuple< T...> &  ,
propagator_state_t &  ,
const stepper_t &  ,
const double  ,
FreeMatrix ,
const std::array< bool, sizeof...(T)> &   
)
inlinestatic

The empty extension list call implementation.

Definition at line 154 of file stepper_extension_list_implementation.hpp.

View newest version in sPHENIX GitHub at line 154 of file stepper_extension_list_implementation.hpp

template<typename propagator_state_t , typename stepper_t , typename... T>
static bool Acts::detail::stepper_extension_list_impl< 0u >::finalize ( const std::tuple< T...> &  ,
propagator_state_t &  ,
const stepper_t &  ,
const double  ,
const std::array< bool, sizeof...(T)> &   
)
inlinestatic

The empty extension list call implementation.

Definition at line 164 of file stepper_extension_list_implementation.hpp.

View newest version in sPHENIX GitHub at line 164 of file stepper_extension_list_implementation.hpp

template<typename propagator_state_t , typename stepper_t , typename... T>
static bool Acts::detail::stepper_extension_list_impl< 0u >::k ( std::tuple< T...> &  ,
const propagator_state_t &  ,
const stepper_t &  ,
Vector3D ,
const Vector3D ,
std::array< double, 4 > &  ,
const std::array< bool, sizeof...(T)> &  ,
const int  ,
const double  ,
const Vector3D  
)
inlinestatic

The empty extension list call implementation.

Definition at line 142 of file stepper_extension_list_implementation.hpp.

View newest version in sPHENIX GitHub at line 142 of file stepper_extension_list_implementation.hpp


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