![]() |
The Gaudi Framework
v27r0
|
GaudiPython.h GaudiPython/GaudiPython.h. More...
Namespaces | |
| Bindings | |
| GaudiAlgs | |
| GaudiHandles | |
| GaudiPythonConf | |
| HistoUtils | |
| Persistency | |
| Pythonizations | |
| TupleUtils | |
Classes | |
| struct | _identity |
| It is here due to 'missing'(?) std::identity. More... | |
| class | AlgDecorator |
| 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 | PyAlg |
| general class to embed the existing algorithm/base class into the python More... | |
| class | PyAlgorithm |
| Python Algorithm base class. More... | |
| class | TupleAlgDecorator |
| Simple class to perform the "decoration" of Tuples in Python/ROOT. More... | |
| class | TupleDecorator |
| Simple class which performs the decoration of the standard N-Tuple. More... | |
| class | TupleToolDecorator |
| Simple class to perform the "decoration" of Tuples in Python/ROOT. More... | |
Typedefs | |
| typedef std::vector< double > | Vector |
| useful type definition for implicit loos More... | |
| typedef Vector | Row |
| typedef std::vector< Row > | Matrix |
Functions | |
| GAUDI_API StatusCode | call_python_method (PyObject *self, const char *method) |
| call the python method More... | |
| int GAUDI_API | call_python_method (PyObject *self, const char *method, char *buf) |
| call a python method with a string as an argument More... | |
GaudiPython.h GaudiPython/GaudiPython.h.
Namespace for all classes interfacing Gaudi to Python.
The general namespace to hide all Gaudi-python related classes
| typedef std::vector< Row > GaudiPython::Matrix |
| typedef Vector GaudiPython::Row |
| typedef std::vector< double > GaudiPython::Vector |
| int GAUDI_API GaudiPython::call_python_method | ( | PyObject * | self, |
| const char * | method, | ||
| char * | buf | ||
| ) |
call a python method with a string as an argument
Definition at line 14 of file CallbackStreamBuf.cpp.
| GAUDI_API StatusCode GaudiPython::call_python_method | ( | PyObject * | self, |
| const char * | method | ||
| ) |
call the python method
Definition at line 29 of file Algorithm.cpp.