7 'AuditServices' :
False,
8 'AuditInitialize' :
False,
11 'AuditFinalize' :
False,
12 'AuditReinitialize' :
False,
13 'AuditRestart' :
False,
16 'AuditRestart' :
""" trigger auditor on restart() [Service] """,
17 'AuditReinitialize' :
""" trigger auditor on reinitialize() [Service] """,
18 'AuditFinalize' :
""" trigger auditor on finalize() [Service] """,
19 'AuditStop' :
""" trigger auditor on stop() [Service] """,
20 'OutputLevel' :
""" output level [Service] """,
21 'AuditInitialize' :
""" trigger auditor on initialize() [Service] """,
22 'AuditServices' :
""" [[deprecated]] unused [Service] """,
23 'AuditStart' :
""" trigger auditor on start() [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 'EvtMax' :
""" number of events to be processed [AppMgrRunable] """,
49 'AuditRestart' :
""" trigger auditor on restart() [Service] """,
50 'AuditReinitialize' :
""" trigger auditor on reinitialize() [Service] """,
51 'AuditFinalize' :
""" trigger auditor on finalize() [Service] """,
52 'AuditStop' :
""" trigger auditor on stop() [Service] """,
53 'OutputLevel' :
""" output level [Service] """,
54 'AuditInitialize' :
""" trigger auditor on initialize() [Service] """,
55 'AuditServices' :
""" [[deprecated]] unused [Service] """,
56 'AuditStart' :
""" trigger auditor on start() [Service] """,
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,
82 'MultiThreadExtSvc' : [ ],
85 'JobOptionsType' :
'FILE',
86 'JobOptionsPath' :
'',
87 'JobOptionsPostAction' :
'',
88 'JobOptionsPreAction' :
'',
89 'Runable' :
'AppMgrRunable',
90 'EventLoop' :
'EventLoopMgr',
92 'HistogramPersistency' :
'NONE',
94 'AppName' :
'ApplicationMgr',
96 'ActivateHistory' :
False,
97 'StatusCodeCheck' :
False,
98 'PluginDebugLevel' : 0,
100 'AuditTools' :
False,
101 'AuditServices' :
False,
102 'AuditAlgorithms' :
False,
104 'InitializationLoopCheck' :
True,
105 'StopOnSignal' :
False,
106 'StalledEventMonitoring' :
False,
107 'PropertiesPrint' :
False,
109 'AlgTypeAliases' : { },
112 'ReturnCode' :
""" Return code of the application. Set internally in case of error conditions. [ApplicationMgr] """,
113 'StopOnSignal' :
""" Flag to enable/disable the signal handler that schedule a stop of the event loop [ApplicationMgr] """,
114 'AuditServices' :
""" [ApplicationMgr] """,
115 'AuditAlgorithms' :
""" [ApplicationMgr] """,
116 'AuditTools' :
""" [ApplicationMgr] """,
117 'CreateSvc' :
""" List of extra services to be created [ApplicationMgr] """,
118 'PluginDebugLevel' :
""" Debug level for the plugin system [ApplicationMgr] """,
119 'StatusCodeCheck' :
""" Activate StatusCode checking [ApplicationMgr] """,
120 'ActivateHistory' :
""" Activate HistorySvc [ApplicationMgr] """,
121 'AppName' :
""" The name of the application [ApplicationMgr] """,
122 'HistogramPersistency' :
""" Name of the Hist Pers Svc [ApplicationMgr] """,
123 'EvtMax' :
""" Number of events to be processed (-1 means all events) [ApplicationMgr] """,
124 'ExtSvc' :
""" List of external services names [ApplicationMgr] """,
125 'JobOptionsSvcType' :
""" JobOptionsSvc type [ApplicationMgr] """,
126 'JobOptionsPath' :
""" The "file" to look for properties [ApplicationMgr] """,
127 'EventLoop' :
""" Processing manager type [ApplicationMgr] """,
128 'OutStreamType' :
""" [[deprecated]] Output stream type [ApplicationMgr] """,
129 'OutStream' :
""" List of output stream names [ApplicationMgr] """,
130 'MultiThreadExtSvc' :
""" [ApplicationMgr] """,
131 'AppVersion' :
""" The version of the application [ApplicationMgr] """,
132 'SvcOptMapping' :
""" Default mapping of optional services [ApplicationMgr] """,
133 'JobOptionsType' :
""" Source type (e.g. dbase, file...) [ApplicationMgr] """,
134 'AlgTypeAliases' :
""" Aliases of algorithm types, to replace an algorithm type for every instance [unknown owner type] """,
135 'MessageSvcType' :
""" MessageSvc type [ApplicationMgr] """,
136 'PropertiesPrint' :
""" Flag to activate the printout of properties [ApplicationMgr] """,
137 'SvcMapping' :
""" Default mapping of services [ApplicationMgr] """,
138 'EvtSel' :
""" Event selection [ApplicationMgr] """,
139 'InitializationLoopCheck' :
""" For ServiceMgr initialization loop checking [ApplicationMgr] """,
140 'Go' :
""" For SI's "Go" command via callback [ApplicationMgr] """,
141 'Exit' :
""" For SI's "Exit" command via callback [ApplicationMgr] """,
142 'TopAlg' :
""" List of top level algorithms names [ApplicationMgr] """,
143 'OutputLevel' :
""" Message output level [ApplicationMgr] """,
144 'ExtSvcCreates' :
""" LHCb (default) or ATLAS definition of "ExtSvc" [ApplicationMgr] """,
145 'NoOfThreads' :
""" MultiThreadSvc copies [ApplicationMgr] """,
146 'Dlls' :
""" List of DDL's names [ApplicationMgr] """,
147 'Environment' :
""" Environment variables to set [ApplicationMgr] """,
148 'JobOptionsPostAction' :
""" additional command to run on config [ApplicationMgr] """,
149 'JobOptionsPreAction' :
""" additional command to run on config [ApplicationMgr] """,
150 'StalledEventMonitoring' :
""" Flag to enable/disable the monitoring and reporting of stalled events [ApplicationMgr] """,
151 'Runable' :
""" Runable type [ApplicationMgr] """,
153 def __init__(self, name = Configurable.DefaultName, **kwargs):
154 super(ApplicationMgr, self).
__init__(name)
155 for n,v
in kwargs.items():
158 return 'GaudiCoreSvc' 160 return 'ApplicationMgr' 168 'MonitorService' :
'MonitorSvc',
169 'AuditTools' :
False,
170 'AuditInitialize' :
False,
171 'AuditStart' :
False,
173 'AuditFinalize' :
False,
174 'AuditReinitialize' :
False,
175 'AuditRestart' :
False,
180 'Algorithms' :
""" map of algorithms to be used to produce entries (path -> alg_name). [DODBasicMapper] """,
181 'Nodes' :
""" map of the type of nodes to be associated to paths (path -> data_type). [DODBasicMapper] """,
182 'AuditRestart' :
""" trigger auditor on restart() [AlgTool] """,
183 'MonitorService' :
""" name to use for Monitor Service [AlgTool] """,
184 'ExtraOutputs' :
""" [[deprecated]] [DataHandleHolderBase<PropertyHolder<CommonMessaging<implements<IAlgTool,IDataHandleHolder,IProperty,IStateful> > > >] """,
185 'AuditTools' :
""" [[deprecated]] unused [AlgTool] """,
186 'AuditInitialize' :
""" trigger auditor on initialize() [AlgTool] """,
187 'OutputLevel' :
""" output level [AlgTool] """,
188 'AuditStart' :
""" trigger auditor on start() [AlgTool] """,
189 'AuditStop' :
""" trigger auditor on stop() [AlgTool] """,
190 'AuditFinalize' :
""" trigger auditor on finalize() [AlgTool] """,
191 'ExtraInputs' :
""" [[deprecated]] [DataHandleHolderBase<PropertyHolder<CommonMessaging<implements<IAlgTool,IDataHandleHolder,IProperty,IStateful> > > >] """,
192 'AuditReinitialize' :
""" trigger auditor on reinitialize() [AlgTool] """,
194 def __init__(self, name = Configurable.DefaultName, **kwargs):
195 super(DODBasicMapper, self).
__init__(name)
196 for n,v
in kwargs.items():
199 return 'GaudiCoreSvc' 201 return 'DODBasicMapper' 207 'AuditServices' :
False,
208 'AuditInitialize' :
False,
209 'AuditStart' :
False,
211 'AuditFinalize' :
False,
212 'AuditReinitialize' :
False,
213 'AuditRestart' :
False,
214 'IncidentName' :
'DataFault',
215 'DataSvc' :
'EventDataSvc',
216 'UsePreceedingPath' :
True,
218 'PreInitialize' :
False,
219 'AllowPreInitializeFailure' :
False,
224 'Prefix' :
'/Event/',
225 'NodeMappingTools' : [ ],
226 'AlgMappingTools' : [ ],
229 'AlgMappingTools' :
""" list of tools of type IDODAlgMapper [DataOnDemandSvc] """,
230 'Prefix' :
""" [DataOnDemandSvc] """,
231 'AlgMap' :
""" mapping {'data': 'algorithm'} [DataOnDemandSvc] """,
232 'Algorithms' :
""" [[deprecated]] use AlgMap [DataOnDemandSvc] """,
233 'AllowPreInitializeFailure' :
""" allow (pre)initialization of algorithms to fail without stopping the application [DataOnDemandSvc] """,
234 'PreInitialize' :
""" (pre)initialize all algorithms [DataOnDemandSvc] """,
235 'Nodes' :
""" [[deprecated]] use NodeMap [DataOnDemandSvc] """,
236 'Dump' :
""" dump configuration and stastics, if set to True after initialize it triggers a dump immediately [DataOnDemandSvc] """,
237 'UsePreceedingPath' :
""" allow creation of partial leaves [DataOnDemandSvc] """,
238 'NodeMappingTools' :
""" list of tools of type IDODNodeMapper [DataOnDemandSvc] """,
239 'NodeMap' :
""" mapping {'data': 'type'} [DataOnDemandSvc] """,
240 'AuditServices' :
""" [[deprecated]] unused [Service] """,
241 'IncidentName' :
""" the type of handled Incident [DataOnDemandSvc] """,
242 'AuditInitialize' :
""" trigger auditor on initialize() [Service] """,
243 'AuditStart' :
""" trigger auditor on start() [Service] """,
244 'OutputLevel' :
""" output level [Service] """,
245 'AuditStop' :
""" trigger auditor on stop() [Service] """,
246 'AuditFinalize' :
""" trigger auditor on finalize() [Service] """,
247 'AuditReinitialize' :
""" trigger auditor on reinitialize() [Service] """,
248 'AuditRestart' :
""" trigger auditor on restart() [Service] """,
249 'DataSvc' :
""" DataSvc name [DataOnDemandSvc] """,
251 def __init__(self, name = Configurable.DefaultName, **kwargs):
252 super(DataOnDemandSvc, self).
__init__(name)
253 for n,v
in kwargs.items():
256 return 'GaudiCoreSvc' 258 return 'DataOnDemandSvc' 266 'MonitorService' :
'MonitorSvc',
267 'AuditTools' :
False,
268 'AuditInitialize' :
False,
269 'AuditStart' :
False,
271 'AuditFinalize' :
False,
272 'AuditReinitialize' :
False,
273 'AuditRestart' :
False,
276 'AuditRestart' :
""" trigger auditor on restart() [AlgTool] """,
277 'MonitorService' :
""" name to use for Monitor Service [AlgTool] """,
278 'ExtraOutputs' :
""" [[deprecated]] [DataHandleHolderBase<PropertyHolder<CommonMessaging<implements<IAlgTool,IDataHandleHolder,IProperty,IStateful> > > >] """,
279 'AuditTools' :
""" [[deprecated]] unused [AlgTool] """,
280 'AuditInitialize' :
""" trigger auditor on initialize() [AlgTool] """,
281 'OutputLevel' :
""" output level [AlgTool] """,
282 'AuditStart' :
""" trigger auditor on start() [AlgTool] """,
283 'AuditStop' :
""" trigger auditor on stop() [AlgTool] """,
284 'AuditFinalize' :
""" trigger auditor on finalize() [AlgTool] """,
285 'ExtraInputs' :
""" [[deprecated]] [DataHandleHolderBase<PropertyHolder<CommonMessaging<implements<IAlgTool,IDataHandleHolder,IProperty,IStateful> > > >] """,
286 'AuditReinitialize' :
""" trigger auditor on reinitialize() [AlgTool] """,
288 def __init__(self, name = Configurable.DefaultName, **kwargs):
289 super(DataStreamTool, self).
__init__(name)
290 for n,v
in kwargs.items():
293 return 'GaudiCoreSvc' 295 return 'DataStreamTool' 301 'AuditServices' :
False,
302 'AuditInitialize' :
False,
303 'AuditStart' :
False,
305 'AuditFinalize' :
False,
306 'AuditReinitialize' :
False,
307 'AuditRestart' :
False,
308 'CnvService' :
'EvtTupleSvc',
309 'Authentication' :
'',
310 'Container' :
'B2PiPi',
316 'Function' :
'NTuple::Selector',
319 'Function' :
""" selector name [EventCollectionSelector] """,
320 'DbService' :
""" database service (exclusive property with db type) [EventCollectionSelector] """,
321 'DB' :
""" datafile name [EventCollectionSelector] """,
322 'Criteria' :
""" criteria [EventCollectionSelector] """,
323 'Container' :
""" container name [EventCollectionSelector] """,
324 'AuditServices' :
""" [[deprecated]] unused [Service] """,
325 'AuditInitialize' :
""" trigger auditor on initialize() [Service] """,
326 'DbType' :
""" database type identifier [EventCollectionSelector] """,
327 'AuditStart' :
""" trigger auditor on start() [Service] """,
328 'OutputLevel' :
""" output level [Service] """,
329 'AuditStop' :
""" trigger auditor on stop() [Service] """,
330 'CnvService' :
""" name of the event collection service [EventCollectionSelector] """,
331 'AuditFinalize' :
""" trigger auditor on finalize() [Service] """,
332 'AuditReinitialize' :
""" trigger auditor on reinitialize() [Service] """,
333 'AuditRestart' :
""" trigger auditor on restart() [Service] """,
334 'Item' :
""" item name [EventCollectionSelector] """,
335 'Authentication' :
""" authentication string (if needed) [EventCollectionSelector] """,
337 def __init__(self, name = Configurable.DefaultName, **kwargs):
338 super(EventCollectionSelector, self).
__init__(name)
339 for n,v
in kwargs.items():
342 return 'GaudiCoreSvc' 344 return 'EventCollectionSelector' 350 'AuditServices' :
False,
351 'AuditInitialize' :
False,
352 'AuditStart' :
False,
354 'AuditFinalize' :
False,
355 'AuditReinitialize' :
False,
356 'AuditRestart' :
False,
359 'OutStreamType' :
'OutputStream',
360 'PrintControlFlowExpression' :
False,
361 'HistogramPersistency' :
'',
366 'EvtSel' :
""" event selector [EventLoopMgr] """,
367 'HistogramPersistency' :
""" name of the Hist Pers type [EventLoopMgr] """,
368 'AuditServices' :
""" [[deprecated]] unused [Service] """,
369 'AuditInitialize' :
""" trigger auditor on initialize() [Service] """,
370 'AuditStart' :
""" trigger auditor on start() [Service] """,
371 'OutputLevel' :
""" output level [Service] """,
372 'AuditStop' :
""" trigger auditor on stop() [Service] """,
373 'Warnings' :
""" set to false to suppress warning messages [EventLoopMgr] """,
374 'AuditFinalize' :
""" trigger auditor on finalize() [Service] """,
375 'AuditReinitialize' :
""" trigger auditor on reinitialize() [Service] """,
376 'TopAlg' :
""" list of top level algorithms names [MinimalEventLoopMgr] """,
377 'PrintControlFlowExpression' :
""" Print the control flow expression representing the content of TopAlg [MinimalEventLoopMgr] """,
378 'AuditRestart' :
""" trigger auditor on restart() [Service] """,
379 'OutStreamType' :
""" [[deprecated]] default type for OutputStream instances [MinimalEventLoopMgr] """,
380 'OutStream' :
""" list of output stream names [MinimalEventLoopMgr] """,
382 def __init__(self, name = Configurable.DefaultName, **kwargs):
383 super(EventLoopMgr, self).
__init__(name)
384 for n,v
in kwargs.items():
387 return 'GaudiCoreSvc' 389 return 'EventLoopMgr' 395 'AuditServices' :
False,
396 'AuditInitialize' :
False,
397 'AuditStart' :
False,
399 'AuditFinalize' :
False,
400 'AuditReinitialize' :
False,
401 'AuditRestart' :
False,
404 'EvtMax' : 2147483647,
406 'StreamManager' :
'DataStreamTool',
409 'PrintFreq' :
""" printout frequency [EventSelector] """,
410 'EvtMax' :
""" maximum number of events to be processed [EventSelector] """,
411 'AuditServices' :
""" [[deprecated]] unused [Service] """,
412 'AuditInitialize' :
""" trigger auditor on initialize() [Service] """,
413 'AuditStart' :
""" trigger auditor on start() [Service] """,
414 'OutputLevel' :
""" output level [Service] """,
415 'AuditStop' :
""" trigger auditor on stop() [Service] """,
416 'FirstEvent' :
""" first event to be processed [EventSelector] """,
417 'AuditFinalize' :
""" trigger auditor on finalize() [Service] """,
418 'AuditReinitialize' :
""" trigger auditor on reinitialize() [Service] """,
419 'StreamManager' :
""" [EventSelector] """,
420 'AuditRestart' :
""" trigger auditor on restart() [Service] """,
421 'Input' :
""" input stream specifiers (for job options) [EventSelector] """,
423 def __init__(self, name = Configurable.DefaultName, **kwargs):
424 super(EventSelector, self).
__init__(name)
425 for n,v
in kwargs.items():
428 return 'GaudiCoreSvc' 430 return 'EventSelector' 440 'AuditAlgorithms' :
False,
441 'AuditInitialize' :
False,
442 'AuditReinitialize' :
False,
443 'AuditRestart' :
False,
444 'AuditExecute' :
False,
445 'AuditFinalize' :
False,
446 'AuditBeginRun' :
False,
447 'AuditEndRun' :
False,
448 'AuditStart' :
False,
451 'MonitorService' :
'MonitorSvc',
452 'RegisterForContextService' :
False,
454 'NeededResources' : [ ],
456 'FilterCircularDependencies' :
True,
459 'Cardinality' :
""" how many clones to create - 0 means algo is reentrant [Algorithm] """,
460 'IsIOBound' :
""" if the algorithm is I/O-bound (in the broad sense of Von Neumann bottleneck) [Algorithm] """,
461 'RegisterForContextService' :
""" flag to enforce the registration for Algorithm Context Service [Algorithm] """,
462 'MonitorService' :
""" name to use for Monitor Service [Algorithm] """,
463 'NeededResources' :
""" named resources needed during event looping [Algorithm] """,
464 'AuditEndRun' :
""" trigger auditor on endRun() [Algorithm] """,
465 'AuditStop' :
""" trigger auditor on stop() [Algorithm] """,
466 'AuditBeginRun' :
""" trigger auditor on beginRun() [Algorithm] """,
467 'AuditFinalize' :
""" trigger auditor on finalize() [Algorithm] """,
468 'Enable' :
""" should the algorithm be executed or not [Algorithm] """,
469 'AuditInitialize' :
""" trigger auditor on initialize() [Algorithm] """,
470 'AuditExecute' :
""" trigger auditor on execute() [Algorithm] """,
471 'FilterCircularDependencies' :
""" filter out circular data dependencies [Algorithm] """,
472 'AuditStart' :
""" trigger auditor on start() [Algorithm] """,
473 'OutputLevel' :
""" output level [Algorithm] """,
474 'ErrorMax' :
""" [[deprecated]] max number of errors [Algorithm] """,
475 'ExtraOutputs' :
""" [[deprecated]] [DataHandleHolderBase<PropertyHolder<CommonMessaging<implements<IAlgorithm,IDataHandleHolder,IProperty,IStateful> > > >] """,
476 'AuditAlgorithms' :
""" [[deprecated]] unused [Algorithm] """,
477 'ExtraInputs' :
""" [[deprecated]] [DataHandleHolderBase<PropertyHolder<CommonMessaging<implements<IAlgorithm,IDataHandleHolder,IProperty,IStateful> > > >] """,
478 'AuditReinitialize' :
""" trigger auditor on reinitialize() [Algorithm] """,
479 'Timeline' :
""" send events to TimelineSvc [Algorithm] """,
480 'AuditRestart' :
""" trigger auditor on restart() [Algorithm] """,
482 def __init__(self, name = Configurable.DefaultName, **kwargs):
483 super(IncidentProcAlg, self).
__init__(name)
484 for n,v
in kwargs.items():
487 return 'GaudiCoreSvc' 489 return 'IncidentProcAlg' 495 'AuditServices' :
False,
496 'AuditInitialize' :
False,
497 'AuditStart' :
False,
499 'AuditFinalize' :
False,
500 'AuditReinitialize' :
False,
501 'AuditRestart' :
False,
504 'AuditRestart' :
""" trigger auditor on restart() [Service] """,
505 'AuditReinitialize' :
""" trigger auditor on reinitialize() [Service] """,
506 'AuditFinalize' :
""" trigger auditor on finalize() [Service] """,
507 'AuditStop' :
""" trigger auditor on stop() [Service] """,
508 'OutputLevel' :
""" output level [Service] """,
509 'AuditInitialize' :
""" trigger auditor on initialize() [Service] """,
510 'AuditServices' :
""" [[deprecated]] unused [Service] """,
511 'AuditStart' :
""" trigger auditor on start() [Service] """,
513 def __init__(self, name = Configurable.DefaultName, **kwargs):
514 super(IncidentSvc, self).
__init__(name)
515 for n,v
in kwargs.items():
518 return 'GaudiCoreSvc' 526 'AuditServices' :
False,
527 'AuditInitialize' :
False,
528 'AuditStart' :
False,
530 'AuditFinalize' :
False,
531 'AuditReinitialize' :
False,
532 'AuditRestart' :
False,
533 'Format' :
'% F%18W%S%7W%R%T %0W%M',
534 'timeFormat' :
'%Y-%m-%d %H:%M:%S,%f',
545 'verboseColorCode' : [ ],
546 'debugColorCode' : [ ],
547 'infoColorCode' : [ ],
548 'warningColorCode' : [
'yellow' ],
549 'errorColorCode' : [
'white' ,
'red' ],
550 'fatalColorCode' : [
'blue' ,
'red' ],
551 'alwaysColorCode' : [ ],
552 'defaultLimit' : 500,
553 'verboseLimit' : 500,
556 'warningLimit' : 500,
560 'enableSuppression' :
False,
561 'countInactive' :
False,
562 'tracedInactiveSources' : [ ],
563 'loggedStreams' : { },
566 'tracedInactiveSources' :
""" for each message source specified, print a stack trace for the unprotected and unseen messages [MessageSvc] """,
567 'countInactive' :
""" [MessageSvc] """,
568 'alwaysLimit' :
""" [MessageSvc] """,
569 'defaultLimit' :
""" [MessageSvc] """,
570 'errorColorCode' :
""" [MessageSvc] """,
571 'enableSuppression' :
""" [MessageSvc] """,
572 'warningColorCode' :
""" [MessageSvc] """,
573 'debugLimit' :
""" [MessageSvc] """,
574 'verboseLimit' :
""" [MessageSvc] """,
575 'infoColorCode' :
""" [MessageSvc] """,
576 'timeFormat' :
""" [MessageSvc] """,
577 'Format' :
""" [MessageSvc] """,
578 'loggedStreams' :
""" MessageStream sources we want to dump into a logfile [MessageSvc] """,
579 'warningLimit' :
""" [MessageSvc] """,
580 'AuditRestart' :
""" trigger auditor on restart() [Service] """,
581 'AuditFinalize' :
""" trigger auditor on finalize() [Service] """,
582 'AuditStop' :
""" trigger auditor on stop() [Service] """,
583 'fatalLimit' :
""" [MessageSvc] """,
584 'showStats' :
""" [MessageSvc] """,
585 'fatalColorCode' :
""" [MessageSvc] """,
586 'AuditStart' :
""" trigger auditor on start() [Service] """,
587 'OutputLevel' :
""" output level [Service] """,
588 'setDebug' :
""" [MessageSvc] """,
589 'AuditReinitialize' :
""" trigger auditor on reinitialize() [Service] """,
590 'AuditInitialize' :
""" trigger auditor on initialize() [Service] """,
591 'statLevel' :
""" [MessageSvc] """,
592 'AuditServices' :
""" [[deprecated]] unused [Service] """,
593 'errorLimit' :
""" [MessageSvc] """,
594 'debugColorCode' :
""" [MessageSvc] """,
595 'alwaysColorCode' :
""" [MessageSvc] """,
596 'setInfo' :
""" [MessageSvc] """,
597 'setVerbose' :
""" [MessageSvc] """,
598 'setWarning' :
""" [MessageSvc] """,
599 'infoLimit' :
""" [MessageSvc] """,
600 'setError' :
""" [MessageSvc] """,
601 'setFatal' :
""" [MessageSvc] """,
602 'setAlways' :
""" [MessageSvc] """,
603 'useColors' :
""" [MessageSvc] """,
604 'verboseColorCode' :
""" [MessageSvc] """,
606 def __init__(self, name = Configurable.DefaultName, **kwargs):
607 super(InertMessageSvc, self).
__init__(name)
608 for n,v
in kwargs.items():
611 return 'GaudiCoreSvc' 613 return 'InertMessageSvc' 619 'AuditServices' :
False,
620 'AuditInitialize' :
False,
621 'AuditStart' :
False,
623 'AuditFinalize' :
False,
624 'AuditReinitialize' :
False,
625 'AuditRestart' :
False,
628 'SEARCHPATH' :
'/builds/gaudi/Gaudi/GaudiExamples/tests/qmtest:/builds/gaudi/Gaudi/GaudiExamples/options',
634 'DUMPFILE' :
""" [JobOptionsSvc] """,
635 'SEARCHPATH' :
""" [JobOptionsSvc] """,
636 'AuditServices' :
""" [[deprecated]] unused [Service] """,
637 'PYTHONPARAMS' :
""" [JobOptionsSvc] """,
638 'AuditInitialize' :
""" trigger auditor on initialize() [Service] """,
639 'AuditStart' :
""" trigger auditor on start() [Service] """,
640 'OutputLevel' :
""" output level [Service] """,
641 'AuditStop' :
""" trigger auditor on stop() [Service] """,
642 'AuditFinalize' :
""" trigger auditor on finalize() [Service] """,
643 'PATH' :
""" [JobOptionsSvc] """,
644 'AuditReinitialize' :
""" trigger auditor on reinitialize() [Service] """,
645 'AuditRestart' :
""" trigger auditor on restart() [Service] """,
646 'PYTHONACTION' :
""" [JobOptionsSvc] """,
647 'TYPE' :
""" [JobOptionsSvc] """,
649 def __init__(self, name = Configurable.DefaultName, **kwargs):
650 super(JobOptionsSvc, self).
__init__(name)
651 for n,v
in kwargs.items():
654 return 'GaudiCoreSvc' 656 return 'JobOptionsSvc' 662 'AuditServices' :
False,
663 'AuditInitialize' :
False,
664 'AuditStart' :
False,
666 'AuditFinalize' :
False,
667 'AuditReinitialize' :
False,
668 'AuditRestart' :
False,
669 'Format' :
'% F%18W%S%7W%R%T %0W%M',
670 'timeFormat' :
'%Y-%m-%d %H:%M:%S,%f',
681 'verboseColorCode' : [ ],
682 'debugColorCode' : [ ],
683 'infoColorCode' : [ ],
684 'warningColorCode' : [
'yellow' ],
685 'errorColorCode' : [
'white' ,
'red' ],
686 'fatalColorCode' : [
'blue' ,
'red' ],
687 'alwaysColorCode' : [ ],
688 'defaultLimit' : 500,
689 'verboseLimit' : 500,
692 'warningLimit' : 500,
696 'enableSuppression' :
False,
697 'countInactive' :
False,
698 'tracedInactiveSources' : [ ],
699 'loggedStreams' : { },
702 'tracedInactiveSources' :
""" for each message source specified, print a stack trace for the unprotected and unseen messages [MessageSvc] """,
703 'countInactive' :
""" [MessageSvc] """,
704 'alwaysLimit' :
""" [MessageSvc] """,
705 'defaultLimit' :
""" [MessageSvc] """,
706 'errorColorCode' :
""" [MessageSvc] """,
707 'enableSuppression' :
""" [MessageSvc] """,
708 'warningColorCode' :
""" [MessageSvc] """,
709 'debugLimit' :
""" [MessageSvc] """,
710 'verboseLimit' :
""" [MessageSvc] """,
711 'infoColorCode' :
""" [MessageSvc] """,
712 'timeFormat' :
""" [MessageSvc] """,
713 'Format' :
""" [MessageSvc] """,
714 'loggedStreams' :
""" MessageStream sources we want to dump into a logfile [MessageSvc] """,
715 'warningLimit' :
""" [MessageSvc] """,
716 'AuditRestart' :
""" trigger auditor on restart() [Service] """,
717 'AuditFinalize' :
""" trigger auditor on finalize() [Service] """,
718 'AuditStop' :
""" trigger auditor on stop() [Service] """,
719 'fatalLimit' :
""" [MessageSvc] """,
720 'showStats' :
""" [MessageSvc] """,
721 'fatalColorCode' :
""" [MessageSvc] """,
722 'AuditStart' :
""" trigger auditor on start() [Service] """,
723 'OutputLevel' :
""" output level [Service] """,
724 'setDebug' :
""" [MessageSvc] """,
725 'AuditReinitialize' :
""" trigger auditor on reinitialize() [Service] """,
726 'AuditInitialize' :
""" trigger auditor on initialize() [Service] """,
727 'statLevel' :
""" [MessageSvc] """,
728 'AuditServices' :
""" [[deprecated]] unused [Service] """,
729 'errorLimit' :
""" [MessageSvc] """,
730 'debugColorCode' :
""" [MessageSvc] """,
731 'alwaysColorCode' :
""" [MessageSvc] """,
732 'setInfo' :
""" [MessageSvc] """,
733 'setVerbose' :
""" [MessageSvc] """,
734 'setWarning' :
""" [MessageSvc] """,
735 'infoLimit' :
""" [MessageSvc] """,
736 'setError' :
""" [MessageSvc] """,
737 'setFatal' :
""" [MessageSvc] """,
738 'setAlways' :
""" [MessageSvc] """,
739 'useColors' :
""" [MessageSvc] """,
740 'verboseColorCode' :
""" [MessageSvc] """,
742 def __init__(self, name = Configurable.DefaultName, **kwargs):
743 super(MessageSvc, self).
__init__(name)
744 for n,v
in kwargs.items():
747 return 'GaudiCoreSvc' 755 'AuditServices' :
False,
756 'AuditInitialize' :
False,
757 'AuditStart' :
False,
759 'AuditFinalize' :
False,
760 'AuditReinitialize' :
False,
761 'AuditRestart' :
False,
764 'OutStreamType' :
'OutputStream',
765 'PrintControlFlowExpression' :
False,
768 'AuditServices' :
""" [[deprecated]] unused [Service] """,
769 'AuditInitialize' :
""" trigger auditor on initialize() [Service] """,
770 'AuditStart' :
""" trigger auditor on start() [Service] """,
771 'OutputLevel' :
""" output level [Service] """,
772 'AuditStop' :
""" trigger auditor on stop() [Service] """,
773 'AuditFinalize' :
""" trigger auditor on finalize() [Service] """,
774 'AuditReinitialize' :
""" trigger auditor on reinitialize() [Service] """,
775 'TopAlg' :
""" list of top level algorithms names [MinimalEventLoopMgr] """,
776 'PrintControlFlowExpression' :
""" Print the control flow expression representing the content of TopAlg [MinimalEventLoopMgr] """,
777 'AuditRestart' :
""" trigger auditor on restart() [Service] """,
778 'OutStreamType' :
""" [[deprecated]] default type for OutputStream instances [MinimalEventLoopMgr] """,
779 'OutStream' :
""" list of output stream names [MinimalEventLoopMgr] """,
781 def __init__(self, name = Configurable.DefaultName, **kwargs):
782 super(MinimalEventLoopMgr, self).
__init__(name)
783 for n,v
in kwargs.items():
786 return 'GaudiCoreSvc' 788 return 'MinimalEventLoopMgr' 794 'AuditServices' :
False,
795 'AuditInitialize' :
False,
796 'AuditStart' :
False,
798 'AuditFinalize' :
False,
799 'AuditReinitialize' :
False,
800 'AuditRestart' :
False,
801 'Format' :
'% F%18W%S%7W%R%T %0W%M',
802 'timeFormat' :
'%Y-%m-%d %H:%M:%S,%f',
813 'verboseColorCode' : [ ],
814 'debugColorCode' : [ ],
815 'infoColorCode' : [ ],
816 'warningColorCode' : [
'yellow' ],
817 'errorColorCode' : [
'white' ,
'red' ],
818 'fatalColorCode' : [
'blue' ,
'red' ],
819 'alwaysColorCode' : [ ],
820 'defaultLimit' : 500,
821 'verboseLimit' : 500,
824 'warningLimit' : 500,
828 'enableSuppression' :
False,
829 'countInactive' :
False,
830 'tracedInactiveSources' : [ ],
831 'loggedStreams' : { },
834 'tracedInactiveSources' :
""" for each message source specified, print a stack trace for the unprotected and unseen messages [MessageSvc] """,
835 'countInactive' :
""" [MessageSvc] """,
836 'alwaysLimit' :
""" [MessageSvc] """,
837 'defaultLimit' :
""" [MessageSvc] """,
838 'errorColorCode' :
""" [MessageSvc] """,
839 'enableSuppression' :
""" [MessageSvc] """,
840 'warningColorCode' :
""" [MessageSvc] """,
841 'debugLimit' :
""" [MessageSvc] """,
842 'verboseLimit' :
""" [MessageSvc] """,
843 'infoColorCode' :
""" [MessageSvc] """,
844 'timeFormat' :
""" [MessageSvc] """,
845 'Format' :
""" [MessageSvc] """,
846 'loggedStreams' :
""" MessageStream sources we want to dump into a logfile [MessageSvc] """,
847 'warningLimit' :
""" [MessageSvc] """,
848 'AuditRestart' :
""" trigger auditor on restart() [Service] """,
849 'AuditFinalize' :
""" trigger auditor on finalize() [Service] """,
850 'AuditStop' :
""" trigger auditor on stop() [Service] """,
851 'fatalLimit' :
""" [MessageSvc] """,
852 'showStats' :
""" [MessageSvc] """,
853 'fatalColorCode' :
""" [MessageSvc] """,
854 'AuditStart' :
""" trigger auditor on start() [Service] """,
855 'OutputLevel' :
""" output level [Service] """,
856 'setDebug' :
""" [MessageSvc] """,
857 'AuditReinitialize' :
""" trigger auditor on reinitialize() [Service] """,
858 'AuditInitialize' :
""" trigger auditor on initialize() [Service] """,
859 'statLevel' :
""" [MessageSvc] """,
860 'AuditServices' :
""" [[deprecated]] unused [Service] """,
861 'errorLimit' :
""" [MessageSvc] """,
862 'debugColorCode' :
""" [MessageSvc] """,
863 'alwaysColorCode' :
""" [MessageSvc] """,
864 'setInfo' :
""" [MessageSvc] """,
865 'setVerbose' :
""" [MessageSvc] """,
866 'setWarning' :
""" [MessageSvc] """,
867 'infoLimit' :
""" [MessageSvc] """,
868 'setError' :
""" [MessageSvc] """,
869 'setFatal' :
""" [MessageSvc] """,
870 'setAlways' :
""" [MessageSvc] """,
871 'useColors' :
""" [MessageSvc] """,
872 'verboseColorCode' :
""" [MessageSvc] """,
874 def __init__(self, name = Configurable.DefaultName, **kwargs):
875 super(TBBMessageSvc, self).
__init__(name)
876 for n,v
in kwargs.items():
879 return 'GaudiCoreSvc' 881 return 'TBBMessageSvc' 887 'AuditServices' :
False,
888 'AuditInitialize' :
False,
889 'AuditStart' :
False,
891 'AuditFinalize' :
False,
892 'AuditReinitialize' :
False,
893 'AuditRestart' :
False,
896 'AuditRestart' :
""" trigger auditor on restart() [Service] """,
897 'AuditReinitialize' :
""" trigger auditor on reinitialize() [Service] """,
898 'AuditFinalize' :
""" trigger auditor on finalize() [Service] """,
899 'AuditStop' :
""" trigger auditor on stop() [Service] """,
900 'OutputLevel' :
""" output level [Service] """,
901 'AuditInitialize' :
""" trigger auditor on initialize() [Service] """,
902 'AuditServices' :
""" [[deprecated]] unused [Service] """,
903 'AuditStart' :
""" trigger auditor on start() [Service] """,
905 def __init__(self, name = Configurable.DefaultName, **kwargs):
907 for n,v
in kwargs.items():
910 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)