GaudiGSL.GaudiGSLConf.GslErrorCount Class Reference
Inheritance diagram for GaudiGSL.GaudiGSLConf.GslErrorCount:
Collaboration diagram for GaudiGSL.GaudiGSLConf.GslErrorCount:

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 108 of file GaudiGSLConf.py.

Constructor & Destructor Documentation

def GaudiGSL.GaudiGSLConf.GslErrorCount.__init__ (   self,
  name = Configurable.DefaultName,
  kwargs 
)

Definition at line 120 of file GaudiGSLConf.py.

120  def __init__(self, name = Configurable.DefaultName, **kwargs):
121  super(GslErrorCount, self).__init__(name)
122  for n,v in kwargs.items():
123  setattr(self, n, v)
def __init__(self, name=Configurable.DefaultName, kwargs)

Member Function Documentation

def GaudiGSL.GaudiGSLConf.GslErrorCount.getDlls (   self)

Definition at line 124 of file GaudiGSLConf.py.

124  def getDlls( self ):
125  return 'GaudiGSL'
def GaudiGSL.GaudiGSLConf.GslErrorCount.getType (   self)

Definition at line 126 of file GaudiGSLConf.py.

126  def getType( self ):
127  return 'GslErrorCount'

Member Data Documentation

dictionary GaudiGSL.GaudiGSLConf.GslErrorCount.__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 109 of file GaudiGSLConf.py.

dictionary GaudiGSL.GaudiGSLConf.GslErrorCount._propertyDocDct
staticprivate
Initial value:
1 = {
2  }

Definition at line 118 of file GaudiGSLConf.py.


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