CepGen 1.2.5
Central exclusive processes event generator
|
#include "CepGen/Core/Exception.h"
#include "CepGen/Integration/Integrand.h"
#include "CepGen/Modules/IntegratorFactory.h"
#include "CepGenAddOns/CubaWrapper/Integrator.h"
#include "cuba.h"
Go to the source code of this file.
Classes | |
class | SuaveIntegrator |
Cuba implementation of the Suave integration algorithm. More... | |
Namespaces | |
namespace | cepgen |
Common namespace for this Monte Carlo generator. | |
namespace | cepgen::cuba |
Interface objects to Cuba algorithms. | |
Typedefs | |
using | SuaveIntegratorCuba = cepgen::cuba::SuaveIntegrator |
Functions | |
REGISTER_INTEGRATOR ("cuba_suave", SuaveIntegratorCuba) | |
Definition at line 84 of file SuaveIntegrator.cpp.
REGISTER_INTEGRATOR | ( | "cuba_suave" | , |
SuaveIntegratorCuba | |||
) |