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 'Residual' :
""" absolute error bound for the residual value [EqSolver] """,
36 'ContextService' :
""" the name of Algorithm Context Service [GaudiTool] """,
37 'StatEntityList' :
""" RegEx list, of StatEntity counters for CounterSummary [GaudiCommon<AlgTool>] """,
38 'AuditFinalize' :
""" trigger auditor on finalize() [AlgTool] """,
39 'AuditStop' :
""" trigger auditor on stop() [AlgTool] """,
40 'EfficiencyRowFormat' :
""" The format for "efficiency" row in the output Stat-table [GaudiCommon<AlgTool>] """,
41 'AuditStart' :
""" trigger auditor on start() [AlgTool] """,
42 'OutputLevel' :
""" output level [AlgTool] """,
43 'Iteration' :
""" maximum of iteration [EqSolver] """,
44 'AuditReinitialize' :
""" trigger auditor on reinitialize() [AlgTool] """,
45 'AuditInitialize' :
""" trigger auditor on initialize() [AlgTool] """,
46 'AuditTools' :
""" [[deprecated]] unused [AlgTool] """,
47 'RegularRowFormat' :
""" the format for regular row in the output Stat-table [GaudiCommon<AlgTool>] """,
48 'MonitorService' :
""" name to use for Monitor Service [AlgTool] """,
49 'Algorithm' :
""" type of the algorithm for root finding [EqSolver] """,
50 'AuditRestart' :
""" trigger auditor on restart() [AlgTool] """,
51 'ErrorsPrint' :
""" print the statistics of errors/warnings/exceptions [GaudiCommon<AlgTool>] """,
52 'ExtraInputs' :
""" [[deprecated]] [DataHandleHolderBase<PropertyHolder<CommonMessaging<implements<IAlgTool,IDataHandleHolder,IProperty,IStateful> > > >] """,
53 'PropertiesPrint' :
""" print the properties of the component [GaudiCommon<AlgTool>] """,
54 'TypePrint' :
""" add the actual C++ component type into the messages [GaudiCommon<AlgTool>] """,
55 'ExtraOutputs' :
""" [[deprecated]] [DataHandleHolderBase<PropertyHolder<CommonMessaging<implements<IAlgTool,IDataHandleHolder,IProperty,IStateful> > > >] """,
56 'StatPrint' :
""" print the table of counters [GaudiCommon<AlgTool>] """,
57 'Context' :
""" note: overridden by parent settings [GaudiCommon<AlgTool>] """,
58 'UseEfficiencyRowFormat' :
""" use the special format for printout of efficiency counters [GaudiCommon<AlgTool>] """,
59 'StatTableHeader' :
""" the header row for the output Stat-table [GaudiCommon<AlgTool>] """,
60 'RootInTES' :
""" note: overridden by parent settings [GaudiCommon<AlgTool>] """,
61 'CounterList' :
""" RegEx list, of simple integer counters for CounterSummary [GaudiCommon<AlgTool>] """,
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 'Gradient' :
""" absolute tolerance for the Euclidean norm of the gradient [FuncMinimum] """,
107 'Tol' :
""" accuracy of the line minimization [FuncMinimum] """,
108 'ContextService' :
""" the name of Algorithm Context Service [GaudiTool] """,
109 'StatEntityList' :
""" RegEx list, of StatEntity counters for CounterSummary [GaudiCommon<AlgTool>] """,
110 'AuditFinalize' :
""" trigger auditor on finalize() [AlgTool] """,
111 'AuditStop' :
""" trigger auditor on stop() [AlgTool] """,
112 'EfficiencyRowFormat' :
""" The format for "efficiency" row in the output Stat-table [GaudiCommon<AlgTool>] """,
113 'AuditStart' :
""" trigger auditor on start() [AlgTool] """,
114 'OutputLevel' :
""" output level [AlgTool] """,
115 'Iteration' :
""" maximum of iteration [FuncMinimum] """,
116 'AuditReinitialize' :
""" trigger auditor on reinitialize() [AlgTool] """,
117 'AuditInitialize' :
""" trigger auditor on initialize() [AlgTool] """,
118 'Step_size' :
""" size of the first trial step [FuncMinimum] """,
119 'AuditTools' :
""" [[deprecated]] unused [AlgTool] """,
120 'RegularRowFormat' :
""" the format for regular row in the output Stat-table [GaudiCommon<AlgTool>] """,
121 'MonitorService' :
""" name to use for Monitor Service [AlgTool] """,
122 'Algorithm' :
""" type of the algorithm for multidimensional minimization [FuncMinimum] """,
123 'AuditRestart' :
""" trigger auditor on restart() [AlgTool] """,
124 'ErrorsPrint' :
""" print the statistics of errors/warnings/exceptions [GaudiCommon<AlgTool>] """,
125 'ExtraInputs' :
""" [[deprecated]] [DataHandleHolderBase<PropertyHolder<CommonMessaging<implements<IAlgTool,IDataHandleHolder,IProperty,IStateful> > > >] """,
126 'PropertiesPrint' :
""" print the properties of the component [GaudiCommon<AlgTool>] """,
127 'TypePrint' :
""" add the actual C++ component type into the messages [GaudiCommon<AlgTool>] """,
128 'ExtraOutputs' :
""" [[deprecated]] [DataHandleHolderBase<PropertyHolder<CommonMessaging<implements<IAlgTool,IDataHandleHolder,IProperty,IStateful> > > >] """,
129 'StatPrint' :
""" print the table of counters [GaudiCommon<AlgTool>] """,
130 'Context' :
""" note: overridden by parent settings [GaudiCommon<AlgTool>] """,
131 'UseEfficiencyRowFormat' :
""" use the special format for printout of efficiency counters [GaudiCommon<AlgTool>] """,
132 'StatTableHeader' :
""" the header row for the output Stat-table [GaudiCommon<AlgTool>] """,
133 'RootInTES' :
""" note: overridden by parent settings [GaudiCommon<AlgTool>] """,
134 'CounterList' :
""" RegEx list, of simple integer counters for CounterSummary [GaudiCommon<AlgTool>] """,
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 'AuditRestart' :
""" trigger auditor on restart() [AlgTool] """,
162 'MonitorService' :
""" name to use for Monitor Service [AlgTool] """,
163 'ExtraOutputs' :
""" [[deprecated]] [DataHandleHolderBase<PropertyHolder<CommonMessaging<implements<IAlgTool,IDataHandleHolder,IProperty,IStateful> > > >] """,
164 'AuditTools' :
""" [[deprecated]] unused [AlgTool] """,
165 'AuditInitialize' :
""" trigger auditor on initialize() [AlgTool] """,
166 'OutputLevel' :
""" output level [AlgTool] """,
167 'AuditStart' :
""" trigger auditor on start() [AlgTool] """,
168 'AuditStop' :
""" trigger auditor on stop() [AlgTool] """,
169 'AuditFinalize' :
""" trigger auditor on finalize() [AlgTool] """,
170 'ExtraInputs' :
""" [[deprecated]] [DataHandleHolderBase<PropertyHolder<CommonMessaging<implements<IAlgTool,IDataHandleHolder,IProperty,IStateful> > > >] """,
171 'AuditReinitialize' :
""" trigger auditor on reinitialize() [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 'IgnoreCodes' :
""" codes to be ignored [GslErrorException] """,
200 'AuditRestart' :
""" trigger auditor on restart() [AlgTool] """,
201 'MonitorService' :
""" name to use for Monitor Service [AlgTool] """,
202 'ExtraOutputs' :
""" [[deprecated]] [DataHandleHolderBase<PropertyHolder<CommonMessaging<implements<IAlgTool,IDataHandleHolder,IProperty,IStateful> > > >] """,
203 'AuditTools' :
""" [[deprecated]] unused [AlgTool] """,
204 'AuditInitialize' :
""" trigger auditor on initialize() [AlgTool] """,
205 'OutputLevel' :
""" output level [AlgTool] """,
206 'AuditStart' :
""" trigger auditor on start() [AlgTool] """,
207 'AuditStop' :
""" trigger auditor on stop() [AlgTool] """,
208 'AuditFinalize' :
""" trigger auditor on finalize() [AlgTool] """,
209 'ExtraInputs' :
""" [[deprecated]] [DataHandleHolderBase<PropertyHolder<CommonMessaging<implements<IAlgTool,IDataHandleHolder,IProperty,IStateful> > > >] """,
210 'AuditReinitialize' :
""" trigger auditor on reinitialize() [AlgTool] """,
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 'AuditRestart' :
""" trigger auditor on restart() [AlgTool] """,
238 'MonitorService' :
""" name to use for Monitor Service [AlgTool] """,
239 'ExtraOutputs' :
""" [[deprecated]] [DataHandleHolderBase<PropertyHolder<CommonMessaging<implements<IAlgTool,IDataHandleHolder,IProperty,IStateful> > > >] """,
240 'AuditTools' :
""" [[deprecated]] unused [AlgTool] """,
241 'AuditInitialize' :
""" trigger auditor on initialize() [AlgTool] """,
242 'OutputLevel' :
""" output level [AlgTool] """,
243 'AuditStart' :
""" trigger auditor on start() [AlgTool] """,
244 'AuditStop' :
""" trigger auditor on stop() [AlgTool] """,
245 'AuditFinalize' :
""" trigger auditor on finalize() [AlgTool] """,
246 'ExtraInputs' :
""" [[deprecated]] [DataHandleHolderBase<PropertyHolder<CommonMessaging<implements<IAlgTool,IDataHandleHolder,IProperty,IStateful> > > >] """,
247 'AuditReinitialize' :
""" trigger auditor on reinitialize() [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 'ErrorPolicy' :
""" [GslSvc] """,
275 'AuditServices' :
""" [[deprecated]] unused [Service] """,
276 'IgnoreCodes' :
""" codes to be ignored [GslSvc] """,
277 'Handlers' :
""" [GslSvc] """,
278 'AuditInitialize' :
""" trigger auditor on initialize() [Service] """,
279 'AuditStart' :
""" trigger auditor on start() [Service] """,
280 'OutputLevel' :
""" output level [Service] """,
281 'AuditStop' :
""" trigger auditor on stop() [Service] """,
282 'AuditFinalize' :
""" trigger auditor on finalize() [Service] """,
283 'AuditReinitialize' :
""" trigger auditor on reinitialize() [Service] """,
284 'AuditRestart' :
""" trigger auditor on restart() [Service] """,
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)