7 'AuditServices' :
False,
8 'AuditInitialize' :
False,
11 'AuditFinalize' :
False,
12 'AuditReInitialize' :
False,
13 'AuditReStart' :
False,
17 def __init__(self, name = Configurable.DefaultName, **kwargs):
18 super(IoComponentMgr, self).
__init__(name)
19 for n,v
in kwargs.items():
24 return 'IoComponentMgr'
33 'AuditAlgorithms' :
False,
34 'AuditInitialize' :
False,
35 'AuditReinitialize' :
False,
36 'AuditRestart' :
False,
37 'AuditExecute' :
False,
38 'AuditFinalize' :
False,
39 'AuditBeginRun' :
False,
40 'AuditEndRun' :
False,
43 'MonitorService' :
'MonitorSvc',
44 'RegisterForContextService' :
True,
46 'PropertiesPrint' :
False,
52 'GlobalTimeOffset' : 0.0000000,
53 'StatTableHeader' :
' | Counter | # | sum | mean/eff^* | rms/err^* | min | max |',
54 'RegularRowFormat' :
' | %|-48.48s|%|50t||%|10d| |%|11.7g| |%|#11.5g| |%|#11.5g| |%|#12.5g| |%|#12.5g| |',
55 'EfficiencyRowFormat' :
' |*%|-48.48s|%|50t||%|10d| |%|11.5g| |(%|#9.6g| +- %|-#9.6g|)%%| ------- | ------- |',
56 'UseEfficiencyRowFormat' :
True,
57 'CounterList' : [
'.*' ],
58 'StatEntityList' : [ ],
60 'RequireObjects' : [ ],
61 'OutputStreamName' :
'',
64 'StatTableHeader' :
""" The header row for the output Stat-table """,
65 'ErrorsPrint' :
""" Print the statistics of errors/warnings/exceptions """,
66 'RegisterForContextService' :
""" The flag to enforce the registration for Algorithm Context Service """,
67 'StatPrint' :
""" Print the table of counters """,
68 'VetoObjects' :
""" Skip execute if one or more of these TES objects exists """,
69 'TypePrint' :
""" Add the actal C++ component type into the messages """,
70 'CounterList' :
""" RegEx list, of simple integer counters for CounterSummary. """,
71 'EfficiencyRowFormat' :
""" The format for the regular row in the output Stat-table """,
72 'RequireObjects' :
""" Execute only if one or more of these TES objects exists """,
73 'PropertiesPrint' :
""" Print the properties of the component """,
74 'UseEfficiencyRowFormat' :
""" Use the special format for printout of efficiency counters """,
75 'RegularRowFormat' :
""" The format for the regular row in the output Stat-table """,
76 'StatEntityList' :
""" RegEx list, of StatEntity counters for CounterSummary. """,
77 'OutputStreamName' :
""" Name of the OutputStream instance should be triggered. """,
79 def __init__(self, name = Configurable.DefaultName, **kwargs):
80 super(RecordOutputStream, self).
__init__(name)
81 for n,v
in kwargs.items():
86 return 'RecordOutputStream'
95 'AuditAlgorithms' :
False,
96 'AuditInitialize' :
False,
97 'AuditReinitialize' :
False,
98 'AuditRestart' :
False,
99 'AuditExecute' :
False,
100 'AuditFinalize' :
False,
101 'AuditBeginRun' :
False,
102 'AuditEndRun' :
False,
103 'AuditStart' :
False,
105 'MonitorService' :
'MonitorSvc',
106 'RegisterForContextService' :
True,
107 'ErrorsPrint' :
True,
108 'PropertiesPrint' :
False,
114 'GlobalTimeOffset' : 0.0000000,
115 'StatTableHeader' :
' | Counter | # | sum | mean/eff^* | rms/err^* | min | max |',
116 'RegularRowFormat' :
' | %|-48.48s|%|50t||%|10d| |%|11.7g| |%|#11.5g| |%|#11.5g| |%|#12.5g| |%|#12.5g| |',
117 'EfficiencyRowFormat' :
' |*%|-48.48s|%|50t||%|10d| |%|11.5g| |(%|#9.6g| +- %|-#9.6g|)%%| ------- | ------- |',
118 'UseEfficiencyRowFormat' :
True,
119 'CounterList' : [
'.*' ],
120 'StatEntityList' : [ ],
122 'RequireObjects' : [ ],
123 'OutputStreams' : [ ],
126 'StatTableHeader' :
""" The header row for the output Stat-table """,
127 'ErrorsPrint' :
""" Print the statistics of errors/warnings/exceptions """,
128 'RegisterForContextService' :
""" The flag to enforce the registration for Algorithm Context Service """,
129 'StatPrint' :
""" Print the table of counters """,
130 'VetoObjects' :
""" Skip execute if one or more of these TES objects exists """,
131 'TypePrint' :
""" Add the actal C++ component type into the messages """,
132 'CounterList' :
""" RegEx list, of simple integer counters for CounterSummary. """,
133 'EfficiencyRowFormat' :
""" The format for the regular row in the output Stat-table """,
134 'RequireObjects' :
""" Execute only if one or more of these TES objects exists """,
135 'PropertiesPrint' :
""" Print the properties of the component """,
136 'UseEfficiencyRowFormat' :
""" Use the special format for printout of efficiency counters """,
137 'OutputStreams' :
""" OutputStream instances that can be called. """,
138 'RegularRowFormat' :
""" The format for the regular row in the output Stat-table """,
139 'StatEntityList' :
""" RegEx list, of StatEntity counters for CounterSummary. """,
141 def __init__(self, name = Configurable.DefaultName, **kwargs):
142 super(ReplayOutputStream, self).
__init__(name)
143 for n,v
in kwargs.items():
148 return 'ReplayOutputStream'
def __init__(self, name=Configurable.DefaultName, kwargs)
def __init__(self, name=Configurable.DefaultName, kwargs)
def __init__(self, name=Configurable.DefaultName, kwargs)