CepGen 1.2.5
Central exclusive processes event generator
|
#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 &base, const std::string &name, const pt::ptree &tree) |
pt::ptree | pack (const ::cepgen::RunParameters &) |
pt::ptree | pack (const ::cepgen::ParametersDescription &pdesc) |
pt::ptree | pack (const ::cepgen::ParametersList ¶ms) |
template<typename T > | |
pt::ptree | pack (const std::vector< T > &vec) |
template<> | |
pt::ptree | pack (const std::vector<::cepgen::ParametersList > &) |
template<> | |
pt::ptree | pack (const std::vector< double > &) |
pt::ptree | pack (const ::cepgen::Limits &lim) |
::cepgen::ParametersList | unpack (const pt::ptree &tree) |
Variables | |
static constexpr const char * | DAUGH_KEY = "DAUGHTER" |
static constexpr const char * | MIN_KEY = "min" |
static constexpr const char * | MAX_KEY = "max" |