Gaudi Framework, version v21r4

Home   Generated: 7 Sep 2009

GaudiAlg::GaudiAlgConf::TupleTool Class Reference

List of all members.


Detailed Description

Definition at line 56 of file GaudiAlgConf.py.


Public Member Functions

def __init__
def getDlls
def getType

Static Private Attributes

dictionary __slots__
dictionary _propertyDocDct

Member Function Documentation

def GaudiAlg::GaudiAlgConf::TupleTool::__init__ (   self,
  name = Configurable.DefaultName,
  kwargs 
)

Definition at line 148 of file GaudiAlgConf.py.

00148                                                                :
00149       super(TupleTool, self).__init__(name)
00150       for n,v in kwargs.items():
00151          setattr(self, n, v)
  def getDlls( self ):

def GaudiAlg::GaudiAlgConf::TupleTool::getDlls (   self  ) 

Definition at line 152 of file GaudiAlgConf.py.

00152                      :
00153       return 'GaudiAlg'
  def getType( self ):

def GaudiAlg::GaudiAlgConf::TupleTool::getType (   self  ) 

Definition at line 154 of file GaudiAlgConf.py.

00154                      :
00155       return 'TupleTool'
  pass # class TupleTool


Member Data Documentation

dictionary GaudiAlg::GaudiAlgConf::TupleTool::__slots__ [static, private]

Definition at line 57 of file GaudiAlgConf.py.

Definition at line 109 of file GaudiAlgConf.py.


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

Generated at Mon Sep 7 18:26:13 2009 for Gaudi Framework, version v21r4 by Doxygen version 1.5.6 written by Dimitri van Heesch, © 1997-2004