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

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

Constructor & Destructor Documentation

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

Definition at line 102 of file GaudiCoreSvcConf.py.

102  def __init__(self, name = Configurable.DefaultName, **kwargs):
103  super(DODBasicMapper, self).__init__(name)
104  for n,v in kwargs.items():
105  setattr(self, n, v)
def __init__(self, name=Configurable.DefaultName, kwargs)

Member Function Documentation

def GaudiCoreSvc.GaudiCoreSvcConf.DODBasicMapper.getDlls (   self)

Definition at line 106 of file GaudiCoreSvcConf.py.

106  def getDlls( self ):
107  return 'GaudiCoreSvc'
def GaudiCoreSvc.GaudiCoreSvcConf.DODBasicMapper.getType (   self)

Definition at line 108 of file GaudiCoreSvcConf.py.

108  def getType( self ):
109  return 'DODBasicMapper'

Member Data Documentation

dictionary GaudiCoreSvc.GaudiCoreSvcConf.DODBasicMapper.__slots__
staticprivate
Initial value:
1 = {
2  'MonitorService' : 'MonitorSvc', # str
3  'OutputLevel' : 0, # int
4  'AuditTools' : False, # bool
5  'AuditInitialize' : False, # bool
6  'AuditStart' : False, # bool
7  'AuditStop' : False, # bool
8  'AuditFinalize' : False, # bool
9  'Nodes' : { }, # list
10  'Algorithms' : { }, # list
11  }

Definition at line 87 of file GaudiCoreSvcConf.py.

dictionary GaudiCoreSvc.GaudiCoreSvcConf.DODBasicMapper._propertyDocDct
staticprivate
Initial value:
1 = {
2  'Nodes' : ,
3  'Algorithms' : ,
4  }

Definition at line 98 of file GaudiCoreSvcConf.py.


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