GaudiMP.GaudiMPConf.IoComponentMgr Class Reference
Inheritance diagram for GaudiMP.GaudiMPConf.IoComponentMgr:
Collaboration diagram for GaudiMP.GaudiMPConf.IoComponentMgr:

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 GaudiMPConf.py.

Constructor & Destructor Documentation

def GaudiMP.GaudiMPConf.IoComponentMgr.__init__ (   self,
  name = Configurable.DefaultName,
  kwargs 
)

Definition at line 17 of file GaudiMPConf.py.

17  def __init__(self, name = Configurable.DefaultName, **kwargs):
18  super(IoComponentMgr, self).__init__(name)
19  for n,v in kwargs.items():
20  setattr(self, n, v)
def __init__(self, name=Configurable.DefaultName, kwargs)
Definition: GaudiMPConf.py:17

Member Function Documentation

def GaudiMP.GaudiMPConf.IoComponentMgr.getDlls (   self)

Definition at line 21 of file GaudiMPConf.py.

21  def getDlls( self ):
22  return 'GaudiMP'
def GaudiMP.GaudiMPConf.IoComponentMgr.getType (   self)

Definition at line 23 of file GaudiMPConf.py.

23  def getType( self ):
24  return 'IoComponentMgr'

Member Data Documentation

dictionary GaudiMP.GaudiMPConf.IoComponentMgr.__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  }

Definition at line 5 of file GaudiMPConf.py.

dictionary GaudiMP.GaudiMPConf.IoComponentMgr._propertyDocDct
staticprivate
Initial value:
1 = {
2  }

Definition at line 15 of file GaudiMPConf.py.


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