The Gaudi Framework  v29r5 (37229091)
GaudiMPConf.py
Go to the documentation of this file.
1 #Wed Mar 6 15:39:52 2019"""Automatically generated. DO NOT EDIT please"""
3 
4 class IoComponentMgr( ConfigurableService ) :
5  __slots__ = {
6  'OutputLevel' : 0, # int
7  'AuditServices' : False, # bool
8  'AuditInitialize' : False, # bool
9  'AuditStart' : False, # bool
10  'AuditStop' : False, # bool
11  'AuditFinalize' : False, # bool
12  'AuditReinitialize' : False, # bool
13  'AuditRestart' : False, # bool
14  }
15  _propertyDocDct = {
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] """,
24  }
25  def __init__(self, name = Configurable.DefaultName, **kwargs):
26  super(IoComponentMgr, self).__init__(name)
27  for n,v in kwargs.items():
28  setattr(self, n, v)
29  def getDlls( self ):
30  return 'GaudiMP'
31  def getType( self ):
32  return 'IoComponentMgr'
33  pass # class IoComponentMgr
34 
35 class RecordOutputStream( ConfigurableAlgorithm ) :
36  __slots__ = {
37  'ExtraInputs' : [], # list
38  'ExtraOutputs' : [], # list
39  'OutputLevel' : 0, # int
40  'Enable' : True, # bool
41  'ErrorMax' : 1, # int
42  'AuditAlgorithms' : False, # bool
43  'AuditInitialize' : False, # bool
44  'AuditReinitialize' : False, # bool
45  'AuditRestart' : False, # bool
46  'AuditExecute' : False, # bool
47  'AuditFinalize' : False, # bool
48  'AuditBeginRun' : False, # bool
49  'AuditEndRun' : False, # bool
50  'AuditStart' : False, # bool
51  'AuditStop' : False, # bool
52  'Timeline' : True, # bool
53  'MonitorService' : 'MonitorSvc', # str
54  'RegisterForContextService' : True, # bool
55  'Cardinality' : 1, # int
56  'NeededResources' : [ ], # list
57  'IsIOBound' : False, # bool
58  'FilterCircularDependencies' : True, # bool
59  'ErrorsPrint' : True, # bool
60  'PropertiesPrint' : False, # bool
61  'StatPrint' : True, # bool
62  'TypePrint' : True, # bool
63  'Context' : '', # str
64  'RootInTES' : '', # str
65  'StatTableHeader' : ' | Counter | # | sum | mean/eff^* | rms/err^* | min | max |', # str
66  'RegularRowFormat' : ' | %|-48.48s|%|50t||%|10d| |%|11.7g| |%|#11.5g| |%|#11.5g| |%|#12.5g| |%|#12.5g| |', # str
67  'EfficiencyRowFormat' : ' |*%|-48.48s|%|50t||%|10d| |%|11.5g| |(%|#9.6g| +- %|-#9.6g|)%%| ------- | ------- |', # str
68  'UseEfficiencyRowFormat' : True, # bool
69  'CounterList' : [ '.*' ], # list
70  'StatEntityList' : [ ], # list
71  'VetoObjects' : [ ], # list
72  'RequireObjects' : [ ], # list
73  'OutputStreamName' : '', # str
74  }
75  _propertyDocDct = {
76  'OutputStreamName' : """ Name of the OutputStream instance should be triggered. [RecordOutputStream] """,
77  'RequireObjects' : """ execute only if one or more of these TES objects exist [GaudiAlgorithm] """,
78  'VetoObjects' : """ skip execute if one or more of these TES objects exist [GaudiAlgorithm] """,
79  'StatEntityList' : """ RegEx list, of StatEntity counters for CounterSummary [GaudiCommon<Algorithm>] """,
80  'UseEfficiencyRowFormat' : """ use the special format for printout of efficiency counters [GaudiCommon<Algorithm>] """,
81  'EfficiencyRowFormat' : """ The format for "efficiency" row in the output Stat-table [GaudiCommon<Algorithm>] """,
82  'StatTableHeader' : """ the header row for the output Stat-table [GaudiCommon<Algorithm>] """,
83  'CounterList' : """ RegEx list, of simple integer counters for CounterSummary [GaudiCommon<Algorithm>] """,
84  'RootInTES' : """ note: overridden by parent settings [GaudiCommon<Algorithm>] """,
85  'Context' : """ note: overridden by parent settings [GaudiCommon<Algorithm>] """,
86  'TypePrint' : """ add the actual C++ component type into the messages [GaudiCommon<Algorithm>] """,
87  'ErrorsPrint' : """ print the statistics of errors/warnings/exceptions [GaudiCommon<Algorithm>] """,
88  'AuditRestart' : """ trigger auditor on restart() [Algorithm] """,
89  'Timeline' : """ send events to TimelineSvc [Algorithm] """,
90  'PropertiesPrint' : """ print the properties of the component [GaudiCommon<Algorithm>] """,
91  'ExtraInputs' : """ [[deprecated]] [DataHandleHolderBase<PropertyHolder<CommonMessaging<implements<IAlgorithm,IDataHandleHolder,IProperty,IStateful> > > >] """,
92  'AuditAlgorithms' : """ [[deprecated]] unused [Algorithm] """,
93  'StatPrint' : """ print the table of counters [GaudiCommon<Algorithm>] """,
94  'ExtraOutputs' : """ [[deprecated]] [DataHandleHolderBase<PropertyHolder<CommonMessaging<implements<IAlgorithm,IDataHandleHolder,IProperty,IStateful> > > >] """,
95  'RegularRowFormat' : """ the format for regular row in the output Stat-table [GaudiCommon<Algorithm>] """,
96  'ErrorMax' : """ [[deprecated]] max number of errors [Algorithm] """,
97  'OutputLevel' : """ output level [Algorithm] """,
98  'AuditStart' : """ trigger auditor on start() [Algorithm] """,
99  'AuditReinitialize' : """ trigger auditor on reinitialize() [Algorithm] """,
100  'AuditInitialize' : """ trigger auditor on initialize() [Algorithm] """,
101  'AuditFinalize' : """ trigger auditor on finalize() [Algorithm] """,
102  'AuditBeginRun' : """ trigger auditor on beginRun() [Algorithm] """,
103  'AuditStop' : """ trigger auditor on stop() [Algorithm] """,
104  'AuditExecute' : """ trigger auditor on execute() [Algorithm] """,
105  'AuditEndRun' : """ trigger auditor on endRun() [Algorithm] """,
106  'NeededResources' : """ named resources needed during event looping [Algorithm] """,
107  'MonitorService' : """ name to use for Monitor Service [Algorithm] """,
108  'FilterCircularDependencies' : """ filter out circular data dependencies [Algorithm] """,
109  'RegisterForContextService' : """ flag to enforce the registration for Algorithm Context Service [Algorithm] """,
110  'Enable' : """ should the algorithm be executed or not [Algorithm] """,
111  'IsIOBound' : """ if the algorithm is I/O-bound (in the broad sense of Von Neumann bottleneck) [Algorithm] """,
112  'Cardinality' : """ how many clones to create - 0 means algo is reentrant [Algorithm] """,
113  }
114  def __init__(self, name = Configurable.DefaultName, **kwargs):
115  super(RecordOutputStream, self).__init__(name)
116  for n,v in kwargs.items():
117  setattr(self, n, v)
118  def getDlls( self ):
119  return 'GaudiMP'
120  def getType( self ):
121  return 'RecordOutputStream'
122  pass # class RecordOutputStream
123 
124 class ReplayOutputStream( ConfigurableAlgorithm ) :
125  __slots__ = {
126  'ExtraInputs' : [], # list
127  'ExtraOutputs' : [], # list
128  'OutputLevel' : 0, # int
129  'Enable' : True, # bool
130  'ErrorMax' : 1, # int
131  'AuditAlgorithms' : False, # bool
132  'AuditInitialize' : False, # bool
133  'AuditReinitialize' : False, # bool
134  'AuditRestart' : False, # bool
135  'AuditExecute' : False, # bool
136  'AuditFinalize' : False, # bool
137  'AuditBeginRun' : False, # bool
138  'AuditEndRun' : False, # bool
139  'AuditStart' : False, # bool
140  'AuditStop' : False, # bool
141  'Timeline' : True, # bool
142  'MonitorService' : 'MonitorSvc', # str
143  'RegisterForContextService' : True, # bool
144  'Cardinality' : 1, # int
145  'NeededResources' : [ ], # list
146  'IsIOBound' : False, # bool
147  'FilterCircularDependencies' : True, # bool
148  'ErrorsPrint' : True, # bool
149  'PropertiesPrint' : False, # bool
150  'StatPrint' : True, # bool
151  'TypePrint' : True, # bool
152  'Context' : '', # str
153  'RootInTES' : '', # str
154  'StatTableHeader' : ' | Counter | # | sum | mean/eff^* | rms/err^* | min | max |', # str
155  'RegularRowFormat' : ' | %|-48.48s|%|50t||%|10d| |%|11.7g| |%|#11.5g| |%|#11.5g| |%|#12.5g| |%|#12.5g| |', # str
156  'EfficiencyRowFormat' : ' |*%|-48.48s|%|50t||%|10d| |%|11.5g| |(%|#9.6g| +- %|-#9.6g|)%%| ------- | ------- |', # str
157  'UseEfficiencyRowFormat' : True, # bool
158  'CounterList' : [ '.*' ], # list
159  'StatEntityList' : [ ], # list
160  'VetoObjects' : [ ], # list
161  'RequireObjects' : [ ], # list
162  'OutputStreams' : [ ], # list
163  }
164  _propertyDocDct = {
165  'OutputStreams' : """ OutputStream instances that can be called. [ReplayOutputStream] """,
166  'RequireObjects' : """ execute only if one or more of these TES objects exist [GaudiAlgorithm] """,
167  'VetoObjects' : """ skip execute if one or more of these TES objects exist [GaudiAlgorithm] """,
168  'StatEntityList' : """ RegEx list, of StatEntity counters for CounterSummary [GaudiCommon<Algorithm>] """,
169  'UseEfficiencyRowFormat' : """ use the special format for printout of efficiency counters [GaudiCommon<Algorithm>] """,
170  'EfficiencyRowFormat' : """ The format for "efficiency" row in the output Stat-table [GaudiCommon<Algorithm>] """,
171  'StatTableHeader' : """ the header row for the output Stat-table [GaudiCommon<Algorithm>] """,
172  'CounterList' : """ RegEx list, of simple integer counters for CounterSummary [GaudiCommon<Algorithm>] """,
173  'RootInTES' : """ note: overridden by parent settings [GaudiCommon<Algorithm>] """,
174  'Context' : """ note: overridden by parent settings [GaudiCommon<Algorithm>] """,
175  'TypePrint' : """ add the actual C++ component type into the messages [GaudiCommon<Algorithm>] """,
176  'ErrorsPrint' : """ print the statistics of errors/warnings/exceptions [GaudiCommon<Algorithm>] """,
177  'AuditRestart' : """ trigger auditor on restart() [Algorithm] """,
178  'Timeline' : """ send events to TimelineSvc [Algorithm] """,
179  'PropertiesPrint' : """ print the properties of the component [GaudiCommon<Algorithm>] """,
180  'ExtraInputs' : """ [[deprecated]] [DataHandleHolderBase<PropertyHolder<CommonMessaging<implements<IAlgorithm,IDataHandleHolder,IProperty,IStateful> > > >] """,
181  'AuditAlgorithms' : """ [[deprecated]] unused [Algorithm] """,
182  'StatPrint' : """ print the table of counters [GaudiCommon<Algorithm>] """,
183  'ExtraOutputs' : """ [[deprecated]] [DataHandleHolderBase<PropertyHolder<CommonMessaging<implements<IAlgorithm,IDataHandleHolder,IProperty,IStateful> > > >] """,
184  'RegularRowFormat' : """ the format for regular row in the output Stat-table [GaudiCommon<Algorithm>] """,
185  'ErrorMax' : """ [[deprecated]] max number of errors [Algorithm] """,
186  'OutputLevel' : """ output level [Algorithm] """,
187  'AuditStart' : """ trigger auditor on start() [Algorithm] """,
188  'AuditReinitialize' : """ trigger auditor on reinitialize() [Algorithm] """,
189  'AuditInitialize' : """ trigger auditor on initialize() [Algorithm] """,
190  'AuditFinalize' : """ trigger auditor on finalize() [Algorithm] """,
191  'AuditBeginRun' : """ trigger auditor on beginRun() [Algorithm] """,
192  'AuditStop' : """ trigger auditor on stop() [Algorithm] """,
193  'AuditExecute' : """ trigger auditor on execute() [Algorithm] """,
194  'AuditEndRun' : """ trigger auditor on endRun() [Algorithm] """,
195  'NeededResources' : """ named resources needed during event looping [Algorithm] """,
196  'MonitorService' : """ name to use for Monitor Service [Algorithm] """,
197  'FilterCircularDependencies' : """ filter out circular data dependencies [Algorithm] """,
198  'RegisterForContextService' : """ flag to enforce the registration for Algorithm Context Service [Algorithm] """,
199  'Enable' : """ should the algorithm be executed or not [Algorithm] """,
200  'IsIOBound' : """ if the algorithm is I/O-bound (in the broad sense of Von Neumann bottleneck) [Algorithm] """,
201  'Cardinality' : """ how many clones to create - 0 means algo is reentrant [Algorithm] """,
202  }
203  def __init__(self, name = Configurable.DefaultName, **kwargs):
204  super(ReplayOutputStream, self).__init__(name)
205  for n,v in kwargs.items():
206  setattr(self, n, v)
207  def getDlls( self ):
208  return 'GaudiMP'
209  def getType( self ):
210  return 'ReplayOutputStream'
211  pass # class ReplayOutputStream
def __init__(self, name=Configurable.DefaultName, kwargs)
Definition: GaudiMPConf.py:203
def __init__(self, name=Configurable.DefaultName, kwargs)
Definition: GaudiMPConf.py:114
def __init__(self, name=Configurable.DefaultName, kwargs)
Definition: GaudiMPConf.py:25