CepGen 1.2.5
Central exclusive processes event generator
|
Functions | |
pt::ptree | pack (const ::cepgen::RunParameters &) |
pt::ptree | pack (const ::cepgen::ParametersDescription &pdesc) |
pt::ptree | pack (const ::cepgen::ParametersList ¶ms) |
template<> | |
pt::ptree | pack<::cepgen::ParametersList > (const std::vector<::cepgen::ParametersList > &vec) |
template<typename T > | |
pt::ptree | pack (const std::vector< T > &vec) |
template<> | |
pt::ptree | pack< double > (const std::vector< double > &vec) |
pt::ptree | pack (const ::cepgen::Limits &lim) |
::cepgen::ParametersList | unpack (const pt::ptree &tree) |
void | add (::cepgen::ParametersList &base, const std::string &name, const pt::ptree &tree) |
template<> | |
pt::ptree | pack (const std::vector<::cepgen::ParametersList > &) |
template<> | |
pt::ptree | pack (const std::vector< double > &) |
Variables | |
static constexpr const char * | DAUGH_KEY = "DAUGHTER" |
static constexpr const char * | MIN_KEY = "min" |
static constexpr const char * | MAX_KEY = "max" |
void add | ( | ::cepgen::ParametersList & | base, |
const std::string & | name, | ||
const pt::ptree & | tree | ||
) |
Definition at line 163 of file BoostTreeUtils.cpp.
pt::ptree pack | ( | const ::cepgen::Limits & | lim | ) |
Definition at line 104 of file BoostTreeUtils.cpp.
pt::ptree pack | ( | const ::cepgen::ParametersDescription & | pdesc | ) |
Definition at line 33 of file BoostTreeUtils.cpp.
pt::ptree pack | ( | const ::cepgen::ParametersList & | params | ) |
Definition at line 35 of file BoostTreeUtils.cpp.
pt::ptree pack | ( | const ::cepgen::RunParameters & | ) |
Definition at line 28 of file BoostTreeUtils.cpp.
pt::ptree pack | ( | const std::vector< double > & | ) |
pt::ptree pack | ( | const std::vector< T > & | vec | ) |
Definition at line 81 of file BoostTreeUtils.cpp.
pt::ptree pack | ( | const std::vector<::cepgen::ParametersList > & | ) |
pt::ptree pack< double > | ( | const std::vector< double > & | vec | ) |
Definition at line 92 of file BoostTreeUtils.cpp.
pt::ptree pack<::cepgen::ParametersList > | ( | const std::vector<::cepgen::ParametersList > & | vec | ) |
Definition at line 72 of file BoostTreeUtils.cpp.
cepgen::ParametersList unpack | ( | const pt::ptree & | tree | ) |
Definition at line 123 of file BoostTreeUtils.cpp.
|
staticconstexpr |
Definition at line 32 of file BoostTreeUtils.h.
|
staticconstexpr |
Definition at line 34 of file BoostTreeUtils.h.
|
staticconstexpr |
Definition at line 33 of file BoostTreeUtils.h.