Gaudi Framework, version v23r2

Home   Generated: Thu Jun 28 2012
Public Member Functions | Private Attributes

GaudiPython::Bindings::PyAlgorithm Class Reference

List of all members.

Public Member Functions

def __init__
def __del__
def initialize
def start
def execute
def stop
def finalize
def beginRun
def endRun

Private Attributes

 _svcloc
 _algmgr

Detailed Description

Definition at line 1071 of file Bindings.py.


Constructor & Destructor Documentation

def GaudiPython::Bindings::PyAlgorithm::__init__ (   self,
  name = None 
)

Definition at line 1072 of file Bindings.py.

01073                                   :
01074         if not name : name = self.__class__.__name__
01075         _PyAlgorithm.__init__(self, self, name)
01076         self._svcloc = gbl.Gaudi.svcLocator()
01077         self._algmgr = InterfaceCast(gbl.IAlgManager)(self._svcloc)
01078         sc = self._algmgr.addAlgorithm(self)
        if sc.isFailure() : raise RuntimeError, 'Unable to add Algorithm'
def GaudiPython::Bindings::PyAlgorithm::__del__ (   self )

Definition at line 1079 of file Bindings.py.

01080                      :
01081         sc = self._algmgr.removeAlgorithm(self)
        if sc.isFailure() : pass

Member Function Documentation

def GaudiPython::Bindings::PyAlgorithm::beginRun (   self )

Definition at line 1087 of file Bindings.py.

01087 : return 1
def GaudiPython::Bindings::PyAlgorithm::endRun (   self )

Definition at line 1088 of file Bindings.py.

01088                      : return 1
01089 
01090 #----Enable tab completion------------------------------------------------------------
01091 try:
def GaudiPython::Bindings::PyAlgorithm::execute (   self )

Definition at line 1084 of file Bindings.py.

01084 : return 1
def GaudiPython::Bindings::PyAlgorithm::finalize (   self )

Definition at line 1086 of file Bindings.py.

01086 : return 1
def GaudiPython::Bindings::PyAlgorithm::initialize (   self )

Definition at line 1082 of file Bindings.py.

01082 : return 1
def GaudiPython::Bindings::PyAlgorithm::start (   self )

Definition at line 1083 of file Bindings.py.

01083 : return 1
def GaudiPython::Bindings::PyAlgorithm::stop (   self )

Definition at line 1085 of file Bindings.py.

01085 : return 1

Member Data Documentation

Definition at line 1072 of file Bindings.py.

Definition at line 1072 of file Bindings.py.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines

Generated at Thu Jun 28 2012 23:27:52 for Gaudi Framework, version v23r2 by Doxygen version 1.7.2 written by Dimitri van Heesch, © 1997-2004