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

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

Constructor & Destructor Documentation

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

Definition at line 803 of file GaudiCommonSvcConf.py.

803  def __init__(self, name = Configurable.DefaultName, **kwargs):
804  super(StatusCodeSvc, self).__init__(name)
805  for n,v in kwargs.items():
806  setattr(self, n, v)
def __init__(self, name=Configurable.DefaultName, kwargs)

Member Function Documentation

def GaudiCommonSvc.GaudiCommonSvcConf.StatusCodeSvc.getDlls (   self)

Definition at line 807 of file GaudiCommonSvcConf.py.

807  def getDlls( self ):
808  return 'GaudiCommonSvc'
def GaudiCommonSvc.GaudiCommonSvcConf.StatusCodeSvc.getType (   self)

Definition at line 809 of file GaudiCommonSvcConf.py.

809  def getType( self ):
810  return 'StatusCodeSvc'

Member Data Documentation

dictionary GaudiCommonSvc.GaudiCommonSvcConf.StatusCodeSvc.__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  'Filter' : [ ], # list
11  'AbortOnError' : False, # bool
12  'SuppressCheck' : False, # bool
13  'IgnoreDicts' : True, # bool
14  }

Definition at line 787 of file GaudiCommonSvcConf.py.

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

Definition at line 801 of file GaudiCommonSvcConf.py.


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