cepgen is hosted by Hepforge, IPPP Durham
CepGen N/A
Central exclusive processes event generator
PartonsPhaseSpaceGeneratorFactory.h File Reference
+ Include dependency graph for PartonsPhaseSpaceGeneratorFactory.h:

Go to the source code of this file.

Namespaces

namespace  cepgen
 Common namespace for this Monte Carlo generator.
 

Macros

#define REGISTER_PARTONS_PHASE_SPACE_GENERATOR(name, obj)
 Add a partons' phase space generator to the list of handled modules.
 

Functions

 DEFINE_FACTORY (PartonsPhaseSpaceGeneratorFactory, PartonsPhaseSpaceGenerator, "Partons phase space generator factory")
 A partons' phase space mapping algorithms factory.
 

Macro Definition Documentation

◆ REGISTER_PARTONS_PHASE_SPACE_GENERATOR

#define REGISTER_PARTONS_PHASE_SPACE_GENERATOR ( name,
obj )
Value:
namespace cepgen { \
struct BUILDER_NAME(obj) { \
BUILDER_NAME(obj)() { PartonsPhaseSpaceGeneratorFactory::get().registerModule<obj>(name); } \
}; \
static const BUILDER_NAME(obj) gPartonsPhaseSpaceGen##obj; \
} \
static_assert(true, "")
#define BUILDER_NAME(obj)
Name of the object builder.
Common namespace for this Monte Carlo generator.
Definition Handler.h:26

Definition at line 25 of file PartonsPhaseSpaceGeneratorFactory.h.