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

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

Constructor & Destructor Documentation

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

Definition at line 165 of file GaudiGSLConf.py.

165  def __init__(self, name = Configurable.DefaultName, **kwargs):
166  super(GslErrorPrint, self).__init__(name)
167  for n,v in kwargs.items():
168  setattr(self, n, v)
def __init__(self, name=Configurable.DefaultName, kwargs)

Member Function Documentation

def GaudiGSL.GaudiGSLConf.GslErrorPrint.getDlls (   self)

Definition at line 169 of file GaudiGSLConf.py.

169  def getDlls( self ):
170  return 'GaudiGSL'
def GaudiGSL.GaudiGSLConf.GslErrorPrint.getType (   self)

Definition at line 171 of file GaudiGSLConf.py.

171  def getType( self ):
172  return 'GslErrorPrint'

Member Data Documentation

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

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

Definition at line 163 of file GaudiGSLConf.py.


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