CepGen 1.2.5
Central exclusive processes event generator
|
#include "CepGen/Core/ParametersList.h"
#include "CepGen/Event/Event.h"
#include "CepGen/Modules/PartonFluxFactory.h"
#include "CepGen/Physics/Constants.h"
#include "CepGen/Physics/HeavyIon.h"
#include "CepGen/Physics/PDG.h"
#include "CepGen/Process/Fortran/KTStructures.h"
#include "CepGen/Process/FortranFactorisedProcess.h"
#include "CepGen/Utils/Message.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. | |
Functions | |
void | cepgen_list_params_ () |
Print the full list of parameters in the runtime process parameters collection. | |
int | cepgen_param_int_ (char *pname, int &def) |
Retrieve an integer process parameter from runtime parameters collection. | |
double | cepgen_param_real_ (char *pname, double &def) |
Retrieve a double precision floating point process parameter from runtime parameters collection. | |
void cepgen_list_params_ | ( | ) |
Definition at line 41 of file FortranFactorisedProcess.cpp.
int cepgen_param_int_ | ( | char * | pname, |
int & | def | ||
) |
[in] | pname | Parameter name string |
[in] | def | Default parameter value if not found in collection |
Definition at line 48 of file FortranFactorisedProcess.cpp.
double cepgen_param_real_ | ( | char * | pname, |
double & | def | ||
) |
[in] | pname | Parameter name string |
[in] | def | Default parameter value if not found in collection |
Definition at line 63 of file FortranFactorisedProcess.cpp.