#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 parameterisations. | |
#define | REGISTER_SIGMA_RATIO(name, id, obj) |
Add a longitudinal/transverse cross-sections ratio definition to the list of handled parameterisations. | |
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_SIGMA_RATIO | ( | name, | |
id, | |||
obj ) |
Definition at line 35 of file StructureFunctionsFactory.h.
#define REGISTER_STRFUN | ( | name, | |
id, | |||
obj ) |
Definition at line 25 of file StructureFunctionsFactory.h.