Definition at line 1105 of file Bindings.py.
| def GaudiPython.Bindings.PyAlgorithm.__init__ |
( |
|
self, |
|
|
|
name = None |
|
) |
| |
Definition at line 1106 of file Bindings.py.
1107 if not name : name = self.__class__.__name__
1108 _PyAlgorithm.__init__(self, self, name)
1111 sc = self._algmgr.addAlgorithm(self)
1112 if sc.isFailure() :
raise RuntimeError,
'Unable to add Algorithm'
| def GaudiPython.Bindings.PyAlgorithm.__del__ |
( |
|
self | ) |
|
Definition at line 1113 of file Bindings.py.
1114 sc = self._algmgr.removeAlgorithm(self)
1115 if sc.isFailure() :
pass
| def GaudiPython.Bindings.PyAlgorithm.__init__ |
( |
|
self, |
|
|
|
name = None |
|
) |
| |
Definition at line 1106 of file Bindings.py.
1107 if not name : name = self.__class__.__name__
1108 _PyAlgorithm.__init__(self, self, name)
1111 sc = self._algmgr.addAlgorithm(self)
1112 if sc.isFailure() :
raise RuntimeError,
'Unable to add Algorithm'
| def GaudiPython.Bindings.PyAlgorithm.__del__ |
( |
|
self | ) |
|
Definition at line 1113 of file Bindings.py.
1114 sc = self._algmgr.removeAlgorithm(self)
1115 if sc.isFailure() :
pass
| def GaudiPython.Bindings.PyAlgorithm.beginRun |
( |
|
self | ) |
|
| def GaudiPython.Bindings.PyAlgorithm.beginRun |
( |
|
self | ) |
|
| def GaudiPython.Bindings.PyAlgorithm.endRun |
( |
|
self | ) |
|
| def GaudiPython.Bindings.PyAlgorithm.endRun |
( |
|
self | ) |
|
| def GaudiPython.Bindings.PyAlgorithm.execute |
( |
|
self | ) |
|
| def GaudiPython.Bindings.PyAlgorithm.execute |
( |
|
self | ) |
|
| def GaudiPython.Bindings.PyAlgorithm.finalize |
( |
|
self | ) |
|
| def GaudiPython.Bindings.PyAlgorithm.finalize |
( |
|
self | ) |
|
| def GaudiPython.Bindings.PyAlgorithm.initialize |
( |
|
self | ) |
|
| def GaudiPython.Bindings.PyAlgorithm.initialize |
( |
|
self | ) |
|
| def GaudiPython.Bindings.PyAlgorithm.start |
( |
|
self | ) |
|
| def GaudiPython.Bindings.PyAlgorithm.start |
( |
|
self | ) |
|
| def GaudiPython.Bindings.PyAlgorithm.stop |
( |
|
self | ) |
|
| def GaudiPython.Bindings.PyAlgorithm.stop |
( |
|
self | ) |
|
| GaudiPython.Bindings.PyAlgorithm._algmgr |
|
private |
| GaudiPython.Bindings.PyAlgorithm._svcloc |
|
private |
The documentation for this class was generated from the following file:
- InstallArea/x86_64-slc6-gcc48-opt/python/GaudiPython/Bindings.py