GaudiUtils.GaudiUtilsConf.Gaudi__Utils__SignalMonitorSvc Class Reference
Inheritance diagram for GaudiUtils.GaudiUtilsConf.Gaudi__Utils__SignalMonitorSvc:
Collaboration diagram for GaudiUtils.GaudiUtilsConf.Gaudi__Utils__SignalMonitorSvc:

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 80 of file GaudiUtilsConf.py.

Constructor & Destructor Documentation

def GaudiUtils.GaudiUtilsConf.Gaudi__Utils__SignalMonitorSvc.__init__ (   self,
  name = Configurable.DefaultName,
  kwargs 
)

Definition at line 93 of file GaudiUtilsConf.py.

93  def __init__(self, name = Configurable.DefaultName, **kwargs):
94  super(Gaudi__Utils__SignalMonitorSvc, self).__init__(name)
95  for n,v in kwargs.items():
96  setattr(self, n, v)
def __init__(self, name=Configurable.DefaultName, kwargs)

Member Function Documentation

def GaudiUtils.GaudiUtilsConf.Gaudi__Utils__SignalMonitorSvc.getDlls (   self)

Definition at line 97 of file GaudiUtilsConf.py.

97  def getDlls( self ):
98  return 'GaudiUtils'
def GaudiUtils.GaudiUtilsConf.Gaudi__Utils__SignalMonitorSvc.getType (   self)

Definition at line 99 of file GaudiUtilsConf.py.

99  def getType( self ):
100  return 'Gaudi::Utils::SignalMonitorSvc'

Member Data Documentation

dictionary GaudiUtils.GaudiUtilsConf.Gaudi__Utils__SignalMonitorSvc.__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 81 of file GaudiUtilsConf.py.

dictionary GaudiUtils.GaudiUtilsConf.Gaudi__Utils__SignalMonitorSvc._propertyDocDct
staticprivate
Initial value:
1 = {
2  }

Definition at line 91 of file GaudiUtilsConf.py.


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