CepGen 1.2.5
Central exclusive processes event generator
|
#include <boost/math/quadrature/gauss_kronrod.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 | BoostGaussKronrodAnalyticalIntegrator< N > |
Boost Gauss-Kronrod integration algorithm. More... | |
Namespaces | |
namespace | cepgen |
Common namespace for this Monte Carlo generator. | |
Typedefs | |
typedef cepgen::BoostGaussKronrodAnalyticalIntegrator< 15 > | BGKIntegrator15 |
typedef cepgen::BoostGaussKronrodAnalyticalIntegrator< 31 > | BGKIntegrator31 |
typedef cepgen::BoostGaussKronrodAnalyticalIntegrator< 41 > | BGKIntegrator41 |
typedef cepgen::BoostGaussKronrodAnalyticalIntegrator< 51 > | BGKIntegrator51 |
typedef cepgen::BoostGaussKronrodAnalyticalIntegrator< 61 > | BGKIntegrator61 |
Functions | |
REGISTER_ANALYTIC_INTEGRATOR ("boost_gk15", BGKIntegrator15) | |
REGISTER_ANALYTIC_INTEGRATOR ("boost_gk31", BGKIntegrator31) | |
REGISTER_ANALYTIC_INTEGRATOR ("boost_gk41", BGKIntegrator41) | |
REGISTER_ANALYTIC_INTEGRATOR ("boost_gk51", BGKIntegrator51) | |
REGISTER_ANALYTIC_INTEGRATOR ("boost_gk61", BGKIntegrator61) | |
Definition at line 56 of file BoostGaussKronrodAnalyticalIntegrator.cpp.
Definition at line 57 of file BoostGaussKronrodAnalyticalIntegrator.cpp.
Definition at line 58 of file BoostGaussKronrodAnalyticalIntegrator.cpp.
Definition at line 59 of file BoostGaussKronrodAnalyticalIntegrator.cpp.
Definition at line 60 of file BoostGaussKronrodAnalyticalIntegrator.cpp.
REGISTER_ANALYTIC_INTEGRATOR | ( | "boost_gk15" | , |
BGKIntegrator15 | |||
) |
REGISTER_ANALYTIC_INTEGRATOR | ( | "boost_gk31" | , |
BGKIntegrator31 | |||
) |
REGISTER_ANALYTIC_INTEGRATOR | ( | "boost_gk41" | , |
BGKIntegrator41 | |||
) |
REGISTER_ANALYTIC_INTEGRATOR | ( | "boost_gk51" | , |
BGKIntegrator51 | |||
) |
REGISTER_ANALYTIC_INTEGRATOR | ( | "boost_gk61" | , |
BGKIntegrator61 | |||
) |