cepgen is hosted by Hepforge, IPPP Durham
CepGen 1.2.5
Central exclusive processes event generator
Loading...
Searching...
No Matches
FortranFactorisedProcess.cpp File Reference
+ Include dependency graph for FortranFactorisedProcess.cpp:

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.
 

Function Documentation

◆ cepgen_list_params_()

void cepgen_list_params_ ( )

Definition at line 41 of file FortranFactorisedProcess.cpp.

◆ cepgen_param_int_()

int cepgen_param_int_ ( char *  pname,
int &  def 
)
Parameters
[in]pnameParameter name string
[in]defDefault parameter value if not found in collection

Definition at line 48 of file FortranFactorisedProcess.cpp.

◆ cepgen_param_real_()

double cepgen_param_real_ ( char *  pname,
double &  def 
)
Parameters
[in]pnameParameter name string
[in]defDefault parameter value if not found in collection

Definition at line 63 of file FortranFactorisedProcess.cpp.