GaudiCommonSvc.GaudiCommonSvcConf.AuditorSvc Class Reference
Inheritance diagram for GaudiCommonSvc.GaudiCommonSvcConf.AuditorSvc:
Collaboration diagram for GaudiCommonSvc.GaudiCommonSvcConf.AuditorSvc:

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 29 of file GaudiCommonSvcConf.py.

Constructor & Destructor Documentation

def GaudiCommonSvc.GaudiCommonSvcConf.AuditorSvc.__init__ (   self,
  name = Configurable.DefaultName,
  kwargs 
)

Definition at line 44 of file GaudiCommonSvcConf.py.

44  def __init__(self, name = Configurable.DefaultName, **kwargs):
45  super(AuditorSvc, self).__init__(name)
46  for n,v in kwargs.items():
47  setattr(self, n, v)
def __init__(self, name=Configurable.DefaultName, kwargs)

Member Function Documentation

def GaudiCommonSvc.GaudiCommonSvcConf.AuditorSvc.getDlls (   self)

Definition at line 48 of file GaudiCommonSvcConf.py.

48  def getDlls( self ):
49  return 'GaudiCommonSvc'
def GaudiCommonSvc.GaudiCommonSvcConf.AuditorSvc.getType (   self)

Definition at line 50 of file GaudiCommonSvcConf.py.

50  def getType( self ):
51  return 'AuditorSvc'

Member Data Documentation

dictionary GaudiCommonSvc.GaudiCommonSvcConf.AuditorSvc.__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  'Auditors' : [ ], # list
11  'Enable' : True, # bool
12  }

Definition at line 30 of file GaudiCommonSvcConf.py.

dictionary GaudiCommonSvc.GaudiCommonSvcConf.AuditorSvc._propertyDocDct
staticprivate
Initial value:
1 = {
2  }

Definition at line 42 of file GaudiCommonSvcConf.py.


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