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

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

Constructor & Destructor Documentation

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

Definition at line 19 of file GaudiCommonSvcConf.py.

19  def __init__(self, name = Configurable.DefaultName, **kwargs):
20  super(AlgContextSvc, self).__init__(name)
21  for n,v in kwargs.items():
22  setattr(self, n, v)
def __init__(self, name=Configurable.DefaultName, kwargs)

Member Function Documentation

def GaudiCommonSvc.GaudiCommonSvcConf.AlgContextSvc.getDlls (   self)

Definition at line 23 of file GaudiCommonSvcConf.py.

23  def getDlls( self ):
24  return 'GaudiCommonSvc'
def GaudiCommonSvc.GaudiCommonSvcConf.AlgContextSvc.getType (   self)

Definition at line 25 of file GaudiCommonSvcConf.py.

25  def getType( self ):
26  return 'AlgContextSvc'

Member Data Documentation

dictionary GaudiCommonSvc.GaudiCommonSvcConf.AlgContextSvc.__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  'Check' : True, # bool
11  }

Definition at line 5 of file GaudiCommonSvcConf.py.

dictionary GaudiCommonSvc.GaudiCommonSvcConf.AlgContextSvc._propertyDocDct
staticprivate
Initial value:
1 = {
2  'Check' : ,
3  }

Definition at line 16 of file GaudiCommonSvcConf.py.


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