#include <DYTParamObject.h>
|
template<class Archive > |
void | serialize (Archive &ar, const unsigned int version) |
|
Definition at line 8 of file DYTParamObject.h.
◆ DYTParamObject() [1/2]
DYTParamObject::DYTParamObject |
( |
| ) |
|
|
inline |
◆ DYTParamObject() [2/2]
DYTParamObject::DYTParamObject |
( |
uint32_t |
id, |
|
|
std::vector< double > & |
params |
|
) |
| |
|
inline |
◆ ~DYTParamObject()
DYTParamObject::~DYTParamObject |
( |
| ) |
|
|
inline |
◆ id()
uint32_t DYTParamObject::id |
( |
| ) |
const |
|
inline |
◆ parameter()
double DYTParamObject::parameter |
( |
unsigned int |
iParam | ) |
const |
Definition at line 4 of file DYTParamObject.cc.
References m_params, and paramSize().
6 edm::LogWarning(
"DYTParamObject") <<
"The requested parameter (" << (iParam + 1) <<
") is outside size range (" unsigned int paramSize() const
std::vector< double > m_params
Log< level::Warning, false > LogWarning
◆ paramSize()
unsigned int DYTParamObject::paramSize |
( |
| ) |
const |
|
inline |
◆ serialize()
template<class Archive >
void DYTParamObject::serialize |
( |
Archive & |
ar, |
|
|
const unsigned int |
version |
|
) |
| |
|
private |
◆ boost::serialization::access
friend class boost::serialization::access |
|
friend |
◆ cond::serialization::access
template<typename CondSerializationT , typename Enabled >
◆ m_id
uint32_t DYTParamObject::m_id |
|
private |
◆ m_params
std::vector<double> DYTParamObject::m_params |
|
private |