EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Acts::detail::initialize_parset< T, first, others...> Struct Template Reference

#include <acts/blob/sPHENIX/Core/include/Acts/EventData/detail/initialize_parameter_set.hpp>

Static Public Member Functions

template<typename ParSetType , typename first_value_type , typename... other_value_types>
static void init_vals (ParSetType &parSet, const first_value_type &v1, const other_value_types &...values)
 
template<typename ParSetType >
static void init_vec (ParSetType &parSet, const typename ParSetType::ParametersVector &values, const unsigned int &pos=0)
 

Detailed Description

template<typename T, T first, T... others>
struct Acts::detail::initialize_parset< T, first, others...>

Definition at line 34 of file initialize_parameter_set.hpp.

View newest version in sPHENIX GitHub at line 34 of file initialize_parameter_set.hpp

Member Function Documentation

template<typename T , T first, T... others>
template<typename ParSetType , typename first_value_type , typename... other_value_types>
static void Acts::detail::initialize_parset< T, first, others...>::init_vals ( ParSetType &  parSet,
const first_value_type &  v1,
const other_value_types &...  values 
)
inlinestatic

Definition at line 37 of file initialize_parameter_set.hpp.

View newest version in sPHENIX GitHub at line 37 of file initialize_parameter_set.hpp

References v1.

template<typename T , T first, T... others>
template<typename ParSetType >
static void Acts::detail::initialize_parset< T, first, others...>::init_vec ( ParSetType &  parSet,
const typename ParSetType::ParametersVector &  values,
const unsigned int &  pos = 0 
)
inlinestatic

Definition at line 44 of file initialize_parameter_set.hpp.

View newest version in sPHENIX GitHub at line 44 of file initialize_parameter_set.hpp

References pos(), and Acts::Test::values.

+ Here is the call graph for this function:


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