Gaudi Framework, version v23r6

Home   Generated: Wed Jan 30 2013
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions | Private Attributes | List of all members
GaudiPython.Bindings.PyAlgorithm Class Reference
Inheritance diagram for GaudiPython.Bindings.PyAlgorithm:
Inheritance graph
[legend]
Collaboration diagram for GaudiPython.Bindings.PyAlgorithm:
Collaboration graph
[legend]

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

Constructor & Destructor Documentation

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

Definition at line 1074 of file Bindings.py.

1075  def __init__(self, name=None) :
1076  if not name : name = self.__class__.__name__
1077  _PyAlgorithm.__init__(self, self, name)
1078  self._svcloc = gbl.Gaudi.svcLocator()
1079  self._algmgr = InterfaceCast(gbl.IAlgManager)(self._svcloc)
1080  sc = self._algmgr.addAlgorithm(self)
if sc.isFailure() : raise RuntimeError, 'Unable to add Algorithm'
def GaudiPython.Bindings.PyAlgorithm.__del__ (   self)

Definition at line 1081 of file Bindings.py.

1082  def __del__(self):
1083  sc = self._algmgr.removeAlgorithm(self)
if sc.isFailure() : pass

Member Function Documentation

def GaudiPython.Bindings.PyAlgorithm.beginRun (   self)

Definition at line 1089 of file Bindings.py.

def beginRun(self) : return 1
def GaudiPython.Bindings.PyAlgorithm.endRun (   self)

Definition at line 1090 of file Bindings.py.

1091  def endRun(self) : return 1
1092 
1093 #----Enable tab completion------------------------------------------------------------
try:
def GaudiPython.Bindings.PyAlgorithm.execute (   self)

Definition at line 1086 of file Bindings.py.

def execute(self) : return 1
def GaudiPython.Bindings.PyAlgorithm.finalize (   self)

Definition at line 1088 of file Bindings.py.

def finalize(self) : return 1
def GaudiPython.Bindings.PyAlgorithm.initialize (   self)

Definition at line 1084 of file Bindings.py.

def initialize(self) : return 1
def GaudiPython.Bindings.PyAlgorithm.start (   self)

Definition at line 1085 of file Bindings.py.

def start(self) : return 1
def GaudiPython.Bindings.PyAlgorithm.stop (   self)

Definition at line 1087 of file Bindings.py.

def stop(self) : return 1

Member Data Documentation

GaudiPython.Bindings.PyAlgorithm._algmgr
private

Definition at line 1078 of file Bindings.py.

GaudiPython.Bindings.PyAlgorithm._svcloc
private

Definition at line 1077 of file Bindings.py.


The documentation for this class was generated from the following file:
Generated at Wed Jan 30 2013 17:13:51 for Gaudi Framework, version v23r6 by Doxygen version 1.8.2 written by Dimitri van Heesch, © 1997-2004