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

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

Constructor & Destructor Documentation

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

Definition at line 543 of file GaudiCommonSvcConf.py.

543  def __init__(self, name = Configurable.DefaultName, **kwargs):
544  super(PartitionSwitchTool, self).__init__(name)
545  for n,v in kwargs.items():
546  setattr(self, n, v)
def __init__(self, name=Configurable.DefaultName, kwargs)

Member Function Documentation

def GaudiCommonSvc.GaudiCommonSvcConf.PartitionSwitchTool.getDlls (   self)

Definition at line 547 of file GaudiCommonSvcConf.py.

547  def getDlls( self ):
548  return 'GaudiCommonSvc'
def GaudiCommonSvc.GaudiCommonSvcConf.PartitionSwitchTool.getType (   self)

Definition at line 549 of file GaudiCommonSvcConf.py.

549  def getType( self ):
550  return 'PartitionSwitchTool'

Member Data Documentation

dictionary GaudiCommonSvc.GaudiCommonSvcConf.PartitionSwitchTool.__slots__
staticprivate
Initial value:
1 = {
2  'MonitorService' : 'MonitorSvc', # str
3  'OutputLevel' : 7, # int
4  'AuditTools' : False, # bool
5  'AuditInitialize' : False, # bool
6  'AuditStart' : False, # bool
7  'AuditStop' : False, # bool
8  'AuditFinalize' : False, # bool
9  'Actor' : 'EventDataService', # str
10  }

Definition at line 531 of file GaudiCommonSvcConf.py.

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

Definition at line 541 of file GaudiCommonSvcConf.py.


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