GaudiAlg.GaudiAlgConf.TupleTool Class Reference
Inheritance diagram for GaudiAlg.GaudiAlgConf.TupleTool:
Collaboration diagram for GaudiAlg.GaudiAlgConf.TupleTool:

Public Member Functions

def __init__ (self, name=Configurable.DefaultName, kwargs)
 
def getDlls (self)
 
def getType (self)
 

Static Private Attributes

dictionary __slots__
 
dictionary _propertyDocDct
 

Detailed Description

Definition at line 543 of file GaudiAlgConf.py.

Constructor & Destructor Documentation

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

Definition at line 637 of file GaudiAlgConf.py.

637  def __init__(self, name = Configurable.DefaultName, **kwargs):
638  super(TupleTool, self).__init__(name)
639  for n,v in kwargs.items():
640  setattr(self, n, v)
def __init__(self, name=Configurable.DefaultName, kwargs)

Member Function Documentation

def GaudiAlg.GaudiAlgConf.TupleTool.getDlls (   self)

Definition at line 641 of file GaudiAlgConf.py.

641  def getDlls( self ):
642  return 'GaudiAlg'
def GaudiAlg.GaudiAlgConf.TupleTool.getType (   self)

Definition at line 643 of file GaudiAlgConf.py.

643  def getType( self ):
644  return 'TupleTool'

Member Data Documentation

dictionary GaudiAlg.GaudiAlgConf.TupleTool.__slots__
staticprivate

Definition at line 544 of file GaudiAlgConf.py.

dictionary GaudiAlg.GaudiAlgConf.TupleTool._propertyDocDct
staticprivate

Definition at line 597 of file GaudiAlgConf.py.


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