9 'MonitorService' :
'MonitorSvc',
11 'AuditInitialize' :
False,
14 'AuditFinalize' :
False,
15 'AuditReinitialize' :
False,
16 'AuditRestart' :
False,
18 'PropertiesPrint' :
False,
23 'StatTableHeader' :
' | Counter | # | sum | mean/eff^* | rms/err^* | min | max |',
24 'RegularRowFormat' :
' | %|-48.48s|%|50t||%|10d| |%|11.7g| |%|#11.5g| |%|#11.5g| |%|#12.5g| |%|#12.5g| |',
25 'EfficiencyRowFormat' :
' |*%|-48.48s|%|50t||%|10d| |%|11.5g| |(%|#9.6g| +- %|-#9.6g|)%%| ------- | ------- |',
26 'UseEfficiencyRowFormat' :
True,
27 'CounterList' : [
'.*' ],
28 'StatEntityList' : [ ],
29 'ContextService' :
'AlgContextSvc',
30 'Algorithm' :
'fdfsolver_hybridsj',
31 'Iteration' : 1000.0000,
32 'Residual' : 1.0000000e-07,
35 'ExtraInputs' :
""" [DataHandleHolderBase<PropertyHolder<CommonMessaging<implements<IAlgTool,IDataHandleHolder,IProperty,IStateful> > > >] """,
36 'ExtraOutputs' :
""" [DataHandleHolderBase<PropertyHolder<CommonMessaging<implements<IAlgTool,IDataHandleHolder,IProperty,IStateful> > > >] """,
37 'OutputLevel' :
""" output level [AlgTool] """,
38 'MonitorService' :
""" name to use for Monitor Service [AlgTool] """,
39 'AuditTools' :
""" [[deprecated]] unused [AlgTool] """,
40 'AuditInitialize' :
""" trigger auditor on initialize() [AlgTool] """,
41 'AuditStart' :
""" trigger auditor on start() [AlgTool] """,
42 'AuditStop' :
""" trigger auditor on stop() [AlgTool] """,
43 'AuditFinalize' :
""" trigger auditor on finalize() [AlgTool] """,
44 'AuditReinitialize' :
""" trigger auditor on reinitialize() [AlgTool] """,
45 'AuditRestart' :
""" trigger auditor on restart() [AlgTool] """,
46 'ErrorsPrint' :
""" print the statistics of errors/warnings/exceptions [GaudiCommon<AlgTool>] """,
47 'PropertiesPrint' :
""" print the properties of the component [GaudiCommon<AlgTool>] """,
48 'StatPrint' :
""" print the table of counters [GaudiCommon<AlgTool>] """,
49 'TypePrint' :
""" add the actual C++ component type into the messages [GaudiCommon<AlgTool>] """,
50 'Context' :
""" note: overridden by parent settings [GaudiCommon<AlgTool>] """,
51 'RootInTES' :
""" note: overridden by parent settings [GaudiCommon<AlgTool>] """,
52 'StatTableHeader' :
""" the header row for the output Stat-table [GaudiCommon<AlgTool>] """,
53 'RegularRowFormat' :
""" the format for regular row in the output Stat-table [GaudiCommon<AlgTool>] """,
54 'EfficiencyRowFormat' :
""" The format for "efficiency" row in the output Stat-table [GaudiCommon<AlgTool>] """,
55 'UseEfficiencyRowFormat' :
""" use the special format for printout of efficiency counters [GaudiCommon<AlgTool>] """,
56 'CounterList' :
""" RegEx list, of simple integer counters for CounterSummary [GaudiCommon<AlgTool>] """,
57 'StatEntityList' :
""" RegEx list, of StatEntity counters for CounterSummary [GaudiCommon<AlgTool>] """,
58 'ContextService' :
""" the name of Algorithm Context Service [GaudiTool] """,
59 'Algorithm' :
""" type of the algorithm for root finding [EqSolver] """,
60 'Iteration' :
""" maximum of iteration [EqSolver] """,
61 'Residual' :
""" absolute error bound for the residual value [EqSolver] """,
63 def __init__(self, name = Configurable.DefaultName, **kwargs):
65 for n,v
in kwargs.items():
78 'MonitorService' :
'MonitorSvc',
80 'AuditInitialize' :
False,
83 'AuditFinalize' :
False,
84 'AuditReinitialize' :
False,
85 'AuditRestart' :
False,
87 'PropertiesPrint' :
False,
92 'StatTableHeader' :
' | Counter | # | sum | mean/eff^* | rms/err^* | min | max |',
93 'RegularRowFormat' :
' | %|-48.48s|%|50t||%|10d| |%|11.7g| |%|#11.5g| |%|#11.5g| |%|#12.5g| |%|#12.5g| |',
94 'EfficiencyRowFormat' :
' |*%|-48.48s|%|50t||%|10d| |%|11.5g| |(%|#9.6g| +- %|-#9.6g|)%%| ------- | ------- |',
95 'UseEfficiencyRowFormat' :
True,
96 'CounterList' : [
'.*' ],
97 'StatEntityList' : [ ],
98 'ContextService' :
'AlgContextSvc',
99 'Algorithm' :
'conjugate_fr',
100 'Iteration' : 200.00000,
101 'Gradient' : 1.0000000e-10,
102 'Step_size' : 0.010000000,
103 'Tol' : 1.0000000e-10,
106 'ExtraInputs' :
""" [DataHandleHolderBase<PropertyHolder<CommonMessaging<implements<IAlgTool,IDataHandleHolder,IProperty,IStateful> > > >] """,
107 'ExtraOutputs' :
""" [DataHandleHolderBase<PropertyHolder<CommonMessaging<implements<IAlgTool,IDataHandleHolder,IProperty,IStateful> > > >] """,
108 'OutputLevel' :
""" output level [AlgTool] """,
109 'MonitorService' :
""" name to use for Monitor Service [AlgTool] """,
110 'AuditTools' :
""" [[deprecated]] unused [AlgTool] """,
111 'AuditInitialize' :
""" trigger auditor on initialize() [AlgTool] """,
112 'AuditStart' :
""" trigger auditor on start() [AlgTool] """,
113 'AuditStop' :
""" trigger auditor on stop() [AlgTool] """,
114 'AuditFinalize' :
""" trigger auditor on finalize() [AlgTool] """,
115 'AuditReinitialize' :
""" trigger auditor on reinitialize() [AlgTool] """,
116 'AuditRestart' :
""" trigger auditor on restart() [AlgTool] """,
117 'ErrorsPrint' :
""" print the statistics of errors/warnings/exceptions [GaudiCommon<AlgTool>] """,
118 'PropertiesPrint' :
""" print the properties of the component [GaudiCommon<AlgTool>] """,
119 'StatPrint' :
""" print the table of counters [GaudiCommon<AlgTool>] """,
120 'TypePrint' :
""" add the actual C++ component type into the messages [GaudiCommon<AlgTool>] """,
121 'Context' :
""" note: overridden by parent settings [GaudiCommon<AlgTool>] """,
122 'RootInTES' :
""" note: overridden by parent settings [GaudiCommon<AlgTool>] """,
123 'StatTableHeader' :
""" the header row for the output Stat-table [GaudiCommon<AlgTool>] """,
124 'RegularRowFormat' :
""" the format for regular row in the output Stat-table [GaudiCommon<AlgTool>] """,
125 'EfficiencyRowFormat' :
""" The format for "efficiency" row in the output Stat-table [GaudiCommon<AlgTool>] """,
126 'UseEfficiencyRowFormat' :
""" use the special format for printout of efficiency counters [GaudiCommon<AlgTool>] """,
127 'CounterList' :
""" RegEx list, of simple integer counters for CounterSummary [GaudiCommon<AlgTool>] """,
128 'StatEntityList' :
""" RegEx list, of StatEntity counters for CounterSummary [GaudiCommon<AlgTool>] """,
129 'ContextService' :
""" the name of Algorithm Context Service [GaudiTool] """,
130 'Algorithm' :
""" type of the algorithm for multidimensional minimization [FuncMinimum] """,
131 'Iteration' :
""" maximum of iteration [FuncMinimum] """,
132 'Gradient' :
""" absolute tolerance for the Euclidean norm of the gradient [FuncMinimum] """,
133 'Step_size' :
""" size of the first trial step [FuncMinimum] """,
134 'Tol' :
""" accuracy of the line minimization [FuncMinimum] """,
136 def __init__(self, name = Configurable.DefaultName, **kwargs):
137 super(FuncMinimum, self).
__init__(name)
138 for n,v
in kwargs.items():
151 'MonitorService' :
'MonitorSvc',
152 'AuditTools' :
False,
153 'AuditInitialize' :
False,
154 'AuditStart' :
False,
156 'AuditFinalize' :
False,
157 'AuditReinitialize' :
False,
158 'AuditRestart' :
False,
161 'ExtraInputs' :
""" [DataHandleHolderBase<PropertyHolder<CommonMessaging<implements<IAlgTool,IDataHandleHolder,IProperty,IStateful> > > >] """,
162 'ExtraOutputs' :
""" [DataHandleHolderBase<PropertyHolder<CommonMessaging<implements<IAlgTool,IDataHandleHolder,IProperty,IStateful> > > >] """,
163 'OutputLevel' :
""" output level [AlgTool] """,
164 'MonitorService' :
""" name to use for Monitor Service [AlgTool] """,
165 'AuditTools' :
""" [[deprecated]] unused [AlgTool] """,
166 'AuditInitialize' :
""" trigger auditor on initialize() [AlgTool] """,
167 'AuditStart' :
""" trigger auditor on start() [AlgTool] """,
168 'AuditStop' :
""" trigger auditor on stop() [AlgTool] """,
169 'AuditFinalize' :
""" trigger auditor on finalize() [AlgTool] """,
170 'AuditReinitialize' :
""" trigger auditor on reinitialize() [AlgTool] """,
171 'AuditRestart' :
""" trigger auditor on restart() [AlgTool] """,
173 def __init__(self, name = Configurable.DefaultName, **kwargs):
174 super(GslErrorCount, self).
__init__(name)
175 for n,v
in kwargs.items():
180 return 'GslErrorCount' 188 'MonitorService' :
'MonitorSvc',
189 'AuditTools' :
False,
190 'AuditInitialize' :
False,
191 'AuditStart' :
False,
193 'AuditFinalize' :
False,
194 'AuditReinitialize' :
False,
195 'AuditRestart' :
False,
199 'ExtraInputs' :
""" [DataHandleHolderBase<PropertyHolder<CommonMessaging<implements<IAlgTool,IDataHandleHolder,IProperty,IStateful> > > >] """,
200 'ExtraOutputs' :
""" [DataHandleHolderBase<PropertyHolder<CommonMessaging<implements<IAlgTool,IDataHandleHolder,IProperty,IStateful> > > >] """,
201 'OutputLevel' :
""" output level [AlgTool] """,
202 'MonitorService' :
""" name to use for Monitor Service [AlgTool] """,
203 'AuditTools' :
""" [[deprecated]] unused [AlgTool] """,
204 'AuditInitialize' :
""" trigger auditor on initialize() [AlgTool] """,
205 'AuditStart' :
""" trigger auditor on start() [AlgTool] """,
206 'AuditStop' :
""" trigger auditor on stop() [AlgTool] """,
207 'AuditFinalize' :
""" trigger auditor on finalize() [AlgTool] """,
208 'AuditReinitialize' :
""" trigger auditor on reinitialize() [AlgTool] """,
209 'AuditRestart' :
""" trigger auditor on restart() [AlgTool] """,
210 'IgnoreCodes' :
""" codes to be ignored [GslErrorException] """,
212 def __init__(self, name = Configurable.DefaultName, **kwargs):
213 super(GslErrorException, self).
__init__(name)
214 for n,v
in kwargs.items():
219 return 'GslErrorException' 227 'MonitorService' :
'MonitorSvc',
228 'AuditTools' :
False,
229 'AuditInitialize' :
False,
230 'AuditStart' :
False,
232 'AuditFinalize' :
False,
233 'AuditReinitialize' :
False,
234 'AuditRestart' :
False,
237 'ExtraInputs' :
""" [DataHandleHolderBase<PropertyHolder<CommonMessaging<implements<IAlgTool,IDataHandleHolder,IProperty,IStateful> > > >] """,
238 'ExtraOutputs' :
""" [DataHandleHolderBase<PropertyHolder<CommonMessaging<implements<IAlgTool,IDataHandleHolder,IProperty,IStateful> > > >] """,
239 'OutputLevel' :
""" output level [AlgTool] """,
240 'MonitorService' :
""" name to use for Monitor Service [AlgTool] """,
241 'AuditTools' :
""" [[deprecated]] unused [AlgTool] """,
242 'AuditInitialize' :
""" trigger auditor on initialize() [AlgTool] """,
243 'AuditStart' :
""" trigger auditor on start() [AlgTool] """,
244 'AuditStop' :
""" trigger auditor on stop() [AlgTool] """,
245 'AuditFinalize' :
""" trigger auditor on finalize() [AlgTool] """,
246 'AuditReinitialize' :
""" trigger auditor on reinitialize() [AlgTool] """,
247 'AuditRestart' :
""" trigger auditor on restart() [AlgTool] """,
249 def __init__(self, name = Configurable.DefaultName, **kwargs):
250 super(GslErrorPrint, self).
__init__(name)
251 for n,v
in kwargs.items():
256 return 'GslErrorPrint' 262 'AuditServices' :
False,
263 'AuditInitialize' :
False,
264 'AuditStart' :
False,
266 'AuditFinalize' :
False,
267 'AuditReinitialize' :
False,
268 'AuditRestart' :
False,
269 'ErrorPolicy' :
'GSL',
274 'OutputLevel' :
""" output level [Service] """,
275 'AuditServices' :
""" [[deprecated]] unused [Service] """,
276 'AuditInitialize' :
""" trigger auditor on initialize() [Service] """,
277 'AuditStart' :
""" trigger auditor on start() [Service] """,
278 'AuditStop' :
""" trigger auditor on stop() [Service] """,
279 'AuditFinalize' :
""" trigger auditor on finalize() [Service] """,
280 'AuditReinitialize' :
""" trigger auditor on reinitialize() [Service] """,
281 'AuditRestart' :
""" trigger auditor on restart() [Service] """,
282 'ErrorPolicy' :
""" [GslSvc] """,
283 'Handlers' :
""" [GslSvc] """,
284 'IgnoreCodes' :
""" codes to be ignored [GslSvc] """,
286 def __init__(self, name = Configurable.DefaultName, **kwargs):
288 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)