Gaudi Framework, version v21r4

Home   Generated: 7 Sep 2009

GaudiPython::GaudiAlgs::objectmethod Class Reference

List of all members.


Detailed Description

Definition at line 810 of file GaudiAlgs.py.


Public Member Functions

def __init__
def __call__

Public Attributes

 method

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 Mon Sep 7 18:26:43 2009 for Gaudi Framework, version v21r4 by Doxygen version 1.5.6 written by Dimitri van Heesch, © 1997-2004