10 'OutputLevel' :
""" output level [Auditor] """,
11 'Enable' :
""" should the auditor be used or not [Auditor] """,
13 def __init__(self, name = Configurable.DefaultName, **kwargs):
14 super(AlgContextAuditor, self).
__init__(name)
15 for n,v
in kwargs.items():
20 return 'AlgContextAuditor' 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] """,
36 def __init__(self, name = Configurable.DefaultName, **kwargs):
37 super(AlgErrorAuditor, self).
__init__(name)
38 for n,v
in kwargs.items():
43 return 'AlgErrorAuditor' 51 'CustomEventTypes' : [ ],
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] """,
59 def __init__(self, name = Configurable.DefaultName, **kwargs):
60 super(ChronoAuditor, self).
__init__(name)
61 for n,v
in kwargs.items():
66 return 'ChronoAuditor' 74 'CustomEventTypes' : [ ],
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] """,
82 def __init__(self, name = Configurable.DefaultName, **kwargs):
83 super(MemStatAuditor, self).
__init__(name)
84 for n,v
in kwargs.items():
89 return 'MemStatAuditor' 97 'CustomEventTypes' : [ ],
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] """,
105 def __init__(self, name = Configurable.DefaultName, **kwargs):
106 super(MemoryAuditor, self).
__init__(name)
107 for n,v
in kwargs.items():
112 return 'MemoryAuditor' 120 'CustomEventTypes' : [ ],
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] """,
128 def __init__(self, name = Configurable.DefaultName, **kwargs):
129 super(NameAuditor, self).
__init__(name)
130 for n,v
in kwargs.items():
def __init__(self, name=Configurable.DefaultName, kwargs)
def __init__(self, name=Configurable.DefaultName, kwargs)
def __init__(self, name=Configurable.DefaultName, kwargs)
def __init__(self, name=Configurable.DefaultName, kwargs)
def __init__(self, name=Configurable.DefaultName, kwargs)
def __init__(self, name=Configurable.DefaultName, kwargs)