GaudiAudConf.py
Go to the documentation of this file.
1 #Fri Jan 29 13:07:12 2016"""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  }
11  def __init__(self, name = Configurable.DefaultName, **kwargs):
12  super(AlgContextAuditor, self).__init__(name)
13  for n,v in kwargs.items():
14  setattr(self, n, v)
15  def getDlls( self ):
16  return 'GaudiAud'
17  def getType( self ):
18  return 'AlgContextAuditor'
19  pass # class AlgContextAuditor
20 
21 class AlgErrorAuditor( ConfigurableAuditor ) :
22  __slots__ = {
23  'OutputLevel' : 0, # int
24  'Enable' : True, # bool
25  'Abort' : False, # bool
26  'Throw' : False, # bool
27  }
28  _propertyDocDct = {
29  'Throw' : """ Throw GaudiException upon illegal Algorithm return code """,
30  'Abort' : """ Abort job upon illegal Algorithm return code """,
31  }
32  def __init__(self, name = Configurable.DefaultName, **kwargs):
33  super(AlgErrorAuditor, self).__init__(name)
34  for n,v in kwargs.items():
35  setattr(self, n, v)
36  def getDlls( self ):
37  return 'GaudiAud'
38  def getType( self ):
39  return 'AlgErrorAuditor'
40  pass # class AlgErrorAuditor
41 
42 class ChronoAuditor( ConfigurableAuditor ) :
43  __slots__ = {
44  'OutputLevel' : 0, # int
45  'Enable' : True, # bool
46  'EventTypes' : [ ], # list
47  'CustomEventTypes' : [ ], # list
48  }
49  _propertyDocDct = {
50  'CustomEventTypes' : """ OBSOLETE, use EventTypes instead """,
51  'EventTypes' : """ List of event types to audit ([]=all, ['none']=none) """,
52  }
53  def __init__(self, name = Configurable.DefaultName, **kwargs):
54  super(ChronoAuditor, self).__init__(name)
55  for n,v in kwargs.items():
56  setattr(self, n, v)
57  def getDlls( self ):
58  return 'GaudiAud'
59  def getType( self ):
60  return 'ChronoAuditor'
61  pass # class ChronoAuditor
62 
63 class MemStatAuditor( ConfigurableAuditor ) :
64  __slots__ = {
65  'OutputLevel' : 0, # int
66  'Enable' : True, # bool
67  'EventTypes' : [ ], # list
68  'CustomEventTypes' : [ ], # list
69  }
70  _propertyDocDct = {
71  'CustomEventTypes' : """ OBSOLETE, use EventTypes instead """,
72  'EventTypes' : """ List of event types to audit ([]=all, ['none']=none) """,
73  }
74  def __init__(self, name = Configurable.DefaultName, **kwargs):
75  super(MemStatAuditor, self).__init__(name)
76  for n,v in kwargs.items():
77  setattr(self, n, v)
78  def getDlls( self ):
79  return 'GaudiAud'
80  def getType( self ):
81  return 'MemStatAuditor'
82  pass # class MemStatAuditor
83 
84 class MemoryAuditor( ConfigurableAuditor ) :
85  __slots__ = {
86  'OutputLevel' : 0, # int
87  'Enable' : True, # bool
88  'EventTypes' : [ ], # list
89  'CustomEventTypes' : [ ], # list
90  }
91  _propertyDocDct = {
92  'CustomEventTypes' : """ OBSOLETE, use EventTypes instead """,
93  'EventTypes' : """ List of event types to audit ([]=all, ['none']=none) """,
94  }
95  def __init__(self, name = Configurable.DefaultName, **kwargs):
96  super(MemoryAuditor, self).__init__(name)
97  for n,v in kwargs.items():
98  setattr(self, n, v)
99  def getDlls( self ):
100  return 'GaudiAud'
101  def getType( self ):
102  return 'MemoryAuditor'
103  pass # class MemoryAuditor
104 
105 class NameAuditor( ConfigurableAuditor ) :
106  __slots__ = {
107  'OutputLevel' : 0, # int
108  'Enable' : True, # bool
109  'EventTypes' : [ ], # list
110  'CustomEventTypes' : [ ], # list
111  }
112  _propertyDocDct = {
113  'CustomEventTypes' : """ OBSOLETE, use EventTypes instead """,
114  'EventTypes' : """ List of event types to audit ([]=all, ['none']=none) """,
115  }
116  def __init__(self, name = Configurable.DefaultName, **kwargs):
117  super(NameAuditor, self).__init__(name)
118  for n,v in kwargs.items():
119  setattr(self, n, v)
120  def getDlls( self ):
121  return 'GaudiAud'
122  def getType( self ):
123  return 'NameAuditor'
124  pass # class NameAuditor
def __init__(self, name=Configurable.DefaultName, kwargs)
Definition: GaudiAudConf.py:32
def __init__(self, name=Configurable.DefaultName, kwargs)
Definition: GaudiAudConf.py:11
def __init__(self, name=Configurable.DefaultName, kwargs)
def __init__(self, name=Configurable.DefaultName, kwargs)
Definition: GaudiAudConf.py:74
def __init__(self, name=Configurable.DefaultName, kwargs)
Definition: GaudiAudConf.py:95
def __init__(self, name=Configurable.DefaultName, kwargs)
Definition: GaudiAudConf.py:53