Gaudi Framework, version v21r11

Home   Generated: 30 Sep 2010

GaudiPython::GaudiAlgs::objectmethod Class Reference

List of all members.

Public Member Functions

def __init__
def __call__

Public Attributes

 method


Detailed Description

Definition at line 814 of file GaudiAlgs.py.


Member Function Documentation

def GaudiPython::GaudiAlgs::objectmethod::__init__ (   self,
  m 
)

Definition at line 815 of file GaudiAlgs.py.

00815                           :
00816         self.method = m
    def __call__(self, *args) :

def GaudiPython::GaudiAlgs::objectmethod::__call__ (   self,
  args 
)

Definition at line 817 of file GaudiAlgs.py.

00817                               :
00818         print args
00819         return self.method(*args )
00820 
00821 GaudiAlgo._Base = _GaudiAlgorithm
00822 HistoAlgo._Base = _GaudiHistoAlg
00823 TupleAlgo._Base = _GaudiTupleAlg
00824 
00825 # initialize is 'unique' method :
00826 GaudiAlgo.initialize = _initialize_
00827 HistoAlgo.initialize = _initialize_histo_
00828 TupleAlgo.initialize = _initialize_tuple_
00829 
def _start_ ( self ) :


Member Data Documentation

Definition at line 816 of file GaudiAlgs.py.


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

Generated at Thu Sep 30 09:59:01 2010 for Gaudi Framework, version v21r11 by Doxygen version 1.5.6 written by Dimitri van Heesch, © 1997-2004