cepgen is hosted by Hepforge, IPPP Durham
CepGen 1.2.5
Central exclusive processes event generator
Loading...
Searching...
No Matches
AnalyticIntegratorFactory.h File Reference
+ Include dependency graph for AnalyticIntegratorFactory.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  cepgen
 Common namespace for this Monte Carlo generator.
 

Macros

#define REGISTER_ANALYTIC_INTEGRATOR(name, obj)
 Add a generic analytical integrator object builder definition.
 

Functions

 DEFINE_FACTORY (AnalyticIntegratorFactory, AnalyticIntegrator, "Analytic integrators factory")
 An analytical integrator objects factory.
 

Macro Definition Documentation

◆ REGISTER_ANALYTIC_INTEGRATOR

#define REGISTER_ANALYTIC_INTEGRATOR (   name,
  obj 
)
Value:
namespace cepgen { \
struct BUILDERNM(obj) { \
BUILDERNM(obj)() { cepgen::AnalyticIntegratorFactory::get().registerModule<obj>(name); } \
}; \
static const BUILDERNM(obj) gAnaInteg##obj; \
} \
static_assert(true, "")
#define BUILDERNM(obj)
Name of the object builder.
Common namespace for this Monte Carlo generator.

Definition at line 25 of file AnalyticIntegratorFactory.h.