cepgen is hosted by Hepforge, IPPP Durham
CepGen 1.2.5
Central exclusive processes event generator
Loading...
Searching...
No Matches
BoostTreeUtils.h File Reference
#include <boost/property_tree/ptree.hpp>
+ Include dependency graph for BoostTreeUtils.h:
+ This graph shows which files directly or indirectly include this file:

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 &params)
 
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"