The Gaudi Framework  v30r3 (a5ef0a68)
GaudiAudConf.py
Go to the documentation of this file.
1 #Wed Aug 1 23:09:30 2018"""Automatically generated. DO NOT EDIT please"""
3 
4 class AlgContextAuditor( ConfigurableAuditor ) :
5  __slots__ = {
6  'OutputLevel' : 0, # int
7  'Enable' : True, # bool
8  }
9  _propertyDocDct = {
10  'OutputLevel' : """ output level [Auditor] """,
11  'Enable' : """ should the auditor be used or not [Auditor] """,
12  }
13  def __init__(self, name = Configurable.DefaultName, **kwargs):
14  super(AlgContextAuditor, self).__init__(name)
15  for n,v in kwargs.items():
16  setattr(self, n, v)
17  def getDlls( self ):
18  return 'GaudiAud'
19  def getType( self ):
20  return 'AlgContextAuditor'
21  pass # class AlgContextAuditor
22 
23 class AlgErrorAuditor( ConfigurableAuditor ) :
24  __slots__ = {
25  'OutputLevel' : 0, # int
26  'Enable' : True, # bool
27  'Abort' : False, # bool
28  'Throw' : False, # bool
29  }
30  _propertyDocDct = {
31  'OutputLevel' : """ output level [Auditor] """,
32  'Enable' : """ should the auditor be used or not [Auditor] """,
33  'Abort' : """ abort job upon illegal Algorithm return code [AlgErrorAuditor] """,
34  'Throw' : """ throw GaudiException upon illegal Algorithm return code [AlgErrorAuditor] """,
35  }
36  def __init__(self, name = Configurable.DefaultName, **kwargs):
37  super(AlgErrorAuditor, self).__init__(name)
38  for n,v in kwargs.items():
39  setattr(self, n, v)
40  def getDlls( self ):
41  return 'GaudiAud'
42  def getType( self ):
43  return 'AlgErrorAuditor'
44  pass # class AlgErrorAuditor
45 
46 class ChronoAuditor( ConfigurableAuditor ) :
47  __slots__ = {
48  'OutputLevel' : 0, # int
49  'Enable' : True, # bool
50  'EventTypes' : [ ], # list
51  'CustomEventTypes' : [ ], # list
52  }
53  _propertyDocDct = {
54  'OutputLevel' : """ output level [Auditor] """,
55  'Enable' : """ should the auditor be used or not [Auditor] """,
56  'EventTypes' : """ list of event types to audit ([]=all, ['none']=none) [CommonAuditor] """,
57  'CustomEventTypes' : """ [[deprecated]] use EventTypes instead [CommonAuditor] """,
58  }
59  def __init__(self, name = Configurable.DefaultName, **kwargs):
60  super(ChronoAuditor, self).__init__(name)
61  for n,v in kwargs.items():
62  setattr(self, n, v)
63  def getDlls( self ):
64  return 'GaudiAud'
65  def getType( self ):
66  return 'ChronoAuditor'
67  pass # class ChronoAuditor
68 
69 class MemStatAuditor( ConfigurableAuditor ) :
70  __slots__ = {
71  'OutputLevel' : 0, # int
72  'Enable' : True, # bool
73  'EventTypes' : [ ], # list
74  'CustomEventTypes' : [ ], # list
75  }
76  _propertyDocDct = {
77  'OutputLevel' : """ output level [Auditor] """,
78  'Enable' : """ should the auditor be used or not [Auditor] """,
79  'EventTypes' : """ list of event types to audit ([]=all, ['none']=none) [CommonAuditor] """,
80  'CustomEventTypes' : """ [[deprecated]] use EventTypes instead [CommonAuditor] """,
81  }
82  def __init__(self, name = Configurable.DefaultName, **kwargs):
83  super(MemStatAuditor, self).__init__(name)
84  for n,v in kwargs.items():
85  setattr(self, n, v)
86  def getDlls( self ):
87  return 'GaudiAud'
88  def getType( self ):
89  return 'MemStatAuditor'
90  pass # class MemStatAuditor
91 
92 class MemoryAuditor( ConfigurableAuditor ) :
93  __slots__ = {
94  'OutputLevel' : 0, # int
95  'Enable' : True, # bool
96  'EventTypes' : [ ], # list
97  'CustomEventTypes' : [ ], # list
98  }
99  _propertyDocDct = {
100  'OutputLevel' : """ output level [Auditor] """,
101  'Enable' : """ should the auditor be used or not [Auditor] """,
102  'EventTypes' : """ list of event types to audit ([]=all, ['none']=none) [CommonAuditor] """,
103  'CustomEventTypes' : """ [[deprecated]] use EventTypes instead [CommonAuditor] """,
104  }
105  def __init__(self, name = Configurable.DefaultName, **kwargs):
106  super(MemoryAuditor, self).__init__(name)
107  for n,v in kwargs.items():
108  setattr(self, n, v)
109  def getDlls( self ):
110  return 'GaudiAud'
111  def getType( self ):
112  return 'MemoryAuditor'
113  pass # class MemoryAuditor
114 
115 class NameAuditor( ConfigurableAuditor ) :
116  __slots__ = {
117  'OutputLevel' : 0, # int
118  'Enable' : True, # bool
119  'EventTypes' : [ ], # list
120  'CustomEventTypes' : [ ], # list
121  }
122  _propertyDocDct = {
123  'OutputLevel' : """ output level [Auditor] """,
124  'Enable' : """ should the auditor be used or not [Auditor] """,
125  'EventTypes' : """ list of event types to audit ([]=all, ['none']=none) [CommonAuditor] """,
126  'CustomEventTypes' : """ [[deprecated]] use EventTypes instead [CommonAuditor] """,
127  }
128  def __init__(self, name = Configurable.DefaultName, **kwargs):
129  super(NameAuditor, self).__init__(name)
130  for n,v in kwargs.items():
131  setattr(self, n, v)
132  def getDlls( self ):
133  return 'GaudiAud'
134  def getType( self ):
135  return 'NameAuditor'
136  pass # class NameAuditor
def __init__(self, name=Configurable.DefaultName, kwargs)
Definition: GaudiAudConf.py:36
def __init__(self, name=Configurable.DefaultName, kwargs)
Definition: GaudiAudConf.py:13
def __init__(self, name=Configurable.DefaultName, kwargs)
def __init__(self, name=Configurable.DefaultName, kwargs)
Definition: GaudiAudConf.py:82
def __init__(self, name=Configurable.DefaultName, kwargs)
def __init__(self, name=Configurable.DefaultName, kwargs)
Definition: GaudiAudConf.py:59