#include <boost/property_tree/ptree.hpp>
Go to the source code of this file.
Namespaces | |
namespace | cepgen |
Common namespace for this Monte Carlo generator. | |
namespace | boost |
namespace | boost::cepgen |
Functions | |
void | add (::cepgen::ParametersList &, const std::string &, const pt::ptree &) |
pt::ptree | pack (const ::cepgen::RunParameters &) |
pt::ptree | pack (const ::cepgen::ParametersDescription &) |
pt::ptree | pack (const ::cepgen::ParametersList &) |
template<typename T > | |
pt::ptree | pack (const std::vector< T > &) |
template<> | |
pt::ptree | pack (const std::vector<::cepgen::ParametersList > &) |
template<> | |
pt::ptree | pack (const std::vector< double > &) |
pt::ptree | pack (const ::cepgen::Limits &) |
::cepgen::ParametersList | unpack (const pt::ptree &) |
Variables | |
static constexpr const char * | DAUGHTER_KEY = "DAUGHTER" |
static constexpr const char * | MIN_KEY = "min" |
static constexpr const char * | MAX_KEY = "max" |