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

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

Constructor & Destructor Documentation

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

Definition at line 147 of file GaudiUtilsConf.py.

147  def __init__(self, name = Configurable.DefaultName, **kwargs):
148  super(StalledEventMonitor, self).__init__(name)
149  for n,v in kwargs.items():
150  setattr(self, n, v)
def __init__(self, name=Configurable.DefaultName, kwargs)

Member Function Documentation

def GaudiUtils.GaudiUtilsConf.StalledEventMonitor.getDlls (   self)

Definition at line 151 of file GaudiUtilsConf.py.

151  def getDlls( self ):
152  return 'GaudiUtils'
def GaudiUtils.GaudiUtilsConf.StalledEventMonitor.getType (   self)

Definition at line 153 of file GaudiUtilsConf.py.

153  def getType( self ):
154  return 'StalledEventMonitor'

Member Data Documentation

dictionary GaudiUtils.GaudiUtilsConf.StalledEventMonitor.__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  'EventTimeout' : 600, # int
11  'MaxTimeoutCount' : 0, # int
12  'StackTrace' : False, # bool
13  }

Definition at line 129 of file GaudiUtilsConf.py.

dictionary GaudiUtils.GaudiUtilsConf.StalledEventMonitor._propertyDocDct
staticprivate
Initial value:
1 = {
2  'EventTimeout' : ,
3  'MaxTimeoutCount' : ,
4  'StackTrace' : ,
5  }

Definition at line 142 of file GaudiUtilsConf.py.


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