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

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

Constructor & Destructor Documentation

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

Definition at line 405 of file GaudiCoreSvcConf.py.

405  def __init__(self, name = Configurable.DefaultName, **kwargs):
406  super(ToolSvc, self).__init__(name)
407  for n,v in kwargs.items():
408  setattr(self, n, v)
def __init__(self, name=Configurable.DefaultName, kwargs)

Member Function Documentation

def GaudiCoreSvc.GaudiCoreSvcConf.ToolSvc.getDlls (   self)

Definition at line 409 of file GaudiCoreSvcConf.py.

409  def getDlls( self ):
410  return 'GaudiCoreSvc'
def GaudiCoreSvc.GaudiCoreSvcConf.ToolSvc.getType (   self)

Definition at line 411 of file GaudiCoreSvcConf.py.

411  def getType( self ):
412  return 'ToolSvc'

Member Data Documentation

dictionary GaudiCoreSvc.GaudiCoreSvcConf.ToolSvc.__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 393 of file GaudiCoreSvcConf.py.

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

Definition at line 403 of file GaudiCoreSvcConf.py.


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