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 | VegasIntegrator |
Cuba implementation of the VEGAS integration algorithm. More... | |
Namespaces | |
namespace | cepgen |
Common namespace for this Monte Carlo generator. | |
namespace | cepgen::cuba |
Interface objects to Cuba algorithms. | |
Typedefs | |
using | VegasIntegratorCuba = cepgen::cuba::VegasIntegrator |
Functions | |
REGISTER_INTEGRATOR ("cuba_vegas", VegasIntegratorCuba) | |
Definition at line 85 of file VegasIntegrator.cpp.
REGISTER_INTEGRATOR | ( | "cuba_vegas" | , |
VegasIntegratorCuba | |||
) |