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

Functions

 DEFINE_FACTORY (MadGraphProcessFactory, MadGraphProcess, "MadGraph process definition factory")
 A MadGraph process factory.
 

Macro Definition Documentation

◆ REGISTER_MG5AMC_PROCESS

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