7 'AuditServices' :
False,
8 'AuditInitialize' :
False,
11 'AuditFinalize' :
False,
12 'AuditReinitialize' :
False,
13 'AuditRestart' :
False,
16 'OutputLevel' :
""" output level [Service] """,
17 'AuditServices' :
""" [[deprecated]] unused [Service] """,
18 'AuditInitialize' :
""" trigger auditor on initialize() [Service] """,
19 'AuditStart' :
""" trigger auditor on start() [Service] """,
20 'AuditStop' :
""" trigger auditor on stop() [Service] """,
21 'AuditFinalize' :
""" trigger auditor on finalize() [Service] """,
22 'AuditReinitialize' :
""" trigger auditor on reinitialize() [Service] """,
23 'AuditRestart' :
""" trigger auditor on restart() [Service] """,
25 def __init__(self, name = Configurable.DefaultName, **kwargs):
26 super(AlgExecStateSvc, self).
__init__(name)
27 for n,v
in kwargs.items():
32 return 'AlgExecStateSvc' 38 'AuditServices' :
False,
39 'AuditInitialize' :
False,
42 'AuditFinalize' :
False,
43 'AuditReinitialize' :
False,
44 'AuditRestart' :
False,
48 'OutputLevel' :
""" output level [Service] """,
49 'AuditServices' :
""" [[deprecated]] unused [Service] """,
50 'AuditInitialize' :
""" trigger auditor on initialize() [Service] """,
51 'AuditStart' :
""" trigger auditor on start() [Service] """,
52 'AuditStop' :
""" trigger auditor on stop() [Service] """,
53 'AuditFinalize' :
""" trigger auditor on finalize() [Service] """,
54 'AuditReinitialize' :
""" trigger auditor on reinitialize() [Service] """,
55 'AuditRestart' :
""" trigger auditor on restart() [Service] """,
56 'EvtMax' :
""" number of events to be processed [AppMgrRunable] """,
58 def __init__(self, name = Configurable.DefaultName, **kwargs):
59 super(AppMgrRunable, self).
__init__(name)
60 for n,v
in kwargs.items():
65 return 'AppMgrRunable' 74 'OutStreamType' :
'OutputStream',
75 'MessageSvcType' :
'MessageSvc',
76 'JobOptionsSvcType' :
'JobOptionsSvc',
77 'SvcMapping' : [
'EvtDataSvc/EventDataSvc' ,
'DetDataSvc/DetectorDataSvc' ,
'HistogramSvc/HistogramDataSvc' ,
'HbookCnv::PersSvc/HbookHistSvc' ,
'RootHistCnv::PersSvc/RootHistSvc' ,
'EvtPersistencySvc/EventPersistencySvc' ,
'DetPersistencySvc/DetectorPersistencySvc' ,
'HistogramPersistencySvc/HistogramPersistencySvc' ],
78 'SvcOptMapping' : [ ],
81 'ExtSvcCreates' :
True,
83 'JobOptionsType' :
'FILE',
84 'JobOptionsPath' :
'',
85 'JobOptionsPostAction' :
'',
86 'JobOptionsPreAction' :
'',
87 'Runable' :
'AppMgrRunable',
88 'EventLoop' :
'EventLoopMgr',
90 'HistogramPersistency' :
'NONE',
92 'AppName' :
'ApplicationMgr',
94 'ActivateHistory' :
False,
95 'StatusCodeCheck' :
False,
96 'PluginDebugLevel' : 0,
99 'AuditServices' :
False,
100 'AuditAlgorithms' :
False,
102 'InitializationLoopCheck' :
True,
103 'StopOnSignal' :
False,
104 'StalledEventMonitoring' :
False,
105 'PropertiesPrint' :
False,
107 'AlgTypeAliases' : { },
110 'Go' :
""" For SI's "Go" command via callback [ApplicationMgr] """,
111 'Exit' :
""" For SI's "Exit" command via callback [ApplicationMgr] """,
112 'TopAlg' :
""" List of top level algorithms names [ApplicationMgr] """,
113 'OutStream' :
""" List of output stream names [ApplicationMgr] """,
114 'OutStreamType' :
""" [[deprecated]] Output stream type [ApplicationMgr] """,
115 'MessageSvcType' :
""" MessageSvc type [ApplicationMgr] """,
116 'JobOptionsSvcType' :
""" JobOptionsSvc type [ApplicationMgr] """,
117 'SvcMapping' :
""" Default mapping of services [ApplicationMgr] """,
118 'SvcOptMapping' :
""" Default mapping of optional services [ApplicationMgr] """,
119 'EvtMax' :
""" Number of events to be processed (-1 means all events) [ApplicationMgr] """,
120 'ExtSvc' :
""" List of external services names [ApplicationMgr] """,
121 'ExtSvcCreates' :
""" LHCb (default) or ATLAS definition of "ExtSvc" [ApplicationMgr] """,
122 'Dlls' :
""" List of DDL's names [ApplicationMgr] """,
123 'JobOptionsType' :
""" Source type (e.g. dbase, file...) [ApplicationMgr] """,
124 'JobOptionsPath' :
""" The "file" to look for properties [ApplicationMgr] """,
125 'JobOptionsPostAction' :
""" additional command to run on config [ApplicationMgr] """,
126 'JobOptionsPreAction' :
""" additional command to run on config [ApplicationMgr] """,
127 'Runable' :
""" Runable type [ApplicationMgr] """,
128 'EventLoop' :
""" Processing manager type [ApplicationMgr] """,
129 'EvtSel' :
""" Event selection [ApplicationMgr] """,
130 'HistogramPersistency' :
""" Name of the Hist Pers Svc [ApplicationMgr] """,
131 'OutputLevel' :
""" Message output level [ApplicationMgr] """,
132 'AppName' :
""" The name of the application [ApplicationMgr] """,
133 'AppVersion' :
""" The version of the application [ApplicationMgr] """,
134 'ActivateHistory' :
""" Activate HistorySvc [ApplicationMgr] """,
135 'StatusCodeCheck' :
""" Activate StatusCode checking [ApplicationMgr] """,
136 'PluginDebugLevel' :
""" Debug level for the plugin system [ApplicationMgr] """,
137 'CreateSvc' :
""" List of extra services to be created [ApplicationMgr] """,
138 'AuditTools' :
""" [ApplicationMgr] """,
139 'AuditServices' :
""" [ApplicationMgr] """,
140 'AuditAlgorithms' :
""" [ApplicationMgr] """,
141 'Environment' :
""" Environment variables to set [ApplicationMgr] """,
142 'InitializationLoopCheck' :
""" For ServiceMgr initialization loop checking [ApplicationMgr] """,
143 'StopOnSignal' :
""" Flag to enable/disable the signal handler that schedule a stop of the event loop [ApplicationMgr] """,
144 'StalledEventMonitoring' :
""" Flag to enable/disable the monitoring and reporting of stalled events [ApplicationMgr] """,
145 'PropertiesPrint' :
""" Flag to activate the printout of properties [ApplicationMgr] """,
146 'ReturnCode' :
""" Return code of the application. Set internally in case of error conditions. [ApplicationMgr] """,
147 'AlgTypeAliases' :
""" Aliases of algorithm types, to replace an algorithm type for every instance [unknown owner type] """,
149 def __init__(self, name = Configurable.DefaultName, **kwargs):
150 super(ApplicationMgr, self).
__init__(name)
151 for n,v
in kwargs.items():
154 return 'GaudiCoreSvc' 156 return 'ApplicationMgr' 164 'MonitorService' :
'MonitorSvc',
165 'AuditTools' :
False,
166 'AuditInitialize' :
False,
167 'AuditStart' :
False,
169 'AuditFinalize' :
False,
170 'AuditReinitialize' :
False,
171 'AuditRestart' :
False,
176 'ExtraInputs' :
""" [DataHandleHolderBase<PropertyHolder<CommonMessaging<implements<IAlgTool,IDataHandleHolder,IProperty,IStateful> > > >] """,
177 'ExtraOutputs' :
""" [DataHandleHolderBase<PropertyHolder<CommonMessaging<implements<IAlgTool,IDataHandleHolder,IProperty,IStateful> > > >] """,
178 'OutputLevel' :
""" output level [AlgTool] """,
179 'MonitorService' :
""" name to use for Monitor Service [AlgTool] """,
180 'AuditTools' :
""" [[deprecated]] unused [AlgTool] """,
181 'AuditInitialize' :
""" trigger auditor on initialize() [AlgTool] """,
182 'AuditStart' :
""" trigger auditor on start() [AlgTool] """,
183 'AuditStop' :
""" trigger auditor on stop() [AlgTool] """,
184 'AuditFinalize' :
""" trigger auditor on finalize() [AlgTool] """,
185 'AuditReinitialize' :
""" trigger auditor on reinitialize() [AlgTool] """,
186 'AuditRestart' :
""" trigger auditor on restart() [AlgTool] """,
187 'Nodes' :
""" map of the type of nodes to be associated to paths (path -> data_type). [DODBasicMapper] """,
188 'Algorithms' :
""" map of algorithms to be used to produce entries (path -> alg_name). [DODBasicMapper] """,
190 def __init__(self, name = Configurable.DefaultName, **kwargs):
191 super(DODBasicMapper, self).
__init__(name)
192 for n,v
in kwargs.items():
195 return 'GaudiCoreSvc' 197 return 'DODBasicMapper' 203 'AuditServices' :
False,
204 'AuditInitialize' :
False,
205 'AuditStart' :
False,
207 'AuditFinalize' :
False,
208 'AuditReinitialize' :
False,
209 'AuditRestart' :
False,
210 'IncidentName' :
'DataFault',
211 'DataSvc' :
'EventDataSvc',
212 'UsePreceedingPath' :
True,
214 'PreInitialize' :
False,
215 'AllowPreInitializeFailure' :
False,
220 'Prefix' :
'/Event/',
221 'NodeMappingTools' : [ ],
222 'AlgMappingTools' : [ ],
225 'OutputLevel' :
""" output level [Service] """,
226 'AuditServices' :
""" [[deprecated]] unused [Service] """,
227 'AuditInitialize' :
""" trigger auditor on initialize() [Service] """,
228 'AuditStart' :
""" trigger auditor on start() [Service] """,
229 'AuditStop' :
""" trigger auditor on stop() [Service] """,
230 'AuditFinalize' :
""" trigger auditor on finalize() [Service] """,
231 'AuditReinitialize' :
""" trigger auditor on reinitialize() [Service] """,
232 'AuditRestart' :
""" trigger auditor on restart() [Service] """,
233 'IncidentName' :
""" the type of handled Incident [DataOnDemandSvc] """,
234 'DataSvc' :
""" DataSvc name [DataOnDemandSvc] """,
235 'UsePreceedingPath' :
""" allow creation of partial leaves [DataOnDemandSvc] """,
236 'Dump' :
""" dump configuration and stastics, if set to True after initialize it triggers a dump immediately [DataOnDemandSvc] """,
237 'PreInitialize' :
""" (pre)initialize all algorithms [DataOnDemandSvc] """,
238 'AllowPreInitializeFailure' :
""" allow (pre)initialization of algorithms to fail without stopping the application [DataOnDemandSvc] """,
239 'Algorithms' :
""" [[deprecated]] use AlgMap [DataOnDemandSvc] """,
240 'Nodes' :
""" [[deprecated]] use NodeMap [DataOnDemandSvc] """,
241 'AlgMap' :
""" mapping {'data': 'algorithm'} [DataOnDemandSvc] """,
242 'NodeMap' :
""" mapping {'data': 'type'} [DataOnDemandSvc] """,
243 'Prefix' :
""" [DataOnDemandSvc] """,
244 'NodeMappingTools' :
""" list of tools of type IDODNodeMapper [DataOnDemandSvc] """,
245 'AlgMappingTools' :
""" list of tools of type IDODAlgMapper [DataOnDemandSvc] """,
247 def __init__(self, name = Configurable.DefaultName, **kwargs):
248 super(DataOnDemandSvc, self).
__init__(name)
249 for n,v
in kwargs.items():
252 return 'GaudiCoreSvc' 254 return 'DataOnDemandSvc' 262 'MonitorService' :
'MonitorSvc',
263 'AuditTools' :
False,
264 'AuditInitialize' :
False,
265 'AuditStart' :
False,
267 'AuditFinalize' :
False,
268 'AuditReinitialize' :
False,
269 'AuditRestart' :
False,
272 'ExtraInputs' :
""" [DataHandleHolderBase<PropertyHolder<CommonMessaging<implements<IAlgTool,IDataHandleHolder,IProperty,IStateful> > > >] """,
273 'ExtraOutputs' :
""" [DataHandleHolderBase<PropertyHolder<CommonMessaging<implements<IAlgTool,IDataHandleHolder,IProperty,IStateful> > > >] """,
274 'OutputLevel' :
""" output level [AlgTool] """,
275 'MonitorService' :
""" name to use for Monitor Service [AlgTool] """,
276 'AuditTools' :
""" [[deprecated]] unused [AlgTool] """,
277 'AuditInitialize' :
""" trigger auditor on initialize() [AlgTool] """,
278 'AuditStart' :
""" trigger auditor on start() [AlgTool] """,
279 'AuditStop' :
""" trigger auditor on stop() [AlgTool] """,
280 'AuditFinalize' :
""" trigger auditor on finalize() [AlgTool] """,
281 'AuditReinitialize' :
""" trigger auditor on reinitialize() [AlgTool] """,
282 'AuditRestart' :
""" trigger auditor on restart() [AlgTool] """,
284 def __init__(self, name = Configurable.DefaultName, **kwargs):
285 super(DataStreamTool, self).
__init__(name)
286 for n,v
in kwargs.items():
289 return 'GaudiCoreSvc' 291 return 'DataStreamTool' 297 'AuditServices' :
False,
298 'AuditInitialize' :
False,
299 'AuditStart' :
False,
301 'AuditFinalize' :
False,
302 'AuditReinitialize' :
False,
303 'AuditRestart' :
False,
304 'CnvService' :
'EvtTupleSvc',
305 'Authentication' :
'',
306 'Container' :
'B2PiPi',
312 'Function' :
'NTuple::Selector',
315 'OutputLevel' :
""" output level [Service] """,
316 'AuditServices' :
""" [[deprecated]] unused [Service] """,
317 'AuditInitialize' :
""" trigger auditor on initialize() [Service] """,
318 'AuditStart' :
""" trigger auditor on start() [Service] """,
319 'AuditStop' :
""" trigger auditor on stop() [Service] """,
320 'AuditFinalize' :
""" trigger auditor on finalize() [Service] """,
321 'AuditReinitialize' :
""" trigger auditor on reinitialize() [Service] """,
322 'AuditRestart' :
""" trigger auditor on restart() [Service] """,
323 'CnvService' :
""" name of the event collection service [EventCollectionSelector] """,
324 'Authentication' :
""" authentication string (if needed) [EventCollectionSelector] """,
325 'Container' :
""" container name [EventCollectionSelector] """,
326 'Item' :
""" item name [EventCollectionSelector] """,
327 'Criteria' :
""" criteria [EventCollectionSelector] """,
328 'DB' :
""" datafile name [EventCollectionSelector] """,
329 'DbType' :
""" database type identifier [EventCollectionSelector] """,
330 'DbService' :
""" database service (exclusive property with db type) [EventCollectionSelector] """,
331 'Function' :
""" selector name [EventCollectionSelector] """,
333 def __init__(self, name = Configurable.DefaultName, **kwargs):
334 super(EventCollectionSelector, self).
__init__(name)
335 for n,v
in kwargs.items():
338 return 'GaudiCoreSvc' 340 return 'EventCollectionSelector' 346 'AuditServices' :
False,
347 'AuditInitialize' :
False,
348 'AuditStart' :
False,
350 'AuditFinalize' :
False,
351 'AuditReinitialize' :
False,
352 'AuditRestart' :
False,
355 'OutStreamType' :
'OutputStream',
356 'PrintControlFlowExpression' :
False,
357 'HistogramPersistency' :
'',
362 'OutputLevel' :
""" output level [Service] """,
363 'AuditServices' :
""" [[deprecated]] unused [Service] """,
364 'AuditInitialize' :
""" trigger auditor on initialize() [Service] """,
365 'AuditStart' :
""" trigger auditor on start() [Service] """,
366 'AuditStop' :
""" trigger auditor on stop() [Service] """,
367 'AuditFinalize' :
""" trigger auditor on finalize() [Service] """,
368 'AuditReinitialize' :
""" trigger auditor on reinitialize() [Service] """,
369 'AuditRestart' :
""" trigger auditor on restart() [Service] """,
370 'TopAlg' :
""" list of top level algorithms names [MinimalEventLoopMgr] """,
371 'OutStream' :
""" list of output stream names [MinimalEventLoopMgr] """,
372 'OutStreamType' :
""" [[deprecated]] default type for OutputStream instances [MinimalEventLoopMgr] """,
373 'PrintControlFlowExpression' :
""" Print the control flow expression representing the content of TopAlg [MinimalEventLoopMgr] """,
374 'HistogramPersistency' :
""" name of the Hist Pers type [EventLoopMgr] """,
375 'EvtSel' :
""" event selector [EventLoopMgr] """,
376 'Warnings' :
""" set to false to suppress warning messages [EventLoopMgr] """,
378 def __init__(self, name = Configurable.DefaultName, **kwargs):
379 super(EventLoopMgr, self).
__init__(name)
380 for n,v
in kwargs.items():
383 return 'GaudiCoreSvc' 385 return 'EventLoopMgr' 391 'AuditServices' :
False,
392 'AuditInitialize' :
False,
393 'AuditStart' :
False,
395 'AuditFinalize' :
False,
396 'AuditReinitialize' :
False,
397 'AuditRestart' :
False,
400 'EvtMax' : 2147483647,
402 'StreamManager' :
'DataStreamTool',
405 'OutputLevel' :
""" output level [Service] """,
406 'AuditServices' :
""" [[deprecated]] unused [Service] """,
407 'AuditInitialize' :
""" trigger auditor on initialize() [Service] """,
408 'AuditStart' :
""" trigger auditor on start() [Service] """,
409 'AuditStop' :
""" trigger auditor on stop() [Service] """,
410 'AuditFinalize' :
""" trigger auditor on finalize() [Service] """,
411 'AuditReinitialize' :
""" trigger auditor on reinitialize() [Service] """,
412 'AuditRestart' :
""" trigger auditor on restart() [Service] """,
413 'Input' :
""" input stream specifiers (for job options) [EventSelector] """,
414 'FirstEvent' :
""" first event to be processed [EventSelector] """,
415 'EvtMax' :
""" maximum number of events to be processed [EventSelector] """,
416 'PrintFreq' :
""" printout frequency [EventSelector] """,
417 'StreamManager' :
""" [EventSelector] """,
419 def __init__(self, name = Configurable.DefaultName, **kwargs):
420 super(EventSelector, self).
__init__(name)
421 for n,v
in kwargs.items():
424 return 'GaudiCoreSvc' 426 return 'EventSelector' 436 'AuditAlgorithms' :
False,
437 'AuditInitialize' :
False,
438 'AuditReinitialize' :
False,
439 'AuditRestart' :
False,
440 'AuditExecute' :
False,
441 'AuditFinalize' :
False,
442 'AuditBeginRun' :
False,
443 'AuditEndRun' :
False,
444 'AuditStart' :
False,
447 'MonitorService' :
'MonitorSvc',
448 'RegisterForContextService' :
False,
450 'NeededResources' : [ ],
452 'FilterCircularDependencies' :
True,
455 'ExtraInputs' :
""" [DataHandleHolderBase<PropertyHolder<CommonMessaging<implements<IAlgorithm,IDataHandleHolder,IProperty,IStateful> > > >] """,
456 'ExtraOutputs' :
""" [DataHandleHolderBase<PropertyHolder<CommonMessaging<implements<IAlgorithm,IDataHandleHolder,IProperty,IStateful> > > >] """,
457 'OutputLevel' :
""" output level [Algorithm] """,
458 'Enable' :
""" should the algorithm be executed or not [Algorithm] """,
459 'ErrorMax' :
""" [[deprecated]] max number of errors [Algorithm] """,
460 'AuditAlgorithms' :
""" [[deprecated]] unused [Algorithm] """,
461 'AuditInitialize' :
""" trigger auditor on initialize() [Algorithm] """,
462 'AuditReinitialize' :
""" trigger auditor on reinitialize() [Algorithm] """,
463 'AuditRestart' :
""" trigger auditor on restart() [Algorithm] """,
464 'AuditExecute' :
""" trigger auditor on execute() [Algorithm] """,
465 'AuditFinalize' :
""" trigger auditor on finalize() [Algorithm] """,
466 'AuditBeginRun' :
""" trigger auditor on beginRun() [Algorithm] """,
467 'AuditEndRun' :
""" trigger auditor on endRun() [Algorithm] """,
468 'AuditStart' :
""" trigger auditor on start() [Algorithm] """,
469 'AuditStop' :
""" trigger auditor on stop() [Algorithm] """,
470 'Timeline' :
""" send events to TimelineSvc [Algorithm] """,
471 'MonitorService' :
""" name to use for Monitor Service [Algorithm] """,
472 'RegisterForContextService' :
""" flag to enforce the registration for Algorithm Context Service [Algorithm] """,
473 'Cardinality' :
""" how many clones to create - 0 means algo is reentrant [Algorithm] """,
474 'NeededResources' :
""" named resources needed during event looping [Algorithm] """,
475 'IsIOBound' :
""" if the algorithm is I/O-bound (in the broad sense of Von Neumann bottleneck) [Algorithm] """,
476 'FilterCircularDependencies' :
""" filter out circular data dependencies [Algorithm] """,
478 def __init__(self, name = Configurable.DefaultName, **kwargs):
479 super(IncidentProcAlg, self).
__init__(name)
480 for n,v
in kwargs.items():
483 return 'GaudiCoreSvc' 485 return 'IncidentProcAlg' 491 'AuditServices' :
False,
492 'AuditInitialize' :
False,
493 'AuditStart' :
False,
495 'AuditFinalize' :
False,
496 'AuditReinitialize' :
False,
497 'AuditRestart' :
False,
500 'OutputLevel' :
""" output level [Service] """,
501 'AuditServices' :
""" [[deprecated]] unused [Service] """,
502 'AuditInitialize' :
""" trigger auditor on initialize() [Service] """,
503 'AuditStart' :
""" trigger auditor on start() [Service] """,
504 'AuditStop' :
""" trigger auditor on stop() [Service] """,
505 'AuditFinalize' :
""" trigger auditor on finalize() [Service] """,
506 'AuditReinitialize' :
""" trigger auditor on reinitialize() [Service] """,
507 'AuditRestart' :
""" trigger auditor on restart() [Service] """,
509 def __init__(self, name = Configurable.DefaultName, **kwargs):
510 super(IncidentSvc, self).
__init__(name)
511 for n,v
in kwargs.items():
514 return 'GaudiCoreSvc' 522 'AuditServices' :
False,
523 'AuditInitialize' :
False,
524 'AuditStart' :
False,
526 'AuditFinalize' :
False,
527 'AuditReinitialize' :
False,
528 'AuditRestart' :
False,
529 'Format' :
'% F%18W%S%7W%R%T %0W%M',
530 'timeFormat' :
'%Y-%m-%d %H:%M:%S,%f',
541 'verboseColorCode' : [ ],
542 'debugColorCode' : [ ],
543 'infoColorCode' : [ ],
544 'warningColorCode' : [
'yellow' ],
545 'errorColorCode' : [
'white' ,
'red' ],
546 'fatalColorCode' : [
'blue' ,
'red' ],
547 'alwaysColorCode' : [ ],
548 'defaultLimit' : 500,
549 'verboseLimit' : 500,
552 'warningLimit' : 500,
556 'enableSuppression' :
False,
557 'countInactive' :
False,
558 'tracedInactiveSources' : [ ],
559 'loggedStreams' : { },
562 'OutputLevel' :
""" output level [Service] """,
563 'AuditServices' :
""" [[deprecated]] unused [Service] """,
564 'AuditInitialize' :
""" trigger auditor on initialize() [Service] """,
565 'AuditStart' :
""" trigger auditor on start() [Service] """,
566 'AuditStop' :
""" trigger auditor on stop() [Service] """,
567 'AuditFinalize' :
""" trigger auditor on finalize() [Service] """,
568 'AuditReinitialize' :
""" trigger auditor on reinitialize() [Service] """,
569 'AuditRestart' :
""" trigger auditor on restart() [Service] """,
570 'Format' :
""" [MessageSvc] """,
571 'timeFormat' :
""" [MessageSvc] """,
572 'showStats' :
""" [MessageSvc] """,
573 'statLevel' :
""" [MessageSvc] """,
574 'setVerbose' :
""" [MessageSvc] """,
575 'setDebug' :
""" [MessageSvc] """,
576 'setInfo' :
""" [MessageSvc] """,
577 'setWarning' :
""" [MessageSvc] """,
578 'setError' :
""" [MessageSvc] """,
579 'setFatal' :
""" [MessageSvc] """,
580 'setAlways' :
""" [MessageSvc] """,
581 'useColors' :
""" [MessageSvc] """,
582 'verboseColorCode' :
""" [MessageSvc] """,
583 'debugColorCode' :
""" [MessageSvc] """,
584 'infoColorCode' :
""" [MessageSvc] """,
585 'warningColorCode' :
""" [MessageSvc] """,
586 'errorColorCode' :
""" [MessageSvc] """,
587 'fatalColorCode' :
""" [MessageSvc] """,
588 'alwaysColorCode' :
""" [MessageSvc] """,
589 'defaultLimit' :
""" [MessageSvc] """,
590 'verboseLimit' :
""" [MessageSvc] """,
591 'debugLimit' :
""" [MessageSvc] """,
592 'infoLimit' :
""" [MessageSvc] """,
593 'warningLimit' :
""" [MessageSvc] """,
594 'errorLimit' :
""" [MessageSvc] """,
595 'fatalLimit' :
""" [MessageSvc] """,
596 'alwaysLimit' :
""" [MessageSvc] """,
597 'enableSuppression' :
""" [MessageSvc] """,
598 'countInactive' :
""" [MessageSvc] """,
599 'tracedInactiveSources' :
""" for each message source specified, print a stack trace for the unprotected and unseen messages [MessageSvc] """,
600 'loggedStreams' :
""" MessageStream sources we want to dump into a logfile [MessageSvc] """,
602 def __init__(self, name = Configurable.DefaultName, **kwargs):
603 super(InertMessageSvc, self).
__init__(name)
604 for n,v
in kwargs.items():
607 return 'GaudiCoreSvc' 609 return 'InertMessageSvc' 615 'AuditServices' :
False,
616 'AuditInitialize' :
False,
617 'AuditStart' :
False,
619 'AuditFinalize' :
False,
620 'AuditReinitialize' :
False,
621 'AuditRestart' :
False,
624 'SEARCHPATH' :
'/builds/gaudi/Gaudi/GaudiExamples/tests/qmtest:/builds/gaudi/Gaudi/GaudiExamples/options',
630 'OutputLevel' :
""" output level [Service] """,
631 'AuditServices' :
""" [[deprecated]] unused [Service] """,
632 'AuditInitialize' :
""" trigger auditor on initialize() [Service] """,
633 'AuditStart' :
""" trigger auditor on start() [Service] """,
634 'AuditStop' :
""" trigger auditor on stop() [Service] """,
635 'AuditFinalize' :
""" trigger auditor on finalize() [Service] """,
636 'AuditReinitialize' :
""" trigger auditor on reinitialize() [Service] """,
637 'AuditRestart' :
""" trigger auditor on restart() [Service] """,
638 'TYPE' :
""" [JobOptionsSvc] """,
639 'PATH' :
""" [JobOptionsSvc] """,
640 'SEARCHPATH' :
""" [JobOptionsSvc] """,
641 'DUMPFILE' :
""" [JobOptionsSvc] """,
642 'PYTHONACTION' :
""" [JobOptionsSvc] """,
643 'PYTHONPARAMS' :
""" [JobOptionsSvc] """,
645 def __init__(self, name = Configurable.DefaultName, **kwargs):
646 super(JobOptionsSvc, self).
__init__(name)
647 for n,v
in kwargs.items():
650 return 'GaudiCoreSvc' 652 return 'JobOptionsSvc' 658 'AuditServices' :
False,
659 'AuditInitialize' :
False,
660 'AuditStart' :
False,
662 'AuditFinalize' :
False,
663 'AuditReinitialize' :
False,
664 'AuditRestart' :
False,
665 'Format' :
'% F%18W%S%7W%R%T %0W%M',
666 'timeFormat' :
'%Y-%m-%d %H:%M:%S,%f',
677 'verboseColorCode' : [ ],
678 'debugColorCode' : [ ],
679 'infoColorCode' : [ ],
680 'warningColorCode' : [
'yellow' ],
681 'errorColorCode' : [
'white' ,
'red' ],
682 'fatalColorCode' : [
'blue' ,
'red' ],
683 'alwaysColorCode' : [ ],
684 'defaultLimit' : 500,
685 'verboseLimit' : 500,
688 'warningLimit' : 500,
692 'enableSuppression' :
False,
693 'countInactive' :
False,
694 'tracedInactiveSources' : [ ],
695 'loggedStreams' : { },
698 'OutputLevel' :
""" output level [Service] """,
699 'AuditServices' :
""" [[deprecated]] unused [Service] """,
700 'AuditInitialize' :
""" trigger auditor on initialize() [Service] """,
701 'AuditStart' :
""" trigger auditor on start() [Service] """,
702 'AuditStop' :
""" trigger auditor on stop() [Service] """,
703 'AuditFinalize' :
""" trigger auditor on finalize() [Service] """,
704 'AuditReinitialize' :
""" trigger auditor on reinitialize() [Service] """,
705 'AuditRestart' :
""" trigger auditor on restart() [Service] """,
706 'Format' :
""" [MessageSvc] """,
707 'timeFormat' :
""" [MessageSvc] """,
708 'showStats' :
""" [MessageSvc] """,
709 'statLevel' :
""" [MessageSvc] """,
710 'setVerbose' :
""" [MessageSvc] """,
711 'setDebug' :
""" [MessageSvc] """,
712 'setInfo' :
""" [MessageSvc] """,
713 'setWarning' :
""" [MessageSvc] """,
714 'setError' :
""" [MessageSvc] """,
715 'setFatal' :
""" [MessageSvc] """,
716 'setAlways' :
""" [MessageSvc] """,
717 'useColors' :
""" [MessageSvc] """,
718 'verboseColorCode' :
""" [MessageSvc] """,
719 'debugColorCode' :
""" [MessageSvc] """,
720 'infoColorCode' :
""" [MessageSvc] """,
721 'warningColorCode' :
""" [MessageSvc] """,
722 'errorColorCode' :
""" [MessageSvc] """,
723 'fatalColorCode' :
""" [MessageSvc] """,
724 'alwaysColorCode' :
""" [MessageSvc] """,
725 'defaultLimit' :
""" [MessageSvc] """,
726 'verboseLimit' :
""" [MessageSvc] """,
727 'debugLimit' :
""" [MessageSvc] """,
728 'infoLimit' :
""" [MessageSvc] """,
729 'warningLimit' :
""" [MessageSvc] """,
730 'errorLimit' :
""" [MessageSvc] """,
731 'fatalLimit' :
""" [MessageSvc] """,
732 'alwaysLimit' :
""" [MessageSvc] """,
733 'enableSuppression' :
""" [MessageSvc] """,
734 'countInactive' :
""" [MessageSvc] """,
735 'tracedInactiveSources' :
""" for each message source specified, print a stack trace for the unprotected and unseen messages [MessageSvc] """,
736 'loggedStreams' :
""" MessageStream sources we want to dump into a logfile [MessageSvc] """,
738 def __init__(self, name = Configurable.DefaultName, **kwargs):
739 super(MessageSvc, self).
__init__(name)
740 for n,v
in kwargs.items():
743 return 'GaudiCoreSvc' 751 'AuditServices' :
False,
752 'AuditInitialize' :
False,
753 'AuditStart' :
False,
755 'AuditFinalize' :
False,
756 'AuditReinitialize' :
False,
757 'AuditRestart' :
False,
760 'OutStreamType' :
'OutputStream',
761 'PrintControlFlowExpression' :
False,
764 'OutputLevel' :
""" output level [Service] """,
765 'AuditServices' :
""" [[deprecated]] unused [Service] """,
766 'AuditInitialize' :
""" trigger auditor on initialize() [Service] """,
767 'AuditStart' :
""" trigger auditor on start() [Service] """,
768 'AuditStop' :
""" trigger auditor on stop() [Service] """,
769 'AuditFinalize' :
""" trigger auditor on finalize() [Service] """,
770 'AuditReinitialize' :
""" trigger auditor on reinitialize() [Service] """,
771 'AuditRestart' :
""" trigger auditor on restart() [Service] """,
772 'TopAlg' :
""" list of top level algorithms names [MinimalEventLoopMgr] """,
773 'OutStream' :
""" list of output stream names [MinimalEventLoopMgr] """,
774 'OutStreamType' :
""" [[deprecated]] default type for OutputStream instances [MinimalEventLoopMgr] """,
775 'PrintControlFlowExpression' :
""" Print the control flow expression representing the content of TopAlg [MinimalEventLoopMgr] """,
777 def __init__(self, name = Configurable.DefaultName, **kwargs):
778 super(MinimalEventLoopMgr, self).
__init__(name)
779 for n,v
in kwargs.items():
782 return 'GaudiCoreSvc' 784 return 'MinimalEventLoopMgr' 790 'AuditServices' :
False,
791 'AuditInitialize' :
False,
792 'AuditStart' :
False,
794 'AuditFinalize' :
False,
795 'AuditReinitialize' :
False,
796 'AuditRestart' :
False,
797 'Format' :
'% F%18W%S%7W%R%T %0W%M',
798 'timeFormat' :
'%Y-%m-%d %H:%M:%S,%f',
809 'verboseColorCode' : [ ],
810 'debugColorCode' : [ ],
811 'infoColorCode' : [ ],
812 'warningColorCode' : [
'yellow' ],
813 'errorColorCode' : [
'white' ,
'red' ],
814 'fatalColorCode' : [
'blue' ,
'red' ],
815 'alwaysColorCode' : [ ],
816 'defaultLimit' : 500,
817 'verboseLimit' : 500,
820 'warningLimit' : 500,
824 'enableSuppression' :
False,
825 'countInactive' :
False,
826 'tracedInactiveSources' : [ ],
827 'loggedStreams' : { },
830 'OutputLevel' :
""" output level [Service] """,
831 'AuditServices' :
""" [[deprecated]] unused [Service] """,
832 'AuditInitialize' :
""" trigger auditor on initialize() [Service] """,
833 'AuditStart' :
""" trigger auditor on start() [Service] """,
834 'AuditStop' :
""" trigger auditor on stop() [Service] """,
835 'AuditFinalize' :
""" trigger auditor on finalize() [Service] """,
836 'AuditReinitialize' :
""" trigger auditor on reinitialize() [Service] """,
837 'AuditRestart' :
""" trigger auditor on restart() [Service] """,
838 'Format' :
""" [MessageSvc] """,
839 'timeFormat' :
""" [MessageSvc] """,
840 'showStats' :
""" [MessageSvc] """,
841 'statLevel' :
""" [MessageSvc] """,
842 'setVerbose' :
""" [MessageSvc] """,
843 'setDebug' :
""" [MessageSvc] """,
844 'setInfo' :
""" [MessageSvc] """,
845 'setWarning' :
""" [MessageSvc] """,
846 'setError' :
""" [MessageSvc] """,
847 'setFatal' :
""" [MessageSvc] """,
848 'setAlways' :
""" [MessageSvc] """,
849 'useColors' :
""" [MessageSvc] """,
850 'verboseColorCode' :
""" [MessageSvc] """,
851 'debugColorCode' :
""" [MessageSvc] """,
852 'infoColorCode' :
""" [MessageSvc] """,
853 'warningColorCode' :
""" [MessageSvc] """,
854 'errorColorCode' :
""" [MessageSvc] """,
855 'fatalColorCode' :
""" [MessageSvc] """,
856 'alwaysColorCode' :
""" [MessageSvc] """,
857 'defaultLimit' :
""" [MessageSvc] """,
858 'verboseLimit' :
""" [MessageSvc] """,
859 'debugLimit' :
""" [MessageSvc] """,
860 'infoLimit' :
""" [MessageSvc] """,
861 'warningLimit' :
""" [MessageSvc] """,
862 'errorLimit' :
""" [MessageSvc] """,
863 'fatalLimit' :
""" [MessageSvc] """,
864 'alwaysLimit' :
""" [MessageSvc] """,
865 'enableSuppression' :
""" [MessageSvc] """,
866 'countInactive' :
""" [MessageSvc] """,
867 'tracedInactiveSources' :
""" for each message source specified, print a stack trace for the unprotected and unseen messages [MessageSvc] """,
868 'loggedStreams' :
""" MessageStream sources we want to dump into a logfile [MessageSvc] """,
870 def __init__(self, name = Configurable.DefaultName, **kwargs):
871 super(TBBMessageSvc, self).
__init__(name)
872 for n,v
in kwargs.items():
875 return 'GaudiCoreSvc' 877 return 'TBBMessageSvc' 883 'AuditServices' :
False,
884 'AuditInitialize' :
False,
885 'AuditStart' :
False,
887 'AuditFinalize' :
False,
888 'AuditReinitialize' :
False,
889 'AuditRestart' :
False,
892 'OutputLevel' :
""" output level [Service] """,
893 'AuditServices' :
""" [[deprecated]] unused [Service] """,
894 'AuditInitialize' :
""" trigger auditor on initialize() [Service] """,
895 'AuditStart' :
""" trigger auditor on start() [Service] """,
896 'AuditStop' :
""" trigger auditor on stop() [Service] """,
897 'AuditFinalize' :
""" trigger auditor on finalize() [Service] """,
898 'AuditReinitialize' :
""" trigger auditor on reinitialize() [Service] """,
899 'AuditRestart' :
""" trigger auditor on restart() [Service] """,
901 def __init__(self, name = Configurable.DefaultName, **kwargs):
903 for n,v
in kwargs.items():
906 return 'GaudiCoreSvc'
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)
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)
def __init__(self, name=Configurable.DefaultName, kwargs)
def __init__(self, name=Configurable.DefaultName, kwargs)
def __init__(self, name=Configurable.DefaultName, kwargs)