The Gaudi Framework  v30r3 (a5ef0a68)
GaudiMonitorConf.py
Go to the documentation of this file.
1 #Wed Aug 1 23:09:31 2018"""Automatically generated. DO NOT EDIT please"""
3 
4 class ExceptionSvc( ConfigurableService ) :
5  __slots__ = {
6  'OutputLevel' : 0, # 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  'OutputLevel' : """ output level [Service] """,
19  'AuditServices' : """ [[deprecated]] unused [Service] """,
20  'AuditInitialize' : """ trigger auditor on initialize() [Service] """,
21  'AuditStart' : """ trigger auditor on start() [Service] """,
22  'AuditStop' : """ trigger auditor on stop() [Service] """,
23  'AuditFinalize' : """ trigger auditor on finalize() [Service] """,
24  'AuditReinitialize' : """ trigger auditor on reinitialize() [Service] """,
25  'AuditRestart' : """ trigger auditor on restart() [Service] """,
26  'Catch' : """ [ExceptionSvc] """,
27  'Errors' : """ [ExceptionSvc] """,
28  }
29  def __init__(self, name = Configurable.DefaultName, **kwargs):
30  super(ExceptionSvc, self).__init__(name)
31  for n,v in kwargs.items():
32  setattr(self, n, v)
33  def getDlls( self ):
34  return 'GaudiMonitor'
35  def getType( self ):
36  return 'ExceptionSvc'
37  pass # class ExceptionSvc
38 
39 class HistorySvc( ConfigurableService ) :
40  __slots__ = {
41  'OutputLevel' : 0, # int
42  'AuditServices' : False, # bool
43  'AuditInitialize' : False, # bool
44  'AuditStart' : False, # bool
45  'AuditStop' : False, # bool
46  'AuditFinalize' : False, # bool
47  'AuditReinitialize' : False, # bool
48  'AuditRestart' : False, # bool
49  'Dump' : False, # bool
50  'Activate' : True, # bool
51  'OutputFile' : '', # str
52  }
53  _propertyDocDct = {
54  'OutputLevel' : """ output level [Service] """,
55  'AuditServices' : """ [[deprecated]] unused [Service] """,
56  'AuditInitialize' : """ trigger auditor on initialize() [Service] """,
57  'AuditStart' : """ trigger auditor on start() [Service] """,
58  'AuditStop' : """ trigger auditor on stop() [Service] """,
59  'AuditFinalize' : """ trigger auditor on finalize() [Service] """,
60  'AuditReinitialize' : """ trigger auditor on reinitialize() [Service] """,
61  'AuditRestart' : """ trigger auditor on restart() [Service] """,
62  'Dump' : """ [HistorySvc] """,
63  'Activate' : """ [HistorySvc] """,
64  'OutputFile' : """ [HistorySvc] """,
65  }
66  def __init__(self, name = Configurable.DefaultName, **kwargs):
67  super(HistorySvc, self).__init__(name)
68  for n,v in kwargs.items():
69  setattr(self, n, v)
70  def getDlls( self ):
71  return 'GaudiMonitor'
72  def getType( self ):
73  return 'HistorySvc'
74  pass # class HistorySvc
def __init__(self, name=Configurable.DefaultName, kwargs)
def __init__(self, name=Configurable.DefaultName, kwargs)