cepgen is hosted by Hepforge, IPPP Durham
CepGen 1.2.5
Central exclusive processes event generator
Loading...
Searching...
No Matches
IntegratorFactory.h File Reference
+ Include dependency graph for IntegratorFactory.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_INTEGRATOR(name, obj)
 Add a generic process definition to the list of handled processes.
 

Functions

 DEFINE_FACTORY (IntegratorFactory, Integrator, "Integrator factory")
 An integration algorithms factory.
 

Macro Definition Documentation

◆ REGISTER_INTEGRATOR

#define REGISTER_INTEGRATOR (   name,
  obj 
)
Value:
namespace cepgen { \
struct BUILDERNM(obj) { \
BUILDERNM(obj)() { IntegratorFactory::get().registerModule<obj>(name); } \
}; \
static const BUILDERNM(obj) gIntegr##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 IntegratorFactory.h.