Classes | |
class | AlgDecorator |
class | PyAlgorithm |
Python Algorithm base class. More... | |
class | PyAlg |
general class to embedd the existing algorithm/base class into the python More... | |
class | CallbackStreamBuf |
struct | Helper |
class | HistoDecorator |
Simple decorator class to allow to reuse the functionality of GaudiHistos<TYPE> class in pythin. More... | |
struct | Interface |
Minor mofidication of original Pere's structure GaudiPython::Interface This helper class is nesessary to perform C++ castings from python. More... | |
struct | Interface< IInterface > |
struct | Printer |
struct | Printer< ContainedObject > |
struct | Printer< DataObject > |
class | PyROOTPickle |
class | TESSerializer |
class | TupleDecorator |
Simple class which performs the decoration of the standard N-Tuple. More... | |
class | TupleAlgDecorator |
Simple class to perform the "decoration" of Tuples in Python/Reflex. More... | |
class | TupleToolDecorator |
Simple class to perform the "decoration" of Tuples in Python/Reflex. More... | |
struct | _identity |
It is here due to 'missing'(?) std::identity. More... | |
Namespaces | |
namespace | __init__ |
namespace | Bindings |
namespace | GaudiAlgs |
namespace | GaudiHandles |
namespace | HistoUtils |
namespace | Parallel |
namespace | Pythonizations |
namespace | TupleUtils |
Typedefs | |
typedef std::vector< double > | Vector |
useful type definition for implicit loos | |
typedef Vector | Row |
typedef std::vector< Row > | Matrix |
Functions | |
StatusCode | call_python_method (PyObject *self, const char *method) |
call the python method | |
int | call_python_method (PyObject *self, const char *method, char *buf) |
The general namespace to hide all Gaudi-python related classes
typedef std::vector<double> GaudiPython::Vector |
typedef Vector GaudiPython::Row |
typedef std::vector<Row> GaudiPython::Matrix |
StatusCode GaudiPython::call_python_method | ( | PyObject * | self, | |
const char * | method | |||
) |
call the python method
int GaudiPython::call_python_method | ( | PyObject * | self, | |
const char * | method, | |||
char * | buf | |||
) |