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