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 483 of file GaudiAlgConf.py.

Constructor & Destructor Documentation

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

Definition at line 577 of file GaudiAlgConf.py.

577  def __init__(self, name = Configurable.DefaultName, **kwargs):
578  super(TupleTool, self).__init__(name)
579  for n,v in kwargs.items():
580  setattr(self, n, v)
def __init__(self, name=Configurable.DefaultName, kwargs)

Member Function Documentation

def GaudiAlg.GaudiAlgConf.TupleTool.getDlls (   self)

Definition at line 581 of file GaudiAlgConf.py.

581  def getDlls( self ):
582  return 'GaudiAlg'
def GaudiAlg.GaudiAlgConf.TupleTool.getType (   self)

Definition at line 583 of file GaudiAlgConf.py.

583  def getType( self ):
584  return 'TupleTool'

Member Data Documentation

dictionary GaudiAlg.GaudiAlgConf.TupleTool.__slots__
staticprivate

Definition at line 484 of file GaudiAlgConf.py.

dictionary GaudiAlg.GaudiAlgConf.TupleTool._propertyDocDct
staticprivate

Definition at line 537 of file GaudiAlgConf.py.


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