CepGen 1.2.5
Central exclusive processes event generator
|
#include <boost/math/quadrature/gauss.hpp>
#include "CepGen/Integration/AnalyticIntegrator.h"
#include "CepGen/Modules/AnalyticIntegratorFactory.h"
#include "CepGen/Utils/FunctionsWrappers.h"
Go to the source code of this file.
Classes | |
class | BoostGaussLegendreAnalyticalIntegrator< N > |
Gauss-Legendre integration algorithm. More... | |
Namespaces | |
namespace | cepgen |
Common namespace for this Monte Carlo generator. | |
Typedefs | |
typedef cepgen::BoostGaussLegendreAnalyticalIntegrator< 7 > | BGLIntegrator7 |
typedef cepgen::BoostGaussLegendreAnalyticalIntegrator< 15 > | BGLIntegrator15 |
typedef cepgen::BoostGaussLegendreAnalyticalIntegrator< 20 > | BGLIntegrator20 |
typedef cepgen::BoostGaussLegendreAnalyticalIntegrator< 25 > | BGLIntegrator25 |
typedef cepgen::BoostGaussLegendreAnalyticalIntegrator< 30 > | BGLIntegrator30 |
Functions | |
REGISTER_ANALYTIC_INTEGRATOR ("boost_gl7", BGLIntegrator7) | |
REGISTER_ANALYTIC_INTEGRATOR ("boost_gl15", BGLIntegrator15) | |
REGISTER_ANALYTIC_INTEGRATOR ("boost_gl20", BGLIntegrator20) | |
REGISTER_ANALYTIC_INTEGRATOR ("boost_gl25", BGLIntegrator25) | |
REGISTER_ANALYTIC_INTEGRATOR ("boost_gl30", BGLIntegrator30) | |
Definition at line 45 of file BoostGaussLegendreAnalyticalIntegrator.cpp.
Definition at line 46 of file BoostGaussLegendreAnalyticalIntegrator.cpp.
Definition at line 47 of file BoostGaussLegendreAnalyticalIntegrator.cpp.
Definition at line 48 of file BoostGaussLegendreAnalyticalIntegrator.cpp.
Definition at line 44 of file BoostGaussLegendreAnalyticalIntegrator.cpp.
REGISTER_ANALYTIC_INTEGRATOR | ( | "boost_gl15" | , |
BGLIntegrator15 | |||
) |
REGISTER_ANALYTIC_INTEGRATOR | ( | "boost_gl20" | , |
BGLIntegrator20 | |||
) |
REGISTER_ANALYTIC_INTEGRATOR | ( | "boost_gl25" | , |
BGLIntegrator25 | |||
) |
REGISTER_ANALYTIC_INTEGRATOR | ( | "boost_gl30" | , |
BGLIntegrator30 | |||
) |
REGISTER_ANALYTIC_INTEGRATOR | ( | "boost_gl7" | , |
BGLIntegrator7 | |||
) |