Gaudi Framework, version v21r8

Home   Generated: 17 Mar 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 810 of file GaudiAlgs.py.


Member Function Documentation

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

Definition at line 811 of file GaudiAlgs.py.

00811                           :
00812         self.method = m
    def __call__(self, *args) :

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

Definition at line 813 of file GaudiAlgs.py.

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


Member Data Documentation

Definition at line 812 of file GaudiAlgs.py.


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

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