CepGen 1.2.5
Central exclusive processes event generator
|
#include <CepGenAddOns/PythonWrapper/Environment.h>
Public Member Functions | |
Environment (const ParametersList &) | |
Initialise the python environment. | |
~Environment () | |
Finalise the python environment. | |
void | setProgramName (const std::string &) |
Set the name of the Python program. | |
bool | initialised () |
Is the python environment already initialised? | |
Static Public Member Functions | |
static ParametersDescription | description () |
Definition at line 28 of file Environment.h.
|
explicit |
Definition at line 35 of file Environment.cpp.
~Environment | ( | ) |
Definition at line 73 of file Environment.cpp.
|
static |
Definition at line 103 of file Environment.cpp.
bool initialised | ( | ) |
Definition at line 81 of file Environment.cpp.
void setProgramName | ( | const std::string & | filename | ) |
Definition at line 83 of file Environment.cpp.