CepGen 1.2.5
Central exclusive processes event generator
|
#include <Python.h>
#include <memory>
#include <string>
#include <vector>
Go to the source code of this file.
Classes | |
class | ObjectPtr |
Smart pointer to a Python object and its dereferencing operator. More... | |
Namespaces | |
namespace | cepgen |
Common namespace for this Monte Carlo generator. | |
namespace | cepgen::python |
Macros | |
#define | PYTHON2 |
Typedefs | |
typedef std::unique_ptr< PyObject, void(*)(PyObject *)> | PyObjectPtr |
#define PYTHON2 |
Definition at line 25 of file ObjectPtr.h.