#include </builds/gaudi/Gaudi/GaudiAlg/include/GaudiPython/PyAlg.h>
template<class ALGORITHM>
class GaudiPython::PyAlg< ALGORITHM >
general class to embed the existing algorithm/base class into the python
- Author
- Vanya BELYAEV Ivan..nosp@m.Bely.nosp@m.aev@l.nosp@m.app..nosp@m.in2p3.nosp@m..fr
- Date
- 2005-08-03
Definition at line 25 of file PyAlg.h.
◆ PyAlg() [1/3]
template<class ALGORITHM >
constructor from Python object and the name
- Parameters
-
self | python object |
name | name of algorithm instance |
Definition at line 33 of file PyAlg.h.
◆ PyAlg() [2/3]
template<class ALGORITHM >
the default constructor is disabled
◆ PyAlg() [3/3]
template<class ALGORITHM >
the copy constructor is disabled
◆ _obj()
template<class ALGORITHM >
get the object
Definition at line 43 of file PyAlg.h.
◆ execute()
template<class ALGORITHM >
◆ finalize()
template<class ALGORITHM >
◆ finalize_()
template<class ALGORITHM >
Definition at line 58 of file PyAlg.h.
58 {
return ALGORITHM::finalize(); }
◆ ialgorithm()
template<class ALGORITHM >
◆ initialize()
template<class ALGORITHM >
◆ initialize_()
template<class ALGORITHM >
Definition at line 57 of file PyAlg.h.
57 {
return ALGORITHM::initialize(); }
◆ iproperty()
template<class ALGORITHM >
◆ operator=()
template<class ALGORITHM >
the assignment operator is disabled
◆ start()
template<class ALGORITHM >
◆ stop()
template<class ALGORITHM >
◆ m_self
template<class ALGORITHM >
"shadow" python class
Definition at line 72 of file PyAlg.h.
The documentation for this class was generated from the following file:
- GaudiAlg/include/GaudiPython/PyAlg.h