GaudiUtils.GaudiUtilsConf.FileReadTool Class Reference
Inheritance diagram for GaudiUtils.GaudiUtilsConf.FileReadTool:
Collaboration diagram for GaudiUtils.GaudiUtilsConf.FileReadTool:

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 4 of file GaudiUtilsConf.py.

Constructor & Destructor Documentation

def GaudiUtils.GaudiUtilsConf.FileReadTool.__init__ (   self,
  name = Configurable.DefaultName,
  kwargs 
)

Definition at line 16 of file GaudiUtilsConf.py.

16  def __init__(self, name = Configurable.DefaultName, **kwargs):
17  super(FileReadTool, self).__init__(name)
18  for n,v in kwargs.items():
19  setattr(self, n, v)
def __init__(self, name=Configurable.DefaultName, kwargs)

Member Function Documentation

def GaudiUtils.GaudiUtilsConf.FileReadTool.getDlls (   self)

Definition at line 20 of file GaudiUtilsConf.py.

20  def getDlls( self ):
21  return 'GaudiUtils'
def GaudiUtils.GaudiUtilsConf.FileReadTool.getType (   self)

Definition at line 22 of file GaudiUtilsConf.py.

22  def getType( self ):
23  return 'FileReadTool'

Member Data Documentation

dictionary GaudiUtils.GaudiUtilsConf.FileReadTool.__slots__
staticprivate
Initial value:
1 = {
2  'MonitorService' : 'MonitorSvc', # str
3  'OutputLevel' : 7, # int
4  'AuditTools' : False, # bool
5  'AuditInitialize' : False, # bool
6  'AuditStart' : False, # bool
7  'AuditStop' : False, # bool
8  'AuditFinalize' : False, # bool
9  }

Definition at line 5 of file GaudiUtilsConf.py.

dictionary GaudiUtils.GaudiUtilsConf.FileReadTool._propertyDocDct
staticprivate
Initial value:
1 = {
2  }

Definition at line 14 of file GaudiUtilsConf.py.


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