Gaudi Framework, version v25r0

Home   Generated: Mon Feb 17 2014
 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 1098 of file Bindings.py.

Constructor & Destructor Documentation

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

Definition at line 1099 of file Bindings.py.

1100  def __init__(self, name=None) :
1101  if not name : name = self.__class__.__name__
1102  _PyAlgorithm.__init__(self, self, name)
1103  self._svcloc = gbl.Gaudi.svcLocator()
1104  self._algmgr = InterfaceCast(gbl.IAlgManager)(self._svcloc)
1105  sc = self._algmgr.addAlgorithm(self)
if sc.isFailure() : raise RuntimeError, 'Unable to add Algorithm'
def GaudiPython.Bindings.PyAlgorithm.__del__ (   self)

Definition at line 1106 of file Bindings.py.

1107  def __del__(self):
1108  sc = self._algmgr.removeAlgorithm(self)
if sc.isFailure() : pass

Member Function Documentation

def GaudiPython.Bindings.PyAlgorithm.beginRun (   self)

Definition at line 1114 of file Bindings.py.

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

Definition at line 1115 of file Bindings.py.

1116  def endRun(self) : return 1
1117 
1118 #----Enable tab completion------------------------------------------------------------
try:
def GaudiPython.Bindings.PyAlgorithm.execute (   self)

Definition at line 1111 of file Bindings.py.

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

Definition at line 1113 of file Bindings.py.

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

Definition at line 1109 of file Bindings.py.

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

Definition at line 1110 of file Bindings.py.

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

Definition at line 1112 of file Bindings.py.

def stop(self) : return 1

Member Data Documentation

GaudiPython.Bindings.PyAlgorithm._algmgr
private

Definition at line 1103 of file Bindings.py.

GaudiPython.Bindings.PyAlgorithm._svcloc
private

Definition at line 1102 of file Bindings.py.


The documentation for this class was generated from the following file:
Generated at Mon Feb 17 2014 14:38:19 for Gaudi Framework, version v25r0 by Doxygen version 1.8.2 written by Dimitri van Heesch, © 1997-2004