7 'AuditServices' :
False,
8 'AuditInitialize' :
False,
11 'AuditFinalize' :
False,
12 'AuditReinitialize' :
False,
13 'AuditRestart' :
False,
15 'BypassIncidents' :
False,
18 'AuditRestart' :
""" trigger auditor on restart() [Service] """,
19 'AuditReinitialize' :
""" trigger auditor on reinitialize() [Service] """,
20 'AuditFinalize' :
""" trigger auditor on finalize() [Service] """,
21 'AuditStop' :
""" trigger auditor on stop() [Service] """,
22 'OutputLevel' :
""" output level [Service] """,
23 'AuditInitialize' :
""" trigger auditor on initialize() [Service] """,
24 'Check' :
""" Flag to perform more checks [AlgContextSvc] """,
25 'AuditServices' :
""" [[deprecated]] unused [Service] """,
26 'BypassIncidents' :
""" Flag to bypass begin/endevent incident requirement [AlgContextSvc] """,
27 'AuditStart' :
""" trigger auditor on start() [Service] """,
29 def __init__(self, name = Configurable.DefaultName, **kwargs):
30 super(AlgContextSvc, self).
__init__(name)
31 for n,v
in kwargs.items():
34 return 'GaudiCommonSvc' 36 return 'AlgContextSvc' 42 'AuditServices' :
False,
43 'AuditInitialize' :
False,
46 'AuditFinalize' :
False,
47 'AuditReinitialize' :
False,
48 'AuditRestart' :
False,
53 'Auditors' :
""" list of auditors names [AuditorSvc] """,
54 'AuditRestart' :
""" trigger auditor on restart() [Service] """,
55 'AuditReinitialize' :
""" trigger auditor on reinitialize() [Service] """,
56 'AuditFinalize' :
""" trigger auditor on finalize() [Service] """,
57 'AuditStop' :
""" trigger auditor on stop() [Service] """,
58 'OutputLevel' :
""" output level [Service] """,
59 'Enable' :
""" enable/disable alltogether the auditors [AuditorSvc] """,
60 'AuditInitialize' :
""" trigger auditor on initialize() [Service] """,
61 'AuditServices' :
""" [[deprecated]] unused [Service] """,
62 'AuditStart' :
""" trigger auditor on start() [Service] """,
64 def __init__(self, name = Configurable.DefaultName, **kwargs):
65 super(AuditorSvc, self).
__init__(name)
66 for n,v
in kwargs.items():
69 return 'GaudiCommonSvc' 77 'AuditServices' :
False,
78 'AuditInitialize' :
False,
81 'AuditFinalize' :
False,
82 'AuditReinitialize' :
False,
83 'AuditRestart' :
False,
84 'ChronoPrintOutTable' :
True,
85 'ChronoDestinationCout' :
False,
86 'ChronoPrintLevel' : 3,
87 'ChronoTableToBeOrdered' :
True,
88 'PrintUserTime' :
True,
89 'PrintSystemTime' :
False,
90 'PrintEllapsedTime' :
False,
91 'StatPrintOutTable' :
True,
92 'StatDestinationCout' :
False,
94 'StatTableToBeOrdered' :
True,
95 'NumberOfSkippedEventsForMemStat' : -1,
96 'AsciiStatsOutputFile' :
'',
97 'StatTableHeader' :
' Counter | # | sum | mean/eff^* | rms/err^* | min | max |',
98 'RegularRowFormat' :
' %|-15.15s|%|17t||%|10d| |%|11.7g| |%|#11.5g| |%|#11.5g| |%|#12.5g| |%|#12.5g| |',
99 'EfficiencyRowFormat' :
'*%|-15.15s|%|17t||%|10d| |%|11.5g| |(%|#9.7g| +- %|-#9.7g|)%%| ------- | ------- |',
100 'UseEfficiencyRowFormat' :
True,
104 'UseEfficiencyRowFormat' :
""" Use the special format for printout of efficiency counters [ChronoStatSvc] """,
105 'EfficiencyRowFormat' :
""" The format for the regular row in the output Stat-table [ChronoStatSvc] """,
106 'ChronoDestinationCout' :
""" define the destination of the table to be printed [ChronoStatSvc] """,
107 'StatTableToBeOrdered' :
""" should the printout be ordered [ChronoStatSvc] """,
108 'AuditRestart' :
""" trigger auditor on restart() [Service] """,
109 'RegularRowFormat' :
""" The format for the regular row in the output Stat-table [ChronoStatSvc] """,
110 'NumberOfSkippedEventsForMemStat' :
""" specify the number of events to be skipped by the memory auditor in order to better spot memory leak [ChronoStatSvc] """,
111 'AuditStop' :
""" trigger auditor on stop() [Service] """,
112 'PerEventFile' :
""" File name for per-event deltas [ChronoStatSvc] """,
113 'AuditFinalize' :
""" trigger auditor on finalize() [Service] """,
114 'ChronoTableToBeOrdered' :
""" should the printout be ordered [ChronoStatSvc] """,
115 'StatPrintLevel' :
""" print level [ChronoStatSvc] """,
116 'OutputLevel' :
""" output level [Service] """,
117 'AuditStart' :
""" trigger auditor on start() [Service] """,
118 'PrintUserTime' :
""" [ChronoStatSvc] """,
119 'ChronoPrintOutTable' :
""" decide if the final printout should be performed [ChronoStatSvc] """,
120 'AuditReinitialize' :
""" trigger auditor on reinitialize() [Service] """,
121 'AuditInitialize' :
""" trigger auditor on initialize() [Service] """,
122 'AsciiStatsOutputFile' :
""" Name of the output file storing the stats. If empty, no statistics will be saved (default) [ChronoStatSvc] """,
123 'AuditServices' :
""" [[deprecated]] unused [Service] """,
124 'StatPrintOutTable' :
""" decide if the final printout should be performed [ChronoStatSvc] """,
125 'ChronoPrintLevel' :
""" print level [ChronoStatSvc] """,
126 'PrintSystemTime' :
""" [ChronoStatSvc] """,
127 'PrintEllapsedTime' :
""" [ChronoStatSvc] """,
128 'StatDestinationCout' :
""" define the destination of the table to be printed [ChronoStatSvc] """,
129 'StatTableHeader' :
""" The header row for the output Stat-table [ChronoStatSvc] """,
131 def __init__(self, name = Configurable.DefaultName, **kwargs):
132 super(ChronoStatSvc, self).
__init__(name)
133 for n,v
in kwargs.items():
136 return 'GaudiCommonSvc' 138 return 'ChronoStatSvc' 144 'AuditServices' :
False,
145 'AuditInitialize' :
False,
146 'AuditStart' :
False,
148 'AuditFinalize' :
False,
149 'AuditReinitialize' :
False,
150 'AuditRestart' :
False,
152 'StatTableHeader' :
' Counter :: Group | # | sum | mean/eff^* | rms/err^* | min | max |',
153 'RegularRowFormat' :
' %|15.15s|%|-15.15s|%|32t||%|10d| |%|11.7g| |%|#11.5g| |%|#11.5g| |%|#12.5g| |%|#12.5g| |',
154 'EfficiencyRowFormat' :
'*%|15.15s|%|-15.15s|%|32t||%|10d| |%|11.5g| |(%|#9.7g| +- %|-#9.7g|)%%| ------- | ------- |',
155 'UseEfficiencyRowFormat' :
True,
158 'RegularRowFormat' :
""" the format for the regular row in the output Stat-table [CounterSvc] """,
159 'AuditServices' :
""" [[deprecated]] unused [Service] """,
160 'AuditInitialize' :
""" trigger auditor on initialize() [Service] """,
161 'AuditStart' :
""" trigger auditor on start() [Service] """,
162 'OutputLevel' :
""" output level [Service] """,
163 'EfficiencyRowFormat' :
""" the format for the regular row in the outptu Stat-table [CounterSvc] """,
164 'AuditStop' :
""" trigger auditor on stop() [Service] """,
165 'AuditFinalize' :
""" trigger auditor on finalize() [Service] """,
166 'AuditReinitialize' :
""" trigger auditor on reinitialize() [Service] """,
167 'UseEfficiencyRowFormat' :
""" use the special format for printout of efficiency counters [CounterSvc] """,
168 'PrintStat' :
""" print statistics [CounterSvc] """,
169 'AuditRestart' :
""" trigger auditor on restart() [Service] """,
170 'StatTableHeader' :
""" the header row for the output Stat-table [CounterSvc] """,
172 def __init__(self, name = Configurable.DefaultName, **kwargs):
173 super(CounterSvc, self).
__init__(name)
174 for n,v
in kwargs.items():
177 return 'GaudiCommonSvc' 187 'MonitorService' :
'MonitorSvc',
188 'AuditTools' :
False,
189 'AuditInitialize' :
False,
190 'AuditStart' :
False,
192 'AuditFinalize' :
False,
193 'AuditReinitialize' :
False,
194 'AuditRestart' :
False,
195 'DataService' :
'EventDataSvc',
197 'ScanOnBeginEvent' :
False,
198 'IgnoreOriginChange' :
False,
201 'DataService' :
""" Name of the data service to use [DataSvcFileEntriesTool] """,
202 'ScanOnBeginEvent' :
""" If the scan has to be started during the BeginEvent incident (true) or on demand (false, default) [DataSvcFileEntriesTool] """,
203 'AuditRestart' :
""" trigger auditor on restart() [AlgTool] """,
204 'MonitorService' :
""" name to use for Monitor Service [AlgTool] """,
205 'ExtraOutputs' :
""" [[deprecated]] [DataHandleHolderBase<PropertyHolder<CommonMessaging<implements<IAlgTool,IDataHandleHolder,IProperty,IStateful> > > >] """,
206 'AuditTools' :
""" [[deprecated]] unused [AlgTool] """,
207 'IgnoreOriginChange' :
""" Disable the detection of the change in the origin of object between the BeginEvent and the scan [DataSvcFileEntriesTool] """,
208 'AuditInitialize' :
""" trigger auditor on initialize() [AlgTool] """,
209 'OutputLevel' :
""" output level [AlgTool] """,
210 'AuditStart' :
""" trigger auditor on start() [AlgTool] """,
211 'AuditStop' :
""" trigger auditor on stop() [AlgTool] """,
212 'AuditFinalize' :
""" trigger auditor on finalize() [AlgTool] """,
213 'Root' :
""" Path to the element from which to start the scan [DataSvcFileEntriesTool] """,
214 'ExtraInputs' :
""" [[deprecated]] [DataHandleHolderBase<PropertyHolder<CommonMessaging<implements<IAlgTool,IDataHandleHolder,IProperty,IStateful> > > >] """,
215 'AuditReinitialize' :
""" trigger auditor on reinitialize() [AlgTool] """,
217 def __init__(self, name = Configurable.DefaultName, **kwargs):
218 super(DataSvcFileEntriesTool, self).
__init__(name)
219 for n,v
in kwargs.items():
222 return 'GaudiCommonSvc' 224 return 'DataSvcFileEntriesTool' 230 'AuditServices' :
False,
231 'AuditInitialize' :
False,
232 'AuditStart' :
False,
234 'AuditFinalize' :
False,
235 'AuditReinitialize' :
False,
236 'AuditRestart' :
False,
240 'AuditRestart' :
""" trigger auditor on restart() [Service] """,
241 'AuditReinitialize' :
""" trigger auditor on reinitialize() [Service] """,
242 'AuditFinalize' :
""" trigger auditor on finalize() [Service] """,
243 'AuditStop' :
""" trigger auditor on stop() [Service] """,
244 'CnvServices' :
""" Names of services to be requested from the service locator and added by default [PersistencySvc] """,
245 'OutputLevel' :
""" output level [Service] """,
246 'AuditInitialize' :
""" trigger auditor on initialize() [Service] """,
247 'AuditServices' :
""" [[deprecated]] unused [Service] """,
248 'AuditStart' :
""" trigger auditor on start() [Service] """,
250 def __init__(self, name = Configurable.DefaultName, **kwargs):
251 super(DetPersistencySvc, self).
__init__(name)
252 for n,v
in kwargs.items():
255 return 'GaudiCommonSvc' 257 return 'DetPersistencySvc' 267 'AuditAlgorithms' :
False,
268 'AuditInitialize' :
False,
269 'AuditReinitialize' :
False,
270 'AuditRestart' :
False,
271 'AuditExecute' :
False,
272 'AuditFinalize' :
False,
273 'AuditBeginRun' :
False,
274 'AuditEndRun' :
False,
275 'AuditStart' :
False,
278 'MonitorService' :
'MonitorSvc',
279 'RegisterForContextService' :
False,
281 'NeededResources' : [ ],
283 'FilterCircularDependencies' :
True,
285 'EvtDataSvc' :
'TagCollectionSvc',
288 'EvtDataSvc' :
""" name of the service managing the data store [EvtCollectionStream] """,
289 'AuditRestart' :
""" trigger auditor on restart() [Algorithm] """,
290 'ItemList' :
""" vector of item names [EvtCollectionStream] """,
291 'Timeline' :
""" send events to TimelineSvc [Algorithm] """,
292 'ExtraInputs' :
""" [[deprecated]] [DataHandleHolderBase<PropertyHolder<CommonMessaging<implements<IAlgorithm,IDataHandleHolder,IProperty,IStateful> > > >] """,
293 'AuditAlgorithms' :
""" [[deprecated]] unused [Algorithm] """,
294 'ExtraOutputs' :
""" [[deprecated]] [DataHandleHolderBase<PropertyHolder<CommonMessaging<implements<IAlgorithm,IDataHandleHolder,IProperty,IStateful> > > >] """,
295 'ErrorMax' :
""" [[deprecated]] max number of errors [Algorithm] """,
296 'OutputLevel' :
""" output level [Algorithm] """,
297 'AuditStart' :
""" trigger auditor on start() [Algorithm] """,
298 'AuditReinitialize' :
""" trigger auditor on reinitialize() [Algorithm] """,
299 'AuditInitialize' :
""" trigger auditor on initialize() [Algorithm] """,
300 'AuditFinalize' :
""" trigger auditor on finalize() [Algorithm] """,
301 'AuditBeginRun' :
""" trigger auditor on beginRun() [Algorithm] """,
302 'AuditStop' :
""" trigger auditor on stop() [Algorithm] """,
303 'AuditExecute' :
""" trigger auditor on execute() [Algorithm] """,
304 'AuditEndRun' :
""" trigger auditor on endRun() [Algorithm] """,
305 'NeededResources' :
""" named resources needed during event looping [Algorithm] """,
306 'MonitorService' :
""" name to use for Monitor Service [Algorithm] """,
307 'FilterCircularDependencies' :
""" filter out circular data dependencies [Algorithm] """,
308 'RegisterForContextService' :
""" flag to enforce the registration for Algorithm Context Service [Algorithm] """,
309 'Enable' :
""" should the algorithm be executed or not [Algorithm] """,
310 'IsIOBound' :
""" if the algorithm is I/O-bound (in the broad sense of Von Neumann bottleneck) [Algorithm] """,
311 'Cardinality' :
""" how many clones to create - 0 means algo is reentrant [Algorithm] """,
313 def __init__(self, name = Configurable.DefaultName, **kwargs):
314 super(EvtCollectionStream, self).
__init__(name)
315 for n,v
in kwargs.items():
318 return 'GaudiCommonSvc' 320 return 'EvtCollectionStream' 326 'AuditServices' :
False,
327 'AuditInitialize' :
False,
328 'AuditStart' :
False,
330 'AuditFinalize' :
False,
331 'AuditReinitialize' :
False,
332 'AuditRestart' :
False,
334 'RootName' :
'/Event',
335 'ForceLeaves' :
False,
336 'InhibitPathes' : [ ],
337 'EnableFaultHandler' :
False,
338 'DataFaultName' :
'DataFault',
339 'EnableAccessHandler' :
False,
340 'DataAccessName' :
'DataAccess',
343 'DataAccessName' :
""" Name of the data access incident [DataSvc] """,
344 'EnableAccessHandler' :
""" enable incidents on data access requests [DataSvc] """,
345 'DataFaultName' :
""" Name of the data fault incident [DataSvc] """,
346 'InhibitPathes' :
""" inhibited leaves [DataSvc] """,
347 'AuditServices' :
""" [[deprecated]] unused [Service] """,
348 'AuditInitialize' :
""" trigger auditor on initialize() [Service] """,
349 'AuditStart' :
""" trigger auditor on start() [Service] """,
350 'OutputLevel' :
""" output level [Service] """,
351 'AuditStop' :
""" trigger auditor on stop() [Service] """,
352 'ForceLeaves' :
""" force creation of default leaves on registerObject [DataSvc] """,
353 'AuditFinalize' :
""" trigger auditor on finalize() [Service] """,
354 'AuditReinitialize' :
""" trigger auditor on reinitialize() [Service] """,
355 'RootName' :
""" name of root entry [DataSvc] """,
356 'AuditRestart' :
""" trigger auditor on restart() [Service] """,
357 'EnableFaultHandler' :
""" enable incidents on data creation requests [DataSvc] """,
358 'RootCLID' :
""" CLID of root entry [DataSvc] """,
360 def __init__(self, name = Configurable.DefaultName, **kwargs):
361 super(EvtDataSvc, self).
__init__(name)
362 for n,v
in kwargs.items():
365 return 'GaudiCommonSvc' 373 'AuditServices' :
False,
374 'AuditInitialize' :
False,
375 'AuditStart' :
False,
377 'AuditFinalize' :
False,
378 'AuditReinitialize' :
False,
379 'AuditRestart' :
False,
383 'AuditRestart' :
""" trigger auditor on restart() [Service] """,
384 'AuditReinitialize' :
""" trigger auditor on reinitialize() [Service] """,
385 'AuditFinalize' :
""" trigger auditor on finalize() [Service] """,
386 'AuditStop' :
""" trigger auditor on stop() [Service] """,
387 'CnvServices' :
""" Names of services to be requested from the service locator and added by default [PersistencySvc] """,
388 'OutputLevel' :
""" output level [Service] """,
389 'AuditInitialize' :
""" trigger auditor on initialize() [Service] """,
390 'AuditServices' :
""" [[deprecated]] unused [Service] """,
391 'AuditStart' :
""" trigger auditor on start() [Service] """,
393 def __init__(self, name = Configurable.DefaultName, **kwargs):
394 super(EvtPersistencySvc, self).
__init__(name)
395 for n,v
in kwargs.items():
398 return 'GaudiCommonSvc' 400 return 'EvtPersistencySvc' 406 'AuditServices' :
False,
407 'AuditInitialize' :
False,
408 'AuditStart' :
False,
410 'AuditFinalize' :
False,
411 'AuditReinitialize' :
False,
412 'AuditRestart' :
False,
414 'RootName' :
'/FileRecords',
415 'ForceLeaves' :
False,
416 'InhibitPathes' : [ ],
417 'EnableFaultHandler' :
False,
418 'DataFaultName' :
'DataFault',
419 'EnableAccessHandler' :
False,
420 'DataAccessName' :
'DataAccess',
422 'IncidentName' :
'NEW_FILE_RECORD',
423 'SaveIncident' :
'SAVE_FILE_RECORD',
424 'PersistencySvc' :
'PersistencySvc/FileRecordPersistencySvc',
427 'PersistencySvc' :
""" name of the persistency service [RecordDataSvc] """,
428 'SaveIncident' :
""" name of the 'save' incident [RecordDataSvc] """,
429 'IncidentName' :
""" name of incident to be fired if new record arrives [RecordDataSvc] """,
430 'AutoLoad' :
""" autoload of records [RecordDataSvc] """,
431 'DataAccessName' :
""" Name of the data access incident [DataSvc] """,
432 'EnableAccessHandler' :
""" enable incidents on data access requests [DataSvc] """,
433 'DataFaultName' :
""" Name of the data fault incident [DataSvc] """,
434 'InhibitPathes' :
""" inhibited leaves [DataSvc] """,
435 'AuditServices' :
""" [[deprecated]] unused [Service] """,
436 'AuditInitialize' :
""" trigger auditor on initialize() [Service] """,
437 'AuditStart' :
""" trigger auditor on start() [Service] """,
438 'OutputLevel' :
""" output level [Service] """,
439 'AuditStop' :
""" trigger auditor on stop() [Service] """,
440 'ForceLeaves' :
""" force creation of default leaves on registerObject [DataSvc] """,
441 'AuditFinalize' :
""" trigger auditor on finalize() [Service] """,
442 'AuditReinitialize' :
""" trigger auditor on reinitialize() [Service] """,
443 'RootName' :
""" name of root entry [DataSvc] """,
444 'AuditRestart' :
""" trigger auditor on restart() [Service] """,
445 'EnableFaultHandler' :
""" enable incidents on data creation requests [DataSvc] """,
446 'RootCLID' :
""" CLID of root entry [DataSvc] """,
448 def __init__(self, name = Configurable.DefaultName, **kwargs):
449 super(FileRecordDataSvc, self).
__init__(name)
450 for n,v
in kwargs.items():
453 return 'GaudiCommonSvc' 455 return 'FileRecordDataSvc' 461 'AuditServices' :
False,
462 'AuditInitialize' :
False,
463 'AuditStart' :
False,
465 'AuditFinalize' :
False,
466 'AuditReinitialize' :
False,
467 'AuditRestart' :
False,
468 'CnvServices' : [
'RootHistSvc' ],
469 'HistogramPersistency' :
'',
471 'ConvertHistos' : [ ],
472 'ExcludeHistos' : [ ],
476 'ExcludeHistos' :
""" The list of patterns to be excluded from conversion [HistogramPersistencySvc] """,
477 'ConvertHistos' :
""" The list of patterns to be accepted for conversion [HistogramPersistencySvc] """,
478 'OutputFile' :
""" name of the output file [HistogramPersistencySvc] """,
479 'AuditServices' :
""" [[deprecated]] unused [Service] """,
480 'AuditInitialize' :
""" trigger auditor on initialize() [Service] """,
481 'AuditStart' :
""" trigger auditor on start() [Service] """,
482 'OutputLevel' :
""" output level [Service] """,
483 'CnvServices' :
""" Names of services to be requested from the service locator and added by default [PersistencySvc] """,
484 'AuditStop' :
""" trigger auditor on stop() [Service] """,
485 'Warnings' :
""" Set this property to false to suppress warning messages [HistogramPersistencySvc] """,
486 'AuditFinalize' :
""" trigger auditor on finalize() [Service] """,
487 'AuditReinitialize' :
""" trigger auditor on reinitialize() [Service] """,
488 'AuditRestart' :
""" trigger auditor on restart() [Service] """,
489 'HistogramPersistency' :
""" name of the Hist Pers type [HistogramPersistencySvc] """,
491 def __init__(self, name = Configurable.DefaultName, **kwargs):
492 super(HistogramPersistencySvc, self).
__init__(name)
493 for n,v
in kwargs.items():
496 return 'GaudiCommonSvc' 498 return 'HistogramPersistencySvc' 504 'AuditServices' :
False,
505 'AuditInitialize' :
False,
506 'AuditStart' :
False,
508 'AuditFinalize' :
False,
509 'AuditReinitialize' :
False,
510 'AuditRestart' :
False,
512 'RootName' :
'/stat',
513 'ForceLeaves' :
False,
514 'InhibitPathes' : [ ],
515 'EnableFaultHandler' :
False,
516 'DataFaultName' :
'DataFault',
517 'EnableAccessHandler' :
False,
518 'DataAccessName' :
'DataAccess',
520 'Predefined1DHistos' : { },
523 'Input' :
""" input streams [HistogramSvc] """,
524 'DataAccessName' :
""" Name of the data access incident [DataSvc] """,
525 'EnableAccessHandler' :
""" enable incidents on data access requests [DataSvc] """,
526 'DataFaultName' :
""" Name of the data fault incident [DataSvc] """,
527 'InhibitPathes' :
""" inhibited leaves [DataSvc] """,
528 'AuditServices' :
""" [[deprecated]] unused [Service] """,
529 'AuditInitialize' :
""" trigger auditor on initialize() [Service] """,
530 'AuditStart' :
""" trigger auditor on start() [Service] """,
531 'OutputLevel' :
""" output level [Service] """,
532 'AuditStop' :
""" trigger auditor on stop() [Service] """,
533 'Predefined1DHistos' :
""" histograms with predefined parameters [HistogramSvc] """,
534 'ForceLeaves' :
""" force creation of default leaves on registerObject [DataSvc] """,
535 'AuditFinalize' :
""" trigger auditor on finalize() [Service] """,
536 'AuditReinitialize' :
""" trigger auditor on reinitialize() [Service] """,
537 'RootName' :
""" name of root entry [DataSvc] """,
538 'AuditRestart' :
""" trigger auditor on restart() [Service] """,
539 'EnableFaultHandler' :
""" enable incidents on data creation requests [DataSvc] """,
540 'RootCLID' :
""" CLID of root entry [DataSvc] """,
542 def __init__(self, name = Configurable.DefaultName, **kwargs):
543 super(HistogramSvc, self).
__init__(name)
544 for n,v
in kwargs.items():
547 return 'GaudiCommonSvc' 549 return 'HistogramSvc' 559 'AuditAlgorithms' :
False,
560 'AuditInitialize' :
False,
561 'AuditReinitialize' :
False,
562 'AuditRestart' :
False,
563 'AuditExecute' :
False,
564 'AuditFinalize' :
False,
565 'AuditBeginRun' :
False,
566 'AuditEndRun' :
False,
567 'AuditStart' :
False,
570 'MonitorService' :
'MonitorSvc',
571 'RegisterForContextService' :
False,
573 'NeededResources' : [ ],
575 'FilterCircularDependencies' :
True,
578 'AlgDependentItemList' : { },
580 'PreloadOptItems' :
False,
583 'EvtDataSvc' :
'EventDataSvc',
584 'EvtConversionSvc' :
'EventPersistencySvc',
588 'VerifyItems' :
True,
592 'TESVetoList' :
""" names of TES locations to Veto [InputCopyStream] """,
593 'EvtConversionSvc' :
""" name of the persistency service capable to write data from the store [OutputStream] """,
594 'EvtDataSvc' :
""" name of the service managing the data store [OutputStream] """,
595 'Output' :
""" name of the output file specification [OutputStream] """,
596 'VerifyItems' :
""" flag to indicate that item consistency should be checked [OutputStream] """,
597 'PreloadOptItems' :
""" flag indicating whether optional items should be preloaded [OutputStream] """,
598 'AlgDependentItemList' :
""" mapping between algorithm names, and a list of items for which, if the algorithm in question accepted the event, they should be also stored [OutputStream] """,
599 'OutputFile' :
""" name of the output file [OutputStream] """,
600 'OptItemList' :
""" vector of optional item names to be saved to this stream [OutputStream] """,
601 'AuditRestart' :
""" trigger auditor on restart() [Algorithm] """,
602 'ItemList' :
""" vector of item names to be saved to this stream [OutputStream] """,
603 'Timeline' :
""" send events to TimelineSvc [Algorithm] """,
604 'ExtraInputs' :
""" [[deprecated]] [DataHandleHolderBase<PropertyHolder<CommonMessaging<implements<IAlgorithm,IDataHandleHolder,IProperty,IStateful> > > >] """,
605 'AuditAlgorithms' :
""" [[deprecated]] unused [Algorithm] """,
606 'ExtraOutputs' :
""" [[deprecated]] [DataHandleHolderBase<PropertyHolder<CommonMessaging<implements<IAlgorithm,IDataHandleHolder,IProperty,IStateful> > > >] """,
607 'ErrorMax' :
""" [[deprecated]] max number of errors [Algorithm] """,
608 'RequireAlgs' :
""" names of Algorithms that this stream requires [OutputStream] """,
609 'OutputLevel' :
""" output level [Algorithm] """,
610 'AuditStart' :
""" trigger auditor on start() [Algorithm] """,
611 'VetoAlgs' :
""" names of Algorithms that this stream is vetoed by [OutputStream] """,
612 'AuditReinitialize' :
""" trigger auditor on reinitialize() [Algorithm] """,
613 'AuditInitialize' :
""" trigger auditor on initialize() [Algorithm] """,
614 'AuditFinalize' :
""" trigger auditor on finalize() [Algorithm] """,
615 'AuditBeginRun' :
""" trigger auditor on beginRun() [Algorithm] """,
616 'AuditStop' :
""" trigger auditor on stop() [Algorithm] """,
617 'AuditExecute' :
""" trigger auditor on execute() [Algorithm] """,
618 'AuditEndRun' :
""" trigger auditor on endRun() [Algorithm] """,
619 'NeededResources' :
""" named resources needed during event looping [Algorithm] """,
620 'MonitorService' :
""" name to use for Monitor Service [Algorithm] """,
621 'FilterCircularDependencies' :
""" filter out circular data dependencies [Algorithm] """,
622 'RegisterForContextService' :
""" flag to enforce the registration for Algorithm Context Service [Algorithm] """,
623 'AcceptAlgs' :
""" names of Algorithms that this stream accepts [OutputStream] """,
624 'Enable' :
""" should the algorithm be executed or not [Algorithm] """,
625 'IsIOBound' :
""" if the algorithm is I/O-bound (in the broad sense of Von Neumann bottleneck) [Algorithm] """,
626 'Preload' :
""" flag indicating whether data pre-loading should be performed [OutputStream] """,
627 'Cardinality' :
""" how many clones to create - 0 means algo is reentrant [Algorithm] """,
629 def __init__(self, name = Configurable.DefaultName, **kwargs):
630 super(InputCopyStream, self).
__init__(name)
631 for n,v
in kwargs.items():
634 return 'GaudiCommonSvc' 636 return 'InputCopyStream' 642 'AuditServices' :
False,
643 'AuditInitialize' :
False,
644 'AuditStart' :
False,
646 'AuditFinalize' :
False,
647 'AuditReinitialize' :
False,
648 'AuditRestart' :
False,
650 'RootName' :
'/Event',
652 'DataLoader' :
'EventPersistencySvc',
653 'DefaultPartition' :
'Default',
656 'DataLoader' :
""" data loader name [MultiStoreSvc] """,
657 'AuditServices' :
""" [[deprecated]] unused [Service] """,
658 'Partitions' :
""" datastore partition definitions [MultiStoreSvc] """,
659 'AuditInitialize' :
""" trigger auditor on initialize() [Service] """,
660 'DefaultPartition' :
""" default partition name [MultiStoreSvc] """,
661 'AuditStart' :
""" trigger auditor on start() [Service] """,
662 'OutputLevel' :
""" output level [Service] """,
663 'AuditStop' :
""" trigger auditor on stop() [Service] """,
664 'AuditFinalize' :
""" trigger auditor on finalize() [Service] """,
665 'AuditReinitialize' :
""" trigger auditor on reinitialize() [Service] """,
666 'RootName' :
""" name of root entry [MultiStoreSvc] """,
667 'AuditRestart' :
""" trigger auditor on restart() [Service] """,
668 'RootCLID' :
""" CLID of root entry [MultiStoreSvc] """,
670 def __init__(self, name = Configurable.DefaultName, **kwargs):
671 super(MultiStoreSvc, self).
__init__(name)
672 for n,v
in kwargs.items():
675 return 'GaudiCommonSvc' 677 return 'MultiStoreSvc' 687 'AuditAlgorithms' :
False,
688 'AuditInitialize' :
False,
689 'AuditReinitialize' :
False,
690 'AuditRestart' :
False,
691 'AuditExecute' :
False,
692 'AuditFinalize' :
False,
693 'AuditBeginRun' :
False,
694 'AuditEndRun' :
False,
695 'AuditStart' :
False,
698 'MonitorService' :
'MonitorSvc',
699 'RegisterForContextService' :
False,
701 'NeededResources' : [ ],
703 'FilterCircularDependencies' :
True,
706 'AlgDependentItemList' : { },
708 'PreloadOptItems' :
False,
711 'EvtDataSvc' :
'EventDataSvc',
712 'EvtConversionSvc' :
'EventPersistencySvc',
716 'VerifyItems' :
True,
719 'EvtConversionSvc' :
""" name of the persistency service capable to write data from the store [OutputStream] """,
720 'EvtDataSvc' :
""" name of the service managing the data store [OutputStream] """,
721 'Output' :
""" name of the output file specification [OutputStream] """,
722 'VerifyItems' :
""" flag to indicate that item consistency should be checked [OutputStream] """,
723 'PreloadOptItems' :
""" flag indicating whether optional items should be preloaded [OutputStream] """,
724 'AlgDependentItemList' :
""" mapping between algorithm names, and a list of items for which, if the algorithm in question accepted the event, they should be also stored [OutputStream] """,
725 'OutputFile' :
""" name of the output file [OutputStream] """,
726 'OptItemList' :
""" vector of optional item names to be saved to this stream [OutputStream] """,
727 'AuditRestart' :
""" trigger auditor on restart() [Algorithm] """,
728 'ItemList' :
""" vector of item names to be saved to this stream [OutputStream] """,
729 'Timeline' :
""" send events to TimelineSvc [Algorithm] """,
730 'ExtraInputs' :
""" [[deprecated]] [DataHandleHolderBase<PropertyHolder<CommonMessaging<implements<IAlgorithm,IDataHandleHolder,IProperty,IStateful> > > >] """,
731 'AuditAlgorithms' :
""" [[deprecated]] unused [Algorithm] """,
732 'ExtraOutputs' :
""" [[deprecated]] [DataHandleHolderBase<PropertyHolder<CommonMessaging<implements<IAlgorithm,IDataHandleHolder,IProperty,IStateful> > > >] """,
733 'ErrorMax' :
""" [[deprecated]] max number of errors [Algorithm] """,
734 'RequireAlgs' :
""" names of Algorithms that this stream requires [OutputStream] """,
735 'OutputLevel' :
""" output level [Algorithm] """,
736 'AuditStart' :
""" trigger auditor on start() [Algorithm] """,
737 'VetoAlgs' :
""" names of Algorithms that this stream is vetoed by [OutputStream] """,
738 'AuditReinitialize' :
""" trigger auditor on reinitialize() [Algorithm] """,
739 'AuditInitialize' :
""" trigger auditor on initialize() [Algorithm] """,
740 'AuditFinalize' :
""" trigger auditor on finalize() [Algorithm] """,
741 'AuditBeginRun' :
""" trigger auditor on beginRun() [Algorithm] """,
742 'AuditStop' :
""" trigger auditor on stop() [Algorithm] """,
743 'AuditExecute' :
""" trigger auditor on execute() [Algorithm] """,
744 'AuditEndRun' :
""" trigger auditor on endRun() [Algorithm] """,
745 'NeededResources' :
""" named resources needed during event looping [Algorithm] """,
746 'MonitorService' :
""" name to use for Monitor Service [Algorithm] """,
747 'FilterCircularDependencies' :
""" filter out circular data dependencies [Algorithm] """,
748 'RegisterForContextService' :
""" flag to enforce the registration for Algorithm Context Service [Algorithm] """,
749 'AcceptAlgs' :
""" names of Algorithms that this stream accepts [OutputStream] """,
750 'Enable' :
""" should the algorithm be executed or not [Algorithm] """,
751 'IsIOBound' :
""" if the algorithm is I/O-bound (in the broad sense of Von Neumann bottleneck) [Algorithm] """,
752 'Preload' :
""" flag indicating whether data pre-loading should be performed [OutputStream] """,
753 'Cardinality' :
""" how many clones to create - 0 means algo is reentrant [Algorithm] """,
755 def __init__(self, name = Configurable.DefaultName, **kwargs):
756 super(OutputStream, self).
__init__(name)
757 for n,v
in kwargs.items():
760 return 'GaudiCommonSvc' 762 return 'OutputStream' 772 'AuditAlgorithms' :
False,
773 'AuditInitialize' :
False,
774 'AuditReinitialize' :
False,
775 'AuditRestart' :
False,
776 'AuditExecute' :
False,
777 'AuditFinalize' :
False,
778 'AuditBeginRun' :
False,
779 'AuditEndRun' :
False,
780 'AuditStart' :
False,
783 'MonitorService' :
'MonitorSvc',
784 'RegisterForContextService' :
False,
786 'NeededResources' : [ ],
788 'FilterCircularDependencies' :
True,
790 'Tool' :
'PartitionSwitchTool',
793 'AuditRestart' :
""" trigger auditor on restart() [Algorithm] """,
794 'Timeline' :
""" send events to TimelineSvc [Algorithm] """,
795 'Tool' :
""" option to set the tool manipulating the multi-service name [PartitionSwitchAlg] """,
796 'ExtraInputs' :
""" [[deprecated]] [DataHandleHolderBase<PropertyHolder<CommonMessaging<implements<IAlgorithm,IDataHandleHolder,IProperty,IStateful> > > >] """,
797 'AuditAlgorithms' :
""" [[deprecated]] unused [Algorithm] """,
798 'ExtraOutputs' :
""" [[deprecated]] [DataHandleHolderBase<PropertyHolder<CommonMessaging<implements<IAlgorithm,IDataHandleHolder,IProperty,IStateful> > > >] """,
799 'ErrorMax' :
""" [[deprecated]] max number of errors [Algorithm] """,
800 'OutputLevel' :
""" output level [Algorithm] """,
801 'AuditStart' :
""" trigger auditor on start() [Algorithm] """,
802 'AuditReinitialize' :
""" trigger auditor on reinitialize() [Algorithm] """,
803 'AuditInitialize' :
""" trigger auditor on initialize() [Algorithm] """,
804 'Partition' :
""" option to set the requested partition name [PartitionSwitchAlg] """,
805 'AuditFinalize' :
""" trigger auditor on finalize() [Algorithm] """,
806 'AuditBeginRun' :
""" trigger auditor on beginRun() [Algorithm] """,
807 'AuditStop' :
""" trigger auditor on stop() [Algorithm] """,
808 'AuditExecute' :
""" trigger auditor on execute() [Algorithm] """,
809 'AuditEndRun' :
""" trigger auditor on endRun() [Algorithm] """,
810 'NeededResources' :
""" named resources needed during event looping [Algorithm] """,
811 'MonitorService' :
""" name to use for Monitor Service [Algorithm] """,
812 'FilterCircularDependencies' :
""" filter out circular data dependencies [Algorithm] """,
813 'RegisterForContextService' :
""" flag to enforce the registration for Algorithm Context Service [Algorithm] """,
814 'Enable' :
""" should the algorithm be executed or not [Algorithm] """,
815 'IsIOBound' :
""" if the algorithm is I/O-bound (in the broad sense of Von Neumann bottleneck) [Algorithm] """,
816 'Cardinality' :
""" how many clones to create - 0 means algo is reentrant [Algorithm] """,
818 def __init__(self, name = Configurable.DefaultName, **kwargs):
819 super(PartitionSwitchAlg, self).
__init__(name)
820 for n,v
in kwargs.items():
823 return 'GaudiCommonSvc' 825 return 'PartitionSwitchAlg' 833 'MonitorService' :
'MonitorSvc',
834 'AuditTools' :
False,
835 'AuditInitialize' :
False,
836 'AuditStart' :
False,
838 'AuditFinalize' :
False,
839 'AuditReinitialize' :
False,
840 'AuditRestart' :
False,
841 'Actor' :
'EventDataService',
844 'Actor' :
""" option to set the multi-service name [PartitionSwitchTool] """,
845 'AuditRestart' :
""" trigger auditor on restart() [AlgTool] """,
846 'MonitorService' :
""" name to use for Monitor Service [AlgTool] """,
847 'ExtraOutputs' :
""" [[deprecated]] [DataHandleHolderBase<PropertyHolder<CommonMessaging<implements<IAlgTool,IDataHandleHolder,IProperty,IStateful> > > >] """,
848 'AuditTools' :
""" [[deprecated]] unused [AlgTool] """,
849 'AuditInitialize' :
""" trigger auditor on initialize() [AlgTool] """,
850 'OutputLevel' :
""" output level [AlgTool] """,
851 'AuditStart' :
""" trigger auditor on start() [AlgTool] """,
852 'AuditStop' :
""" trigger auditor on stop() [AlgTool] """,
853 'AuditFinalize' :
""" trigger auditor on finalize() [AlgTool] """,
854 'ExtraInputs' :
""" [[deprecated]] [DataHandleHolderBase<PropertyHolder<CommonMessaging<implements<IAlgTool,IDataHandleHolder,IProperty,IStateful> > > >] """,
855 'AuditReinitialize' :
""" trigger auditor on reinitialize() [AlgTool] """,
857 def __init__(self, name = Configurable.DefaultName, **kwargs):
858 super(PartitionSwitchTool, self).
__init__(name)
859 for n,v
in kwargs.items():
862 return 'GaudiCommonSvc' 864 return 'PartitionSwitchTool' 870 'AuditServices' :
False,
871 'AuditInitialize' :
False,
872 'AuditStart' :
False,
874 'AuditFinalize' :
False,
875 'AuditReinitialize' :
False,
876 'AuditRestart' :
False,
880 'AuditRestart' :
""" trigger auditor on restart() [Service] """,
881 'AuditReinitialize' :
""" trigger auditor on reinitialize() [Service] """,
882 'AuditFinalize' :
""" trigger auditor on finalize() [Service] """,
883 'AuditStop' :
""" trigger auditor on stop() [Service] """,
884 'CnvServices' :
""" Names of services to be requested from the service locator and added by default [PersistencySvc] """,
885 'OutputLevel' :
""" output level [Service] """,
886 'AuditInitialize' :
""" trigger auditor on initialize() [Service] """,
887 'AuditServices' :
""" [[deprecated]] unused [Service] """,
888 'AuditStart' :
""" trigger auditor on start() [Service] """,
890 def __init__(self, name = Configurable.DefaultName, **kwargs):
891 super(PersistencySvc, self).
__init__(name)
892 for n,v
in kwargs.items():
895 return 'GaudiCommonSvc' 897 return 'PersistencySvc' 903 'AuditServices' :
False,
904 'AuditInitialize' :
False,
905 'AuditStart' :
False,
907 'AuditFinalize' :
False,
908 'AuditReinitialize' :
False,
909 'AuditRestart' :
False,
911 'RootName' :
'/Records',
912 'ForceLeaves' :
False,
913 'InhibitPathes' : [ ],
914 'EnableFaultHandler' :
False,
915 'DataFaultName' :
'DataFault',
916 'EnableAccessHandler' :
False,
917 'DataAccessName' :
'DataAccess',
920 'SaveIncident' :
'SAVE_RECORD',
921 'PersistencySvc' :
'PersistencySvc/RecordPersistencySvc',
924 'PersistencySvc' :
""" name of the persistency service [RecordDataSvc] """,
925 'SaveIncident' :
""" name of the 'save' incident [RecordDataSvc] """,
926 'IncidentName' :
""" name of incident to be fired if new record arrives [RecordDataSvc] """,
927 'AutoLoad' :
""" autoload of records [RecordDataSvc] """,
928 'DataAccessName' :
""" Name of the data access incident [DataSvc] """,
929 'EnableAccessHandler' :
""" enable incidents on data access requests [DataSvc] """,
930 'DataFaultName' :
""" Name of the data fault incident [DataSvc] """,
931 'InhibitPathes' :
""" inhibited leaves [DataSvc] """,
932 'AuditServices' :
""" [[deprecated]] unused [Service] """,
933 'AuditInitialize' :
""" trigger auditor on initialize() [Service] """,
934 'AuditStart' :
""" trigger auditor on start() [Service] """,
935 'OutputLevel' :
""" output level [Service] """,
936 'AuditStop' :
""" trigger auditor on stop() [Service] """,
937 'ForceLeaves' :
""" force creation of default leaves on registerObject [DataSvc] """,
938 'AuditFinalize' :
""" trigger auditor on finalize() [Service] """,
939 'AuditReinitialize' :
""" trigger auditor on reinitialize() [Service] """,
940 'RootName' :
""" name of root entry [DataSvc] """,
941 'AuditRestart' :
""" trigger auditor on restart() [Service] """,
942 'EnableFaultHandler' :
""" enable incidents on data creation requests [DataSvc] """,
943 'RootCLID' :
""" CLID of root entry [DataSvc] """,
945 def __init__(self, name = Configurable.DefaultName, **kwargs):
946 super(RecordDataSvc, self).
__init__(name)
947 for n,v
in kwargs.items():
950 return 'GaudiCommonSvc' 952 return 'RecordDataSvc' 962 'AuditAlgorithms' :
False,
963 'AuditInitialize' :
False,
964 'AuditReinitialize' :
False,
965 'AuditRestart' :
False,
966 'AuditExecute' :
False,
967 'AuditFinalize' :
False,
968 'AuditBeginRun' :
False,
969 'AuditEndRun' :
False,
970 'AuditStart' :
False,
973 'MonitorService' :
'MonitorSvc',
974 'RegisterForContextService' :
False,
976 'NeededResources' : [ ],
978 'FilterCircularDependencies' :
True,
981 'AlgDependentItemList' : { },
983 'PreloadOptItems' :
False,
986 'EvtDataSvc' :
'EventDataSvc',
987 'EvtConversionSvc' :
'EventPersistencySvc',
991 'VerifyItems' :
True,
992 'FireIncidents' :
False,
995 'FireIncidents' :
""" if to fire incidents for writing opening/closing etc [unknown owner type] """,
996 'EvtConversionSvc' :
""" name of the persistency service capable to write data from the store [OutputStream] """,
997 'EvtDataSvc' :
""" name of the service managing the data store [OutputStream] """,
998 'Output' :
""" name of the output file specification [OutputStream] """,
999 'VerifyItems' :
""" flag to indicate that item consistency should be checked [OutputStream] """,
1000 'PreloadOptItems' :
""" flag indicating whether optional items should be preloaded [OutputStream] """,
1001 'AlgDependentItemList' :
""" mapping between algorithm names, and a list of items for which, if the algorithm in question accepted the event, they should be also stored [OutputStream] """,
1002 'OutputFile' :
""" name of the output file [OutputStream] """,
1003 'OptItemList' :
""" vector of optional item names to be saved to this stream [OutputStream] """,
1004 'AuditRestart' :
""" trigger auditor on restart() [Algorithm] """,
1005 'ItemList' :
""" vector of item names to be saved to this stream [OutputStream] """,
1006 'Timeline' :
""" send events to TimelineSvc [Algorithm] """,
1007 'ExtraInputs' :
""" [[deprecated]] [DataHandleHolderBase<PropertyHolder<CommonMessaging<implements<IAlgorithm,IDataHandleHolder,IProperty,IStateful> > > >] """,
1008 'AuditAlgorithms' :
""" [[deprecated]] unused [Algorithm] """,
1009 'ExtraOutputs' :
""" [[deprecated]] [DataHandleHolderBase<PropertyHolder<CommonMessaging<implements<IAlgorithm,IDataHandleHolder,IProperty,IStateful> > > >] """,
1010 'ErrorMax' :
""" [[deprecated]] max number of errors [Algorithm] """,
1011 'RequireAlgs' :
""" names of Algorithms that this stream requires [OutputStream] """,
1012 'OutputLevel' :
""" output level [Algorithm] """,
1013 'AuditStart' :
""" trigger auditor on start() [Algorithm] """,
1014 'VetoAlgs' :
""" names of Algorithms that this stream is vetoed by [OutputStream] """,
1015 'AuditReinitialize' :
""" trigger auditor on reinitialize() [Algorithm] """,
1016 'AuditInitialize' :
""" trigger auditor on initialize() [Algorithm] """,
1017 'AuditFinalize' :
""" trigger auditor on finalize() [Algorithm] """,
1018 'AuditBeginRun' :
""" trigger auditor on beginRun() [Algorithm] """,
1019 'AuditStop' :
""" trigger auditor on stop() [Algorithm] """,
1020 'AuditExecute' :
""" trigger auditor on execute() [Algorithm] """,
1021 'AuditEndRun' :
""" trigger auditor on endRun() [Algorithm] """,
1022 'NeededResources' :
""" named resources needed during event looping [Algorithm] """,
1023 'MonitorService' :
""" name to use for Monitor Service [Algorithm] """,
1024 'FilterCircularDependencies' :
""" filter out circular data dependencies [Algorithm] """,
1025 'RegisterForContextService' :
""" flag to enforce the registration for Algorithm Context Service [Algorithm] """,
1026 'AcceptAlgs' :
""" names of Algorithms that this stream accepts [OutputStream] """,
1027 'Enable' :
""" should the algorithm be executed or not [Algorithm] """,
1028 'IsIOBound' :
""" if the algorithm is I/O-bound (in the broad sense of Von Neumann bottleneck) [Algorithm] """,
1029 'Preload' :
""" flag indicating whether data pre-loading should be performed [OutputStream] """,
1030 'Cardinality' :
""" how many clones to create - 0 means algo is reentrant [Algorithm] """,
1032 def __init__(self, name = Configurable.DefaultName, **kwargs):
1033 super(RecordStream, self).
__init__(name)
1034 for n,v
in kwargs.items():
1037 return 'GaudiCommonSvc' 1039 return 'RecordStream' 1045 'AuditServices' :
False,
1046 'AuditInitialize' :
False,
1047 'AuditStart' :
False,
1048 'AuditStop' :
False,
1049 'AuditFinalize' :
False,
1050 'AuditReinitialize' :
False,
1051 'AuditRestart' :
False,
1053 'RootName' :
'/RunRecords',
1054 'ForceLeaves' :
False,
1055 'InhibitPathes' : [ ],
1056 'EnableFaultHandler' :
False,
1057 'DataFaultName' :
'DataFault',
1058 'EnableAccessHandler' :
False,
1059 'DataAccessName' :
'DataAccess',
1061 'IncidentName' :
'NEW_RUN_RECORD',
1062 'SaveIncident' :
'SAVE_RUN_RECORD',
1063 'PersistencySvc' :
'PersistencySvc/RecordPersistencySvc',
1066 'PersistencySvc' :
""" name of the persistency service [RecordDataSvc] """,
1067 'SaveIncident' :
""" name of the 'save' incident [RecordDataSvc] """,
1068 'IncidentName' :
""" name of incident to be fired if new record arrives [RecordDataSvc] """,
1069 'AutoLoad' :
""" autoload of records [RecordDataSvc] """,
1070 'DataAccessName' :
""" Name of the data access incident [DataSvc] """,
1071 'EnableAccessHandler' :
""" enable incidents on data access requests [DataSvc] """,
1072 'DataFaultName' :
""" Name of the data fault incident [DataSvc] """,
1073 'InhibitPathes' :
""" inhibited leaves [DataSvc] """,
1074 'AuditServices' :
""" [[deprecated]] unused [Service] """,
1075 'AuditInitialize' :
""" trigger auditor on initialize() [Service] """,
1076 'AuditStart' :
""" trigger auditor on start() [Service] """,
1077 'OutputLevel' :
""" output level [Service] """,
1078 'AuditStop' :
""" trigger auditor on stop() [Service] """,
1079 'ForceLeaves' :
""" force creation of default leaves on registerObject [DataSvc] """,
1080 'AuditFinalize' :
""" trigger auditor on finalize() [Service] """,
1081 'AuditReinitialize' :
""" trigger auditor on reinitialize() [Service] """,
1082 'RootName' :
""" name of root entry [DataSvc] """,
1083 'AuditRestart' :
""" trigger auditor on restart() [Service] """,
1084 'EnableFaultHandler' :
""" enable incidents on data creation requests [DataSvc] """,
1085 'RootCLID' :
""" CLID of root entry [DataSvc] """,
1087 def __init__(self, name = Configurable.DefaultName, **kwargs):
1088 super(RunRecordDataSvc, self).
__init__(name)
1089 for n,v
in kwargs.items():
1092 return 'GaudiCommonSvc' 1094 return 'RunRecordDataSvc' 1100 'ExtraOutputs' : [],
1104 'AuditAlgorithms' :
False,
1105 'AuditInitialize' :
False,
1106 'AuditReinitialize' :
False,
1107 'AuditRestart' :
False,
1108 'AuditExecute' :
False,
1109 'AuditFinalize' :
False,
1110 'AuditBeginRun' :
False,
1111 'AuditEndRun' :
False,
1112 'AuditStart' :
False,
1113 'AuditStop' :
False,
1115 'MonitorService' :
'MonitorSvc',
1116 'RegisterForContextService' :
False,
1118 'NeededResources' : [ ],
1119 'IsIOBound' :
False,
1120 'FilterCircularDependencies' :
True,
1122 'OptItemList' : [ ],
1123 'AlgDependentItemList' : { },
1125 'PreloadOptItems' :
False,
1128 'EvtDataSvc' :
'EventDataSvc',
1129 'EvtConversionSvc' :
'EventPersistencySvc',
1131 'RequireAlgs' : [ ],
1133 'VerifyItems' :
True,
1136 'EvtConversionSvc' :
""" name of the persistency service capable to write data from the store [OutputStream] """,
1137 'EvtDataSvc' :
""" name of the service managing the data store [OutputStream] """,
1138 'Output' :
""" name of the output file specification [OutputStream] """,
1139 'VerifyItems' :
""" flag to indicate that item consistency should be checked [OutputStream] """,
1140 'PreloadOptItems' :
""" flag indicating whether optional items should be preloaded [OutputStream] """,
1141 'AlgDependentItemList' :
""" mapping between algorithm names, and a list of items for which, if the algorithm in question accepted the event, they should be also stored [OutputStream] """,
1142 'OutputFile' :
""" name of the output file [OutputStream] """,
1143 'OptItemList' :
""" vector of optional item names to be saved to this stream [OutputStream] """,
1144 'AuditRestart' :
""" trigger auditor on restart() [Algorithm] """,
1145 'ItemList' :
""" vector of item names to be saved to this stream [OutputStream] """,
1146 'Timeline' :
""" send events to TimelineSvc [Algorithm] """,
1147 'ExtraInputs' :
""" [[deprecated]] [DataHandleHolderBase<PropertyHolder<CommonMessaging<implements<IAlgorithm,IDataHandleHolder,IProperty,IStateful> > > >] """,
1148 'AuditAlgorithms' :
""" [[deprecated]] unused [Algorithm] """,
1149 'ExtraOutputs' :
""" [[deprecated]] [DataHandleHolderBase<PropertyHolder<CommonMessaging<implements<IAlgorithm,IDataHandleHolder,IProperty,IStateful> > > >] """,
1150 'ErrorMax' :
""" [[deprecated]] max number of errors [Algorithm] """,
1151 'RequireAlgs' :
""" names of Algorithms that this stream requires [OutputStream] """,
1152 'OutputLevel' :
""" output level [Algorithm] """,
1153 'AuditStart' :
""" trigger auditor on start() [Algorithm] """,
1154 'VetoAlgs' :
""" names of Algorithms that this stream is vetoed by [OutputStream] """,
1155 'AuditReinitialize' :
""" trigger auditor on reinitialize() [Algorithm] """,
1156 'AuditInitialize' :
""" trigger auditor on initialize() [Algorithm] """,
1157 'AuditFinalize' :
""" trigger auditor on finalize() [Algorithm] """,
1158 'AuditBeginRun' :
""" trigger auditor on beginRun() [Algorithm] """,
1159 'AuditStop' :
""" trigger auditor on stop() [Algorithm] """,
1160 'AuditExecute' :
""" trigger auditor on execute() [Algorithm] """,
1161 'AuditEndRun' :
""" trigger auditor on endRun() [Algorithm] """,
1162 'NeededResources' :
""" named resources needed during event looping [Algorithm] """,
1163 'MonitorService' :
""" name to use for Monitor Service [Algorithm] """,
1164 'FilterCircularDependencies' :
""" filter out circular data dependencies [Algorithm] """,
1165 'RegisterForContextService' :
""" flag to enforce the registration for Algorithm Context Service [Algorithm] """,
1166 'AcceptAlgs' :
""" names of Algorithms that this stream accepts [OutputStream] """,
1167 'Enable' :
""" should the algorithm be executed or not [Algorithm] """,
1168 'IsIOBound' :
""" if the algorithm is I/O-bound (in the broad sense of Von Neumann bottleneck) [Algorithm] """,
1169 'Preload' :
""" flag indicating whether data pre-loading should be performed [OutputStream] """,
1170 'Cardinality' :
""" how many clones to create - 0 means algo is reentrant [Algorithm] """,
1172 def __init__(self, name = Configurable.DefaultName, **kwargs):
1173 super(RunRecordStream, self).
__init__(name)
1174 for n,v
in kwargs.items():
1177 return 'GaudiCommonSvc' 1179 return 'RunRecordStream' 1185 'ExtraOutputs' : [],
1189 'AuditAlgorithms' :
False,
1190 'AuditInitialize' :
False,
1191 'AuditReinitialize' :
False,
1192 'AuditRestart' :
False,
1193 'AuditExecute' :
False,
1194 'AuditFinalize' :
False,
1195 'AuditBeginRun' :
False,
1196 'AuditEndRun' :
False,
1197 'AuditStart' :
False,
1198 'AuditStop' :
False,
1200 'MonitorService' :
'MonitorSvc',
1201 'RegisterForContextService' :
False,
1203 'NeededResources' : [ ],
1204 'IsIOBound' :
False,
1205 'FilterCircularDependencies' :
True,
1207 'OptItemList' : [ ],
1208 'AlgDependentItemList' : { },
1210 'PreloadOptItems' :
False,
1213 'EvtDataSvc' :
'EventDataSvc',
1214 'EvtConversionSvc' :
'EventPersistencySvc',
1216 'RequireAlgs' : [ ],
1218 'VerifyItems' :
True,
1219 'EventsPerFile' : 4294967295,
1220 'NumericFilename' :
False,
1224 'EventsPerFile' :
""" [SequentialOutputStream] """,
1225 'EvtConversionSvc' :
""" name of the persistency service capable to write data from the store [OutputStream] """,
1226 'EvtDataSvc' :
""" name of the service managing the data store [OutputStream] """,
1227 'Output' :
""" name of the output file specification [OutputStream] """,
1228 'VerifyItems' :
""" flag to indicate that item consistency should be checked [OutputStream] """,
1229 'PreloadOptItems' :
""" flag indicating whether optional items should be preloaded [OutputStream] """,
1230 'AlgDependentItemList' :
""" mapping between algorithm names, and a list of items for which, if the algorithm in question accepted the event, they should be also stored [OutputStream] """,
1231 'OutputFile' :
""" name of the output file [OutputStream] """,
1232 'OptItemList' :
""" vector of optional item names to be saved to this stream [OutputStream] """,
1233 'AuditRestart' :
""" trigger auditor on restart() [Algorithm] """,
1234 'NumericFilename' :
""" [SequentialOutputStream] """,
1235 'ItemList' :
""" vector of item names to be saved to this stream [OutputStream] """,
1236 'Timeline' :
""" send events to TimelineSvc [Algorithm] """,
1237 'ExtraInputs' :
""" [[deprecated]] [DataHandleHolderBase<PropertyHolder<CommonMessaging<implements<IAlgorithm,IDataHandleHolder,IProperty,IStateful> > > >] """,
1238 'AuditAlgorithms' :
""" [[deprecated]] unused [Algorithm] """,
1239 'ExtraOutputs' :
""" [[deprecated]] [DataHandleHolderBase<PropertyHolder<CommonMessaging<implements<IAlgorithm,IDataHandleHolder,IProperty,IStateful> > > >] """,
1240 'ErrorMax' :
""" [[deprecated]] max number of errors [Algorithm] """,
1241 'RequireAlgs' :
""" names of Algorithms that this stream requires [OutputStream] """,
1242 'OutputLevel' :
""" output level [Algorithm] """,
1243 'AuditStart' :
""" trigger auditor on start() [Algorithm] """,
1244 'VetoAlgs' :
""" names of Algorithms that this stream is vetoed by [OutputStream] """,
1245 'AuditReinitialize' :
""" trigger auditor on reinitialize() [Algorithm] """,
1246 'AuditInitialize' :
""" trigger auditor on initialize() [Algorithm] """,
1247 'AuditFinalize' :
""" trigger auditor on finalize() [Algorithm] """,
1248 'AuditBeginRun' :
""" trigger auditor on beginRun() [Algorithm] """,
1249 'AuditStop' :
""" trigger auditor on stop() [Algorithm] """,
1250 'AuditExecute' :
""" trigger auditor on execute() [Algorithm] """,
1251 'AuditEndRun' :
""" trigger auditor on endRun() [Algorithm] """,
1252 'NeededResources' :
""" named resources needed during event looping [Algorithm] """,
1253 'MonitorService' :
""" name to use for Monitor Service [Algorithm] """,
1254 'FilterCircularDependencies' :
""" filter out circular data dependencies [Algorithm] """,
1255 'RegisterForContextService' :
""" flag to enforce the registration for Algorithm Context Service [Algorithm] """,
1256 'NumbersAdded' :
""" [SequentialOutputStream] """,
1257 'AcceptAlgs' :
""" names of Algorithms that this stream accepts [OutputStream] """,
1258 'Enable' :
""" should the algorithm be executed or not [Algorithm] """,
1259 'IsIOBound' :
""" if the algorithm is I/O-bound (in the broad sense of Von Neumann bottleneck) [Algorithm] """,
1260 'Preload' :
""" flag indicating whether data pre-loading should be performed [OutputStream] """,
1261 'Cardinality' :
""" how many clones to create - 0 means algo is reentrant [Algorithm] """,
1263 def __init__(self, name = Configurable.DefaultName, **kwargs):
1264 super(SequentialOutputStream, self).
__init__(name)
1265 for n,v
in kwargs.items():
1268 return 'GaudiCommonSvc' 1270 return 'SequentialOutputStream' 1276 'AuditServices' :
False,
1277 'AuditInitialize' :
False,
1278 'AuditStart' :
False,
1279 'AuditStop' :
False,
1280 'AuditFinalize' :
False,
1281 'AuditReinitialize' :
False,
1282 'AuditRestart' :
False,
1284 'AbortOnError' :
False,
1285 'SuppressCheck' :
False,
1286 'IgnoreDicts' :
True,
1289 'IgnoreDicts' :
""" [StatusCodeSvc] """,
1290 'SuppressCheck' :
""" [StatusCodeSvc] """,
1291 'AbortOnError' :
""" [StatusCodeSvc] """,
1292 'AuditServices' :
""" [[deprecated]] unused [Service] """,
1293 'Filter' :
""" [StatusCodeSvc] """,
1294 'AuditInitialize' :
""" trigger auditor on initialize() [Service] """,
1295 'AuditStart' :
""" trigger auditor on start() [Service] """,
1296 'OutputLevel' :
""" output level [Service] """,
1297 'AuditStop' :
""" trigger auditor on stop() [Service] """,
1298 'AuditFinalize' :
""" trigger auditor on finalize() [Service] """,
1299 'AuditReinitialize' :
""" trigger auditor on reinitialize() [Service] """,
1300 'AuditRestart' :
""" trigger auditor on restart() [Service] """,
1302 def __init__(self, name = Configurable.DefaultName, **kwargs):
1303 super(StatusCodeSvc, self).
__init__(name)
1304 for n,v
in kwargs.items():
1307 return 'GaudiCommonSvc' 1309 return 'StatusCodeSvc' 1315 'ExtraOutputs' : [],
1319 'AuditAlgorithms' :
False,
1320 'AuditInitialize' :
False,
1321 'AuditReinitialize' :
False,
1322 'AuditRestart' :
False,
1323 'AuditExecute' :
False,
1324 'AuditFinalize' :
False,
1325 'AuditBeginRun' :
False,
1326 'AuditEndRun' :
False,
1327 'AuditStart' :
False,
1328 'AuditStop' :
False,
1330 'MonitorService' :
'MonitorSvc',
1331 'RegisterForContextService' :
False,
1333 'NeededResources' : [ ],
1334 'IsIOBound' :
False,
1335 'FilterCircularDependencies' :
True,
1339 'PrintFreq' : 0.0000000,
1340 'ExploreRelations' :
False,
1341 'DataSvc' :
'EventDataSvc',
1342 'TestAccess' :
False,
1343 'AccessForeign' :
False,
1346 'DataSvc' :
""" name of the data provider service [StoreExplorerAlg] """,
1347 'PrintFreq' :
""" printout frequency [StoreExplorerAlg] """,
1348 'PrintEvt' :
""" limit printout to first N events [StoreExplorerAlg] """,
1349 'AuditRestart' :
""" trigger auditor on restart() [Algorithm] """,
1350 'Timeline' :
""" send events to TimelineSvc [Algorithm] """,
1351 'ExtraInputs' :
""" [[deprecated]] [DataHandleHolderBase<PropertyHolder<CommonMessaging<implements<IAlgorithm,IDataHandleHolder,IProperty,IStateful> > > >] """,
1352 'AuditAlgorithms' :
""" [[deprecated]] unused [Algorithm] """,
1353 'ExtraOutputs' :
""" [[deprecated]] [DataHandleHolderBase<PropertyHolder<CommonMessaging<implements<IAlgorithm,IDataHandleHolder,IProperty,IStateful> > > >] """,
1354 'ErrorMax' :
""" [[deprecated]] max number of errors [Algorithm] """,
1355 'Load' :
""" load non existing items [StoreExplorerAlg] """,
1356 'OutputLevel' :
""" output level [Algorithm] """,
1357 'AccessForeign' :
""" indicate if foreign files should be opened [StoreExplorerAlg] """,
1358 'AuditStart' :
""" trigger auditor on start() [Algorithm] """,
1359 'AuditReinitialize' :
""" trigger auditor on reinitialize() [Algorithm] """,
1360 'AuditInitialize' :
""" trigger auditor on initialize() [Algorithm] """,
1361 'AuditFinalize' :
""" trigger auditor on finalize() [Algorithm] """,
1362 'PrintMissing' :
""" indicate if missing entities should be printed [StoreExplorerAlg] """,
1363 'AuditBeginRun' :
""" trigger auditor on beginRun() [Algorithm] """,
1364 'AuditStop' :
""" trigger auditor on stop() [Algorithm] """,
1365 'AuditExecute' :
""" trigger auditor on execute() [Algorithm] """,
1366 'AuditEndRun' :
""" trigger auditor on endRun() [Algorithm] """,
1367 'NeededResources' :
""" named resources needed during event looping [Algorithm] """,
1368 'MonitorService' :
""" name to use for Monitor Service [Algorithm] """,
1369 'FilterCircularDependencies' :
""" filter out circular data dependencies [Algorithm] """,
1370 'RegisterForContextService' :
""" flag to enforce the registration for Algorithm Context Service [Algorithm] """,
1371 'Enable' :
""" should the algorithm be executed or not [Algorithm] """,
1372 'IsIOBound' :
""" if the algorithm is I/O-bound (in the broad sense of Von Neumann bottleneck) [Algorithm] """,
1373 'TestAccess' :
""" test access to objects (DataObject and ContainedObject) [StoreExplorerAlg] """,
1374 'ExploreRelations' :
""" if relations should be followed [StoreExplorerAlg] """,
1375 'Cardinality' :
""" how many clones to create - 0 means algo is reentrant [Algorithm] """,
1377 def __init__(self, name = Configurable.DefaultName, **kwargs):
1378 super(StoreExplorerAlg, self).
__init__(name)
1379 for n,v
in kwargs.items():
1382 return 'GaudiCommonSvc' 1384 return 'StoreExplorerAlg' 1390 'ExtraOutputs' : [],
1394 'AuditAlgorithms' :
False,
1395 'AuditInitialize' :
False,
1396 'AuditReinitialize' :
False,
1397 'AuditRestart' :
False,
1398 'AuditExecute' :
False,
1399 'AuditFinalize' :
False,
1400 'AuditBeginRun' :
False,
1401 'AuditEndRun' :
False,
1402 'AuditStart' :
False,
1403 'AuditStop' :
False,
1405 'MonitorService' :
'MonitorSvc',
1406 'RegisterForContextService' :
False,
1408 'NeededResources' : [ ],
1409 'IsIOBound' :
False,
1410 'FilterCircularDependencies' :
True,
1413 'Cardinality' :
""" how many clones to create - 0 means algo is reentrant [Algorithm] """,
1414 'IsIOBound' :
""" if the algorithm is I/O-bound (in the broad sense of Von Neumann bottleneck) [Algorithm] """,
1415 'RegisterForContextService' :
""" flag to enforce the registration for Algorithm Context Service [Algorithm] """,
1416 'MonitorService' :
""" name to use for Monitor Service [Algorithm] """,
1417 'NeededResources' :
""" named resources needed during event looping [Algorithm] """,
1418 'AuditEndRun' :
""" trigger auditor on endRun() [Algorithm] """,
1419 'AuditStop' :
""" trigger auditor on stop() [Algorithm] """,
1420 'AuditBeginRun' :
""" trigger auditor on beginRun() [Algorithm] """,
1421 'AuditFinalize' :
""" trigger auditor on finalize() [Algorithm] """,
1422 'Enable' :
""" should the algorithm be executed or not [Algorithm] """,
1423 'AuditInitialize' :
""" trigger auditor on initialize() [Algorithm] """,
1424 'AuditExecute' :
""" trigger auditor on execute() [Algorithm] """,
1425 'FilterCircularDependencies' :
""" filter out circular data dependencies [Algorithm] """,
1426 'AuditStart' :
""" trigger auditor on start() [Algorithm] """,
1427 'OutputLevel' :
""" output level [Algorithm] """,
1428 'ErrorMax' :
""" [[deprecated]] max number of errors [Algorithm] """,
1429 'ExtraOutputs' :
""" [[deprecated]] [DataHandleHolderBase<PropertyHolder<CommonMessaging<implements<IAlgorithm,IDataHandleHolder,IProperty,IStateful> > > >] """,
1430 'AuditAlgorithms' :
""" [[deprecated]] unused [Algorithm] """,
1431 'ExtraInputs' :
""" [[deprecated]] [DataHandleHolderBase<PropertyHolder<CommonMessaging<implements<IAlgorithm,IDataHandleHolder,IProperty,IStateful> > > >] """,
1432 'AuditReinitialize' :
""" trigger auditor on reinitialize() [Algorithm] """,
1433 'Timeline' :
""" send events to TimelineSvc [Algorithm] """,
1434 'AuditRestart' :
""" trigger auditor on restart() [Algorithm] """,
1436 def __init__(self, name = Configurable.DefaultName, **kwargs):
1437 super(StoreSnifferAlg, self).
__init__(name)
1438 for n,v
in kwargs.items():
1441 return 'GaudiCommonSvc' 1443 return 'StoreSnifferAlg' 1449 'ExtraOutputs' : [],
1453 'AuditAlgorithms' :
False,
1454 'AuditInitialize' :
False,
1455 'AuditReinitialize' :
False,
1456 'AuditRestart' :
False,
1457 'AuditExecute' :
False,
1458 'AuditFinalize' :
False,
1459 'AuditBeginRun' :
False,
1460 'AuditEndRun' :
False,
1461 'AuditStart' :
False,
1462 'AuditStop' :
False,
1464 'MonitorService' :
'MonitorSvc',
1465 'RegisterForContextService' :
False,
1467 'NeededResources' : [ ],
1468 'IsIOBound' :
False,
1469 'FilterCircularDependencies' :
True,
1471 'OptItemList' : [ ],
1472 'AlgDependentItemList' : { },
1474 'PreloadOptItems' :
False,
1477 'EvtDataSvc' :
'EventDataSvc',
1478 'EvtConversionSvc' :
'EventPersistencySvc',
1480 'RequireAlgs' : [ ],
1482 'VerifyItems' :
True,
1483 'AddressLeaf' :
'/Event',
1484 'AddressColumn' :
'Address',
1485 'TagCollectionSvc' :
'NTupleSvc',
1486 'ObjectsFirst' :
True,
1490 'AddressLeaf' :
""" name of the address leaf in the transient event store [TagCollectionStream] """,
1491 'EvtConversionSvc' :
""" name of the persistency service capable to write data from the store [OutputStream] """,
1492 'TagCollectionSvc' :
""" name of the collection service [TagCollectionStream] """,
1493 'EvtDataSvc' :
""" name of the service managing the data store [OutputStream] """,
1494 'Output' :
""" name of the output file specification [OutputStream] """,
1495 'Collection' :
""" name of the tag collection in the transient store [TagCollectionStream] """,
1496 'VerifyItems' :
""" flag to indicate that item consistency should be checked [OutputStream] """,
1497 'PreloadOptItems' :
""" flag indicating whether optional items should be preloaded [OutputStream] """,
1498 'AlgDependentItemList' :
""" mapping between algorithm names, and a list of items for which, if the algorithm in question accepted the event, they should be also stored [OutputStream] """,
1499 'OutputFile' :
""" name of the output file [OutputStream] """,
1500 'OptItemList' :
""" vector of optional item names to be saved to this stream [OutputStream] """,
1501 'AuditRestart' :
""" trigger auditor on restart() [Algorithm] """,
1502 'ItemList' :
""" vector of item names to be saved to this stream [OutputStream] """,
1503 'Timeline' :
""" send events to TimelineSvc [Algorithm] """,
1504 'AddressColumn' :
""" name of the address column of the tag collection [TagCollectionStream] """,
1505 'ExtraInputs' :
""" [[deprecated]] [DataHandleHolderBase<PropertyHolder<CommonMessaging<implements<IAlgorithm,IDataHandleHolder,IProperty,IStateful> > > >] """,
1506 'AuditAlgorithms' :
""" [[deprecated]] unused [Algorithm] """,
1507 'ExtraOutputs' :
""" [[deprecated]] [DataHandleHolderBase<PropertyHolder<CommonMessaging<implements<IAlgorithm,IDataHandleHolder,IProperty,IStateful> > > >] """,
1508 'ErrorMax' :
""" [[deprecated]] max number of errors [Algorithm] """,
1509 'RequireAlgs' :
""" names of Algorithms that this stream requires [OutputStream] """,
1510 'OutputLevel' :
""" output level [Algorithm] """,
1511 'AuditStart' :
""" trigger auditor on start() [Algorithm] """,
1512 'VetoAlgs' :
""" names of Algorithms that this stream is vetoed by [OutputStream] """,
1513 'AuditReinitialize' :
""" trigger auditor on reinitialize() [Algorithm] """,
1514 'AuditInitialize' :
""" trigger auditor on initialize() [Algorithm] """,
1515 'AuditFinalize' :
""" trigger auditor on finalize() [Algorithm] """,
1516 'AuditBeginRun' :
""" trigger auditor on beginRun() [Algorithm] """,
1517 'AuditStop' :
""" trigger auditor on stop() [Algorithm] """,
1518 'AuditExecute' :
""" trigger auditor on execute() [Algorithm] """,
1519 'AuditEndRun' :
""" trigger auditor on endRun() [Algorithm] """,
1520 'NeededResources' :
""" named resources needed during event looping [Algorithm] """,
1521 'MonitorService' :
""" name to use for Monitor Service [Algorithm] """,
1522 'FilterCircularDependencies' :
""" filter out circular data dependencies [Algorithm] """,
1523 'RegisterForContextService' :
""" flag to enforce the registration for Algorithm Context Service [Algorithm] """,
1524 'AcceptAlgs' :
""" names of Algorithms that this stream accepts [OutputStream] """,
1525 'Enable' :
""" should the algorithm be executed or not [Algorithm] """,
1526 'IsIOBound' :
""" if the algorithm is I/O-bound (in the broad sense of Von Neumann bottleneck) [Algorithm] """,
1527 'ObjectsFirst' :
""" flag to indicate that the objects should be written first [TagCollectionStream] """,
1528 'Preload' :
""" flag indicating whether data pre-loading should be performed [OutputStream] """,
1529 'Cardinality' :
""" how many clones to create - 0 means algo is reentrant [Algorithm] """,
1531 def __init__(self, name = Configurable.DefaultName, **kwargs):
1532 super(TagCollectionStream, self).
__init__(name)
1533 for n,v
in kwargs.items():
1536 return 'GaudiCommonSvc' 1538 return 'TagCollectionStream'
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)
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)