CepGen 1.2.5
Central exclusive processes event generator
|
#include "CepGen/Modules/ModuleFactory.h"
Go to the source code of this file.
Classes | |
struct | PartonFluxFactory |
A generic parton fluxes objects factory. More... | |
Namespaces | |
namespace | cepgen |
Common namespace for this Monte Carlo generator. | |
Macros | |
#define | REGISTER_COLLINEAR_FLUX(name, obj) |
Add a generic collinear parton flux evaluator builder definition. | |
#define | REGISTER_KT_FLUX(name, id, obj) |
Add a generic KT-factorised flux evaluator builder definition. | |
Functions | |
DEFINE_FACTORY (CollinearFluxFactory, CollinearFlux, "Collinear parton flux estimators factory") | |
A collinear parton fluxes objects factory. | |
DEFINE_FACTORY (KTFluxFactory, KTFlux, "KT-factorised flux estimators factory") | |
A KT-factorised parton fluxes objects factory. | |
#define REGISTER_COLLINEAR_FLUX | ( | name, | |
obj | |||
) |
Definition at line 25 of file PartonFluxFactory.h.
#define REGISTER_KT_FLUX | ( | name, | |
id, | |||
obj | |||
) |
Definition at line 34 of file PartonFluxFactory.h.