#include <include/CepGenPython/Environment.h>
Public Member Functions | |
Environment (const ParametersList &) | |
Initialise the python environment. | |
~Environment () override | |
Finalise the python environment. | |
void | setProgramName (const std::string &) |
Set the name of the Python program. | |
Static Public Member Functions | |
static ParametersDescription | description () |
static bool | initialised () |
Is the python environment already initialised? | |
Definition at line 27 of file Environment.h.
|
explicit |
|
override |
|
static |
|
static |
void setProgramName | ( | const std::string & | ) |