Gaudi Framework, version v21r10p1

Home   Generated: 29 Jul 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 1097 of file Bindings.py.


Member Function Documentation

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

Definition at line 1098 of file Bindings.py.

01098                                   :
01099         if not name : name = self.__class__.__name__
01100         _PyAlgorithm.__init__(self, self, name)
01101         self._svcloc = gbl.Gaudi.svcLocator()
01102         self._algmgr = InterfaceCast(gbl.IAlgManager)(self._svcloc)
01103         sc = self._algmgr.addAlgorithm(self)
01104         if sc.isFailure() : raise RuntimeError, 'Unable to add Algorithm'
    def __del__(self):

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

Definition at line 1105 of file Bindings.py.

01105                      :
01106         sc = self._algmgr.removeAlgorithm(self)
01107         if sc.isFailure() : pass
    def initialize(self) : return 1

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

Definition at line 1108 of file Bindings.py.

01108 : return 1

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

Definition at line 1109 of file Bindings.py.

01109 : return 1

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

Definition at line 1110 of file Bindings.py.

01110 : return 1

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

Definition at line 1111 of file Bindings.py.

01111 : return 1

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

Definition at line 1112 of file Bindings.py.

01112 : return 1

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

Definition at line 1113 of file Bindings.py.

01113 : return 1

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

Definition at line 1114 of file Bindings.py.

01114                      : return 1
01115 
01116 #----Enable tab completion------------------------------------------------------------
01117 try:


Member Data Documentation

Definition at line 1101 of file Bindings.py.

Definition at line 1102 of file Bindings.py.


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

Generated at Thu Jul 29 10:19:51 2010 for Gaudi Framework, version v21r10p1 by Doxygen version 1.5.6 written by Dimitri van Heesch, © 1997-2004