Gaudi Framework, version v21r8

Home   Generated: 17 Mar 2010

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 1066 of file Bindings.py.


Member Function Documentation

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

Definition at line 1067 of file Bindings.py.

01067                                   :
01068         if not name : name = self.__class__.__name__
01069         _PyAlgorithm.__init__(self, self, name)
01070         self._svcloc = gbl.Gaudi.svcLocator()
01071         self._algmgr = InterfaceCast(gbl.IAlgManager)(self._svcloc)
01072         sc = self._algmgr.addAlgorithm(self)
01073         if sc.isFailure() : raise RuntimeError, 'Unable to add Algorithm'
    def __del__(self):

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

Definition at line 1074 of file Bindings.py.

01074                      :
01075         sc = self._algmgr.removeAlgorithm(self)
01076         if sc.isFailure() : pass
    def initialize(self) : return 1

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

Definition at line 1077 of file Bindings.py.

01077 : return 1

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

Definition at line 1078 of file Bindings.py.

01078 : return 1

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

Definition at line 1079 of file Bindings.py.

01079 : return 1

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

Definition at line 1080 of file Bindings.py.

01080 : return 1

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

Definition at line 1081 of file Bindings.py.

01081 : return 1

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

Definition at line 1082 of file Bindings.py.

01082 : return 1

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

Definition at line 1083 of file Bindings.py.

01083                      : return 1
01084 
01085 #----Enable tab completion------------------------------------------------------------
01086 try:


Member Data Documentation

Definition at line 1070 of file Bindings.py.

Definition at line 1071 of file Bindings.py.


The documentation for this class was generated from the following file:

Generated at Wed Mar 17 18:21:53 2010 for Gaudi Framework, version v21r8 by Doxygen version 1.5.6 written by Dimitri van Heesch, © 1997-2004