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::proc |
Location for all physics processes to be generated. | |
Macros | |
#define | REGISTER_PROCESS(name, obj) |
Add a generic process definition to the list of handled processes. | |
#define | PROCESS_F77_NAME(name) F77_##name |
Name of the process (Fortran scope) | |
#define | STRINGIFY(name) #name |
Convert a token into a string. | |
#define | REGISTER_FORTRAN_PROCESS(name, descr, f77_func) |
Add the Fortran process definition to the list of handled processes. | |
Functions | |
DEFINE_FACTORY (ProcessFactory, proc::Process, "Physics processes factory") | |
A processes factory. | |
#define PROCESS_F77_NAME | ( | name | ) | F77_##name |
Definition at line 36 of file ProcessFactory.h.
#define REGISTER_FORTRAN_PROCESS | ( | name, | |
descr, | |||
f77_func | |||
) |
Definition at line 40 of file ProcessFactory.h.
#define REGISTER_PROCESS | ( | name, | |
obj | |||
) |
Definition at line 25 of file ProcessFactory.h.
#define STRINGIFY | ( | name | ) | #name |
Definition at line 38 of file ProcessFactory.h.