GaudiCoreSvc.GaudiCoreSvcConf.IncidentSvc Class Reference
Inheritance diagram for GaudiCoreSvc.GaudiCoreSvcConf.IncidentSvc:
Collaboration diagram for GaudiCoreSvc.GaudiCoreSvcConf.IncidentSvc:

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 266 of file GaudiCoreSvcConf.py.

Constructor & Destructor Documentation

def GaudiCoreSvc.GaudiCoreSvcConf.IncidentSvc.__init__ (   self,
  name = Configurable.DefaultName,
  kwargs 
)

Definition at line 279 of file GaudiCoreSvcConf.py.

279  def __init__(self, name = Configurable.DefaultName, **kwargs):
280  super(IncidentSvc, self).__init__(name)
281  for n,v in kwargs.items():
282  setattr(self, n, v)
def __init__(self, name=Configurable.DefaultName, kwargs)

Member Function Documentation

def GaudiCoreSvc.GaudiCoreSvcConf.IncidentSvc.getDlls (   self)

Definition at line 283 of file GaudiCoreSvcConf.py.

283  def getDlls( self ):
284  return 'GaudiCoreSvc'
def GaudiCoreSvc.GaudiCoreSvcConf.IncidentSvc.getType (   self)

Definition at line 285 of file GaudiCoreSvcConf.py.

285  def getType( self ):
286  return 'IncidentSvc'

Member Data Documentation

dictionary GaudiCoreSvc.GaudiCoreSvcConf.IncidentSvc.__slots__
staticprivate
Initial value:
1 = {
2  'OutputLevel' : 0, # 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  }

Definition at line 267 of file GaudiCoreSvcConf.py.

dictionary GaudiCoreSvc.GaudiCoreSvcConf.IncidentSvc._propertyDocDct
staticprivate
Initial value:
1 = {
2  }

Definition at line 277 of file GaudiCoreSvcConf.py.


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