CepGen 1.2.5
Central exclusive processes event generator
|
#include "CepGen/Core/Exception.h"
#include "CepGen/Integration/Integrand.h"
#include "CepGen/Integration/Integrator.h"
#include "CepGen/Modules/IntegratorFactory.h"
#include "CepGen/Utils/String.h"
#include "CepGenAddOns/PythonWrapper/Environment.h"
#include "CepGenAddOns/PythonWrapper/Error.h"
#include "CepGenAddOns/PythonWrapper/Utils.h"
Go to the source code of this file.
Classes | |
class | Integrator |
Namespaces | |
namespace | cepgen |
Common namespace for this Monte Carlo generator. | |
namespace | cepgen::python |
Typedefs | |
using | PythonIntegrator = cepgen::python::Integrator |
Functions | |
REGISTER_INTEGRATOR ("python", PythonIntegrator) | |
Definition at line 85 of file Integrator.cpp.
REGISTER_INTEGRATOR | ( | "python" | , |
PythonIntegrator | |||
) |