cepgen is hosted by Hepforge, IPPP Durham
CepGen 1.2.5
Central exclusive processes event generator
Loading...
Searching...
No Matches
DocumentationGeneratorFactory.h File Reference
+ Include dependency graph for DocumentationGeneratorFactory.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.
 
namespace  cepgen::utils
 Collection of utilities.
 

Macros

#define REGISTER_DOCUMENTATION_GENERATOR(name, obj)
 Add a documentation generator to the list of handled modules.
 

Functions

 DEFINE_FACTORY (DocumentationGeneratorFactory, utils::DocumentationGenerator, "Documentation generator factory")
 A documentation generator factory.
 

Macro Definition Documentation

◆ REGISTER_DOCUMENTATION_GENERATOR

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