CepGen 1.2.5
Central exclusive processes event generator
|
#include "CepGen/Modules/ModuleFactory.h"
Go to the source code of this file.
Namespaces | |
namespace | cepgen |
Common namespace for this Monte Carlo generator. | |
namespace | cepgen::strfun |
Structure functions modelling scope. | |
namespace | cepgen::sigrat |
A collector namespace for modellings of the \(R=\sigma_L/\sigma_T\) ratio. | |
Macros | |
#define | REGISTER_STRFUN(name, id, obj) |
Add a structure functions definition to the list of handled parameterisation. | |
#define | REGISTER_SIGRAT(name, id, obj) |
Add a sigma ratio definition to the list of handled parameterisation. | |
Functions | |
DEFINE_FACTORY (StructureFunctionsFactory, strfun::Parameterisation, "Nucleon structure functions parameterisations factory") | |
A structure functions parameterisations factory. | |
DEFINE_FACTORY (SigmaRatiosFactory, sigrat::Parameterisation, "Sigma L/T parameterisations factory") | |
A sigma ratio parameterisations factory. | |
#define REGISTER_SIGRAT | ( | name, | |
id, | |||
obj | |||
) |
Definition at line 37 of file StructureFunctionsFactory.h.
#define REGISTER_STRFUN | ( | name, | |
id, | |||
obj | |||
) |
Definition at line 25 of file StructureFunctionsFactory.h.