EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
initialize_parset< T, params > Struct Template Reference

initialize parameter set with given parameter values More...

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

Detailed Description

template<typename T, T... params>
struct initialize_parset< T, params >

initialize parameter set with given parameter values

Template Parameters
Ttype of the parameters stored in the corresponding ParameterSet class
paramstemplate parameter pack containing the multiple identifiers
Note
uses the templated ParameterSet::setParameter method for assigning the individual components

Possible invocations are:

  • initialize<T,params...>init(parSet,values...) where parSet is the ParameterSet object to be initialized and values are a consistent number of parameter values (with compatible type)
  • initialize<T,params...>::init(parSet,values) where parSet is the ParameterSet object to be initialized and values is an Eigen vector of consistent size

Definition at line 31 of file initialize_parameter_set.hpp.

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


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