GaudiGSLConf.py
Go to the documentation of this file.
1 #Fri Jan 29 13:09:39 2016"""Automatically generated. DO NOT EDIT please"""
3 
4 class EqSolver( ConfigurableAlgTool ) :
5  __slots__ = {
6  'MonitorService' : 'MonitorSvc', # str
7  'OutputLevel' : 7, # int
8  'AuditTools' : False, # bool
9  'AuditInitialize' : False, # bool
10  'AuditStart' : False, # bool
11  'AuditStop' : False, # bool
12  'AuditFinalize' : False, # bool
13  'ErrorsPrint' : True, # bool
14  'PropertiesPrint' : False, # bool
15  'StatPrint' : True, # bool
16  'TypePrint' : True, # bool
17  'Context' : '', # str
18  'RootInTES' : '', # str
19  'GlobalTimeOffset' : 0.0000000, # float
20  'StatTableHeader' : ' | Counter | # | sum | mean/eff^* | rms/err^* | min | max |', # str
21  'RegularRowFormat' : ' | %|-48.48s|%|50t||%|10d| |%|11.7g| |%|#11.5g| |%|#11.5g| |%|#12.5g| |%|#12.5g| |', # str
22  'EfficiencyRowFormat' : ' |*%|-48.48s|%|50t||%|10d| |%|11.5g| |(%|#9.6g| +- %|-#9.6g|)%%| ------- | ------- |', # str
23  'UseEfficiencyRowFormat' : True, # bool
24  'CounterList' : [ '.*' ], # list
25  'StatEntityList' : [ ], # list
26  'ContextService' : 'AlgContextSvc', # str
27  'Algorithm' : 'fdfsolver_hybridsj', # str
28  'Iteration' : 1000.0000, # float
29  'Residual' : 1.0000000e-07, # float
30  }
31  _propertyDocDct = {
32  'ErrorsPrint' : """ Print the statistics of errors/warnings/exceptions """,
33  'ContextService' : """ The name of Algorithm Context Service """,
34  'RegularRowFormat' : """ The format for the regular row in the output Stat-table """,
35  'PropertiesPrint' : """ Print the properties of the component """,
36  'TypePrint' : """ Add the actal C++ component type into the messages """,
37  'StatTableHeader' : """ The header row for the output Stat-table """,
38  'StatPrint' : """ Print the table of counters """,
39  'StatEntityList' : """ RegEx list, of StatEntity counters for CounterSummary. """,
40  'EfficiencyRowFormat' : """ The format for the regular row in the output Stat-table """,
41  'UseEfficiencyRowFormat' : """ Use the special format for printout of efficiency counters """,
42  'CounterList' : """ RegEx list, of simple integer counters for CounterSummary. """,
43  }
44  def __init__(self, name = Configurable.DefaultName, **kwargs):
45  super(EqSolver, self).__init__(name)
46  for n,v in kwargs.items():
47  setattr(self, n, v)
48  def getDlls( self ):
49  return 'GaudiGSL'
50  def getType( self ):
51  return 'EqSolver'
52  pass # class EqSolver
53 
54 class FuncMinimum( ConfigurableAlgTool ) :
55  __slots__ = {
56  'MonitorService' : 'MonitorSvc', # str
57  'OutputLevel' : 7, # int
58  'AuditTools' : False, # bool
59  'AuditInitialize' : False, # bool
60  'AuditStart' : False, # bool
61  'AuditStop' : False, # bool
62  'AuditFinalize' : False, # bool
63  'ErrorsPrint' : True, # bool
64  'PropertiesPrint' : False, # bool
65  'StatPrint' : True, # bool
66  'TypePrint' : True, # bool
67  'Context' : '', # str
68  'RootInTES' : '', # str
69  'GlobalTimeOffset' : 0.0000000, # float
70  'StatTableHeader' : ' | Counter | # | sum | mean/eff^* | rms/err^* | min | max |', # str
71  'RegularRowFormat' : ' | %|-48.48s|%|50t||%|10d| |%|11.7g| |%|#11.5g| |%|#11.5g| |%|#12.5g| |%|#12.5g| |', # str
72  'EfficiencyRowFormat' : ' |*%|-48.48s|%|50t||%|10d| |%|11.5g| |(%|#9.6g| +- %|-#9.6g|)%%| ------- | ------- |', # str
73  'UseEfficiencyRowFormat' : True, # bool
74  'CounterList' : [ '.*' ], # list
75  'StatEntityList' : [ ], # list
76  'ContextService' : 'AlgContextSvc', # str
77  'Algorithm' : 'conjugate_fr', # str
78  'Iteration' : 200.00000, # float
79  'Gradient' : 1.0000000e-10, # float
80  'Step_size' : 0.010000000, # float
81  'Tol' : 1.0000000e-10, # float
82  }
83  _propertyDocDct = {
84  'ErrorsPrint' : """ Print the statistics of errors/warnings/exceptions """,
85  'ContextService' : """ The name of Algorithm Context Service """,
86  'RegularRowFormat' : """ The format for the regular row in the output Stat-table """,
87  'PropertiesPrint' : """ Print the properties of the component """,
88  'TypePrint' : """ Add the actal C++ component type into the messages """,
89  'StatTableHeader' : """ The header row for the output Stat-table """,
90  'StatPrint' : """ Print the table of counters """,
91  'StatEntityList' : """ RegEx list, of StatEntity counters for CounterSummary. """,
92  'EfficiencyRowFormat' : """ The format for the regular row in the output Stat-table """,
93  'UseEfficiencyRowFormat' : """ Use the special format for printout of efficiency counters """,
94  'CounterList' : """ RegEx list, of simple integer counters for CounterSummary. """,
95  }
96  def __init__(self, name = Configurable.DefaultName, **kwargs):
97  super(FuncMinimum, self).__init__(name)
98  for n,v in kwargs.items():
99  setattr(self, n, v)
100  def getDlls( self ):
101  return 'GaudiGSL'
102  def getType( self ):
103  return 'FuncMinimum'
104  pass # class FuncMinimum
105 
106 class GslErrorCount( ConfigurableAlgTool ) :
107  __slots__ = {
108  'MonitorService' : 'MonitorSvc', # str
109  'OutputLevel' : 7, # int
110  'AuditTools' : False, # bool
111  'AuditInitialize' : False, # bool
112  'AuditStart' : False, # bool
113  'AuditStop' : False, # bool
114  'AuditFinalize' : False, # bool
115  }
116  _propertyDocDct = {
117  }
118  def __init__(self, name = Configurable.DefaultName, **kwargs):
119  super(GslErrorCount, self).__init__(name)
120  for n,v in kwargs.items():
121  setattr(self, n, v)
122  def getDlls( self ):
123  return 'GaudiGSL'
124  def getType( self ):
125  return 'GslErrorCount'
126  pass # class GslErrorCount
127 
128 class GslErrorException( ConfigurableAlgTool ) :
129  __slots__ = {
130  'MonitorService' : 'MonitorSvc', # str
131  'OutputLevel' : 7, # int
132  'AuditTools' : False, # bool
133  'AuditInitialize' : False, # bool
134  'AuditStart' : False, # bool
135  'AuditStop' : False, # bool
136  'AuditFinalize' : False, # bool
137  'IgnoreCodes' : [ ], # list
138  }
139  _propertyDocDct = {
140  }
141  def __init__(self, name = Configurable.DefaultName, **kwargs):
142  super(GslErrorException, self).__init__(name)
143  for n,v in kwargs.items():
144  setattr(self, n, v)
145  def getDlls( self ):
146  return 'GaudiGSL'
147  def getType( self ):
148  return 'GslErrorException'
149  pass # class GslErrorException
150 
151 class GslErrorPrint( ConfigurableAlgTool ) :
152  __slots__ = {
153  'MonitorService' : 'MonitorSvc', # str
154  'OutputLevel' : 7, # int
155  'AuditTools' : False, # bool
156  'AuditInitialize' : False, # bool
157  'AuditStart' : False, # bool
158  'AuditStop' : False, # bool
159  'AuditFinalize' : False, # bool
160  }
161  _propertyDocDct = {
162  }
163  def __init__(self, name = Configurable.DefaultName, **kwargs):
164  super(GslErrorPrint, self).__init__(name)
165  for n,v in kwargs.items():
166  setattr(self, n, v)
167  def getDlls( self ):
168  return 'GaudiGSL'
169  def getType( self ):
170  return 'GslErrorPrint'
171  pass # class GslErrorPrint
172 
173 class GslSvc( ConfigurableService ) :
174  __slots__ = {
175  'OutputLevel' : 7, # int
176  'AuditServices' : False, # bool
177  'AuditInitialize' : False, # bool
178  'AuditStart' : False, # bool
179  'AuditStop' : False, # bool
180  'AuditFinalize' : False, # bool
181  'AuditReInitialize' : False, # bool
182  'AuditReStart' : False, # bool
183  'ErrorPolicy' : 'GSL', # str
184  'Handlers' : [ ], # list
185  'IgnoreCodes' : [ ], # list
186  }
187  _propertyDocDct = {
188  }
189  def __init__(self, name = Configurable.DefaultName, **kwargs):
190  super(GslSvc, self).__init__(name)
191  for n,v in kwargs.items():
192  setattr(self, n, v)
193  def getDlls( self ):
194  return 'GaudiGSL'
195  def getType( self ):
196  return 'GslSvc'
197  pass # class GslSvc
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)
Definition: GaudiGSLConf.py:96
def __init__(self, name=Configurable.DefaultName, kwargs)
Definition: GaudiGSLConf.py:44