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

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

Constructor & Destructor Documentation

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

Definition at line 191 of file GaudiGSLConf.py.

191  def __init__(self, name = Configurable.DefaultName, **kwargs):
192  super(GslSvc, self).__init__(name)
193  for n,v in kwargs.items():
194  setattr(self, n, v)
def __init__(self, name=Configurable.DefaultName, kwargs)

Member Function Documentation

def GaudiGSL.GaudiGSLConf.GslSvc.getDlls (   self)

Definition at line 195 of file GaudiGSLConf.py.

195  def getDlls( self ):
196  return 'GaudiGSL'
def GaudiGSL.GaudiGSLConf.GslSvc.getType (   self)

Definition at line 197 of file GaudiGSLConf.py.

197  def getType( self ):
198  return 'GslSvc'

Member Data Documentation

dictionary GaudiGSL.GaudiGSLConf.GslSvc.__slots__
staticprivate
Initial value:
1 = {
2  'OutputLevel' : 7, # int
3  'AuditServices' : False, # bool
4  'AuditInitialize' : False, # bool
5  'AuditStart' : False, # bool
6  'AuditStop' : False, # bool
7  'AuditFinalize' : False, # bool
8  'AuditReInitialize' : False, # bool
9  'AuditReStart' : False, # bool
10  'ErrorPolicy' : 'GSL', # str
11  'Handlers' : [ ], # list
12  'IgnoreCodes' : [ ], # list
13  }

Definition at line 176 of file GaudiGSLConf.py.

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

Definition at line 189 of file GaudiGSLConf.py.


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