cepgen is hosted by Hepforge, IPPP Durham
CepGen N/A
Central exclusive processes event generator
cepgen::python Namespace Reference

Classes

class  ConfigWriter
 Toolbox to dump user-steered configuration into Python scripts. More...
 
class  Environment
 
class  Error
 
class  Functional
 
class  ObjectPtr
 Smart pointer to a Python object and its dereferencing operator. More...
 

Typedefs

typedef std::unique_ptr< PyObject, void(*)(PyObject *) PyObjectPtr)
 

Functions

std::string pythonPath (const std::string &)
 Translate a filename into a python-compatible path.
 
std::vector< std::wstring > info ()
 

Typedef Documentation

◆ PyObjectPtr

typedef std::unique_ptr<PyObject, void (*)(PyObject*) PyObjectPtr)

Definition at line 33 of file ObjectPtr.h.

Function Documentation

◆ info()

std::vector< std::wstring > info ( )

◆ pythonPath()

std::string pythonPath ( const std::string & )