GaudiMonitorConf.py
Go to the documentation of this file.
1 #Fri Jan 29 13:07:06 2016"""Automatically generated. DO NOT EDIT please"""
3 
4 class ExceptionSvc( ConfigurableService ) :
5  __slots__ = {
6  'OutputLevel' : 7, # int
7  'AuditServices' : False, # bool
8  'AuditInitialize' : False, # bool
9  'AuditStart' : False, # bool
10  'AuditStop' : False, # bool
11  'AuditFinalize' : False, # bool
12  'AuditReInitialize' : False, # bool
13  'AuditReStart' : False, # bool
14  'Catch' : 'ALL', # str
15  'Errors' : 'NONE', # str
16  }
17  _propertyDocDct = {
18  }
19  def __init__(self, name = Configurable.DefaultName, **kwargs):
20  super(ExceptionSvc, self).__init__(name)
21  for n,v in kwargs.items():
22  setattr(self, n, v)
23  def getDlls( self ):
24  return 'GaudiMonitor'
25  def getType( self ):
26  return 'ExceptionSvc'
27  pass # class ExceptionSvc
28 
29 class HistorySvc( ConfigurableService ) :
30  __slots__ = {
31  'OutputLevel' : 7, # int
32  'AuditServices' : False, # bool
33  'AuditInitialize' : False, # bool
34  'AuditStart' : False, # bool
35  'AuditStop' : False, # bool
36  'AuditFinalize' : False, # bool
37  'AuditReInitialize' : False, # bool
38  'AuditReStart' : False, # bool
39  'Dump' : False, # bool
40  'Activate' : True, # bool
41  'OutputFile' : '', # str
42  }
43  _propertyDocDct = {
44  }
45  def __init__(self, name = Configurable.DefaultName, **kwargs):
46  super(HistorySvc, self).__init__(name)
47  for n,v in kwargs.items():
48  setattr(self, n, v)
49  def getDlls( self ):
50  return 'GaudiMonitor'
51  def getType( self ):
52  return 'HistorySvc'
53  pass # class HistorySvc
54 
55 class IssueLogger( ConfigurableService ) :
56  __slots__ = {
57  'OutputLevel' : 7, # int
58  'AuditServices' : False, # bool
59  'AuditInitialize' : False, # bool
60  'AuditStart' : False, # bool
61  'AuditStop' : False, # bool
62  'AuditFinalize' : False, # bool
63  'AuditReInitialize' : False, # bool
64  'AuditReStart' : False, # bool
65  'Output' : [ ], # list
66  'ReportLevel' : 'WARNING', # str
67  'TracebackLevel' : 'ERROR', # str
68  'ShowTime' : False, # bool
69  }
70  _propertyDocDct = {
71  }
72  def __init__(self, name = Configurable.DefaultName, **kwargs):
73  super(IssueLogger, self).__init__(name)
74  for n,v in kwargs.items():
75  setattr(self, n, v)
76  def getDlls( self ):
77  return 'GaudiMonitor'
78  def getType( self ):
79  return 'IssueLogger'
80  pass # class IssueLogger
def __init__(self, name=Configurable.DefaultName, kwargs)
def __init__(self, name=Configurable.DefaultName, kwargs)
def __init__(self, name=Configurable.DefaultName, kwargs)