![]() |
|
|
Generated: 8 Jan 2009 |
00001 #Thu Jan 8 17:32:18 2009 00002 """Automatically generated. DO NOT EDIT please""" 00003 from GaudiKernel.Proxy.Configurable import * 00004 00005 class GslSvc( ConfigurableService ) : 00006 __slots__ = { 00007 'OutputLevel' : 7, # int 00008 'AuditServices' : False, # bool 00009 'AuditInitialize' : False, # bool 00010 'AuditStart' : False, # bool 00011 'AuditStop' : False, # bool 00012 'AuditFinalize' : False, # bool 00013 'AuditReInitialize' : False, # bool 00014 'AuditReStart' : False, # bool 00015 'ErrorPolicy' : 'GSL', # str 00016 'Handlers' : [ ], # list 00017 'IgnoreCodes' : [ ], # list 00018 } 00019 _propertyDocDct = { 00020 } 00021 def __init__(self, name = Configurable.DefaultName, **kwargs): 00022 super(GslSvc, self).__init__(name) 00023 for n,v in kwargs.items(): 00024 setattr(self, n, v) 00025 def getDlls( self ): 00026 return 'GaudiGSL' 00027 def getType( self ): 00028 return 'GslSvc' 00029 pass # class GslSvc 00030 00031 class GslErrorPrint( ConfigurableAlgTool ) : 00032 __slots__ = { 00033 'MonitorService' : 'MonitorSvc', # str 00034 'OutputLevel' : 7, # int 00035 'AuditTools' : False, # bool 00036 'AuditInitialize' : False, # bool 00037 'AuditStart' : False, # bool 00038 'AuditStop' : False, # bool 00039 'AuditFinalize' : False, # bool 00040 } 00041 _propertyDocDct = { 00042 } 00043 def __init__(self, name = Configurable.DefaultName, **kwargs): 00044 super(GslErrorPrint, self).__init__(name) 00045 for n,v in kwargs.items(): 00046 setattr(self, n, v) 00047 def getDlls( self ): 00048 return 'GaudiGSL' 00049 def getType( self ): 00050 return 'GslErrorPrint' 00051 pass # class GslErrorPrint 00052 00053 class GslErrorException( ConfigurableAlgTool ) : 00054 __slots__ = { 00055 'MonitorService' : 'MonitorSvc', # str 00056 'OutputLevel' : 7, # int 00057 'AuditTools' : False, # bool 00058 'AuditInitialize' : False, # bool 00059 'AuditStart' : False, # bool 00060 'AuditStop' : False, # bool 00061 'AuditFinalize' : False, # bool 00062 'IgnoreCodes' : [ ], # list 00063 } 00064 _propertyDocDct = { 00065 } 00066 def __init__(self, name = Configurable.DefaultName, **kwargs): 00067 super(GslErrorException, self).__init__(name) 00068 for n,v in kwargs.items(): 00069 setattr(self, n, v) 00070 def getDlls( self ): 00071 return 'GaudiGSL' 00072 def getType( self ): 00073 return 'GslErrorException' 00074 pass # class GslErrorException 00075 00076 class GslErrorCount( ConfigurableAlgTool ) : 00077 __slots__ = { 00078 'MonitorService' : 'MonitorSvc', # str 00079 'OutputLevel' : 7, # int 00080 'AuditTools' : False, # bool 00081 'AuditInitialize' : False, # bool 00082 'AuditStart' : False, # bool 00083 'AuditStop' : False, # bool 00084 'AuditFinalize' : False, # bool 00085 } 00086 _propertyDocDct = { 00087 } 00088 def __init__(self, name = Configurable.DefaultName, **kwargs): 00089 super(GslErrorCount, self).__init__(name) 00090 for n,v in kwargs.items(): 00091 setattr(self, n, v) 00092 def getDlls( self ): 00093 return 'GaudiGSL' 00094 def getType( self ): 00095 return 'GslErrorCount' 00096 pass # class GslErrorCount 00097 00098 class FuncMinimum( ConfigurableAlgTool ) : 00099 __slots__ = { 00100 'MonitorService' : 'MonitorSvc', # str 00101 'OutputLevel' : 7, # int 00102 'AuditTools' : False, # bool 00103 'AuditInitialize' : False, # bool 00104 'AuditStart' : False, # bool 00105 'AuditStop' : False, # bool 00106 'AuditFinalize' : False, # bool 00107 'ErrorsPrint' : True, # bool 00108 'PropertiesPrint' : False, # bool 00109 'StatPrint' : True, # bool 00110 'TypePrint' : True, # bool 00111 'Context' : '', # str 00112 'RootInTES' : '', # str 00113 'RootOnTES' : '', # str 00114 'GlobalTimeOffset' : 0.0, # float 00115 'StatTableHeader' : ' | Counter | # | sum | mean/eff^* | rms/err^* | min | max |', # str 00116 'RegularRowFormat' : ' | %|-48.48s|%|50t||%|10d| |%|11.7g| |%|#11.5g| |%|#11.5g| |%|#12.5g| |%|#12.5g| |', # str 00117 'EfficiencyRowFormat' : ' |*%|-48.48s|%|50t||%|10d| |%|11.5g| |(%|#9.6g| +- %|-#9.6g|)%%| ------- | ------- |', # str 00118 'UseEfficiencyRowFormat' : True, # bool 00119 'ContextService' : 'AlgContextSvc', # str 00120 'Algorithm' : 'conjugate_fr', # str 00121 'Iteration' : 200.0, # float 00122 'Gradient' : 1e-10, # float 00123 'Step_size' : 0.01, # float 00124 'Tol' : 1e-10, # float 00125 } 00126 _propertyDocDct = { 00127 'StatTableHeader' : """ The header row for the output Stat-table """, 00128 'EfficiencyRowFormat' : """ The format for the regular row in the outptu Stat-table """, 00129 'RegularRowFormat' : """ The format for the regular row in the output Stat-table """, 00130 'UseEfficiencyRowFormat' : """ Use the special format for printout of efficiency counters """, 00131 'ContextService' : """ The name of Algorithm Context Service """, 00132 } 00133 def __init__(self, name = Configurable.DefaultName, **kwargs): 00134 super(FuncMinimum, self).__init__(name) 00135 for n,v in kwargs.items(): 00136 setattr(self, n, v) 00137 def getDlls( self ): 00138 return 'GaudiGSL' 00139 def getType( self ): 00140 return 'FuncMinimum' 00141 pass # class FuncMinimum 00142 00143 class EqSolver( ConfigurableAlgTool ) : 00144 __slots__ = { 00145 'MonitorService' : 'MonitorSvc', # str 00146 'OutputLevel' : 7, # int 00147 'AuditTools' : False, # bool 00148 'AuditInitialize' : False, # bool 00149 'AuditStart' : False, # bool 00150 'AuditStop' : False, # bool 00151 'AuditFinalize' : False, # bool 00152 'ErrorsPrint' : True, # bool 00153 'PropertiesPrint' : False, # bool 00154 'StatPrint' : True, # bool 00155 'TypePrint' : True, # bool 00156 'Context' : '', # str 00157 'RootInTES' : '', # str 00158 'RootOnTES' : '', # str 00159 'GlobalTimeOffset' : 0.0, # float 00160 'StatTableHeader' : ' | Counter | # | sum | mean/eff^* | rms/err^* | min | max |', # str 00161 'RegularRowFormat' : ' | %|-48.48s|%|50t||%|10d| |%|11.7g| |%|#11.5g| |%|#11.5g| |%|#12.5g| |%|#12.5g| |', # str 00162 'EfficiencyRowFormat' : ' |*%|-48.48s|%|50t||%|10d| |%|11.5g| |(%|#9.6g| +- %|-#9.6g|)%%| ------- | ------- |', # str 00163 'UseEfficiencyRowFormat' : True, # bool 00164 'ContextService' : 'AlgContextSvc', # str 00165 'Algorithm' : 'fdfsolver_hybridsj', # str 00166 'Iteration' : 1000.0, # float 00167 'Residual' : 1e-07, # float 00168 } 00169 _propertyDocDct = { 00170 'StatTableHeader' : """ The header row for the output Stat-table """, 00171 'EfficiencyRowFormat' : """ The format for the regular row in the outptu Stat-table """, 00172 'RegularRowFormat' : """ The format for the regular row in the output Stat-table """, 00173 'UseEfficiencyRowFormat' : """ Use the special format for printout of efficiency counters """, 00174 'ContextService' : """ The name of Algorithm Context Service """, 00175 } 00176 def __init__(self, name = Configurable.DefaultName, **kwargs): 00177 super(EqSolver, self).__init__(name) 00178 for n,v in kwargs.items(): 00179 setattr(self, n, v) 00180 def getDlls( self ): 00181 return 'GaudiGSL' 00182 def getType( self ): 00183 return 'EqSolver' 00184 pass # class EqSolver