Python bindings. More...
Detailed Description
Python bindings.
Definition in file bindings.cc.
#include <momemta/Configuration.h>
#include <momemta/ConfigurationReader.h>
#include <momemta/MoMEMta.h>
#include <momemta/Logging.h>
#include <boost/python.hpp>
Include dependency graph for bindings.cc:
Go to the source code of this file.
Classes | |
struct | LorentzVector_to_python |
struct | LorentzVector_from_python |
Functions | |
void | set_log_level (logging::level::level_enum lvl) |
void | MoMEMta_setEvent_MET (MoMEMta &m, bp::list particles_, bp::list met_) |
void | MoMEMta_setEvent (MoMEMta &m, bp::list particles_) |
bp::list | MoMEMta_evaluateIntegrand (MoMEMta &m, bp::list psPoint_) |
bp::list | MoMEMta_computeWeights_MET (MoMEMta &m, bp::list particles_, bp::list met_) |
bp::list | MoMEMta_computeWeights (MoMEMta &m, bp::list particles) |
template<typename T > | |
const T & | ParameterSet_get (ParameterSet &p, const std::string &name) |
template<typename T > | |
void | ParameterSet_set (ParameterSet &p, const std::string &name, const T &value) |
BOOST_PYTHON_MODULE (momemta) | |