GaudiGSL.GaudiGSLConf.FuncMinimum Class Reference
Inheritance diagram for GaudiGSL.GaudiGSLConf.FuncMinimum:
Collaboration diagram for GaudiGSL.GaudiGSLConf.FuncMinimum:

Public Member Functions

def __init__ (self, name=Configurable.DefaultName, kwargs)
 
def getDlls (self)
 
def getType (self)
 

Static Private Attributes

dictionary __slots__
 
dictionary _propertyDocDct
 

Detailed Description

Definition at line 55 of file GaudiGSLConf.py.

Constructor & Destructor Documentation

def GaudiGSL.GaudiGSLConf.FuncMinimum.__init__ (   self,
  name = Configurable.DefaultName,
  kwargs 
)

Definition at line 98 of file GaudiGSLConf.py.

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)
def __init__(self, name=Configurable.DefaultName, kwargs)
Definition: GaudiGSLConf.py:98

Member Function Documentation

def GaudiGSL.GaudiGSLConf.FuncMinimum.getDlls (   self)

Definition at line 102 of file GaudiGSLConf.py.

102  def getDlls( self ):
103  return 'GaudiGSL'
def GaudiGSL.GaudiGSLConf.FuncMinimum.getType (   self)

Definition at line 104 of file GaudiGSLConf.py.

104  def getType( self ):
105  return 'FuncMinimum'

Member Data Documentation

dictionary GaudiGSL.GaudiGSLConf.FuncMinimum.__slots__
staticprivate
Initial value:
1 = {
2  'MonitorService' : 'MonitorSvc', # str
3  'OutputLevel' : 7, # int
4  'AuditTools' : False, # bool
5  'AuditInitialize' : False, # bool
6  'AuditStart' : False, # bool
7  'AuditStop' : False, # bool
8  'AuditFinalize' : False, # bool
9  'ErrorsPrint' : True, # bool
10  'PropertiesPrint' : False, # bool
11  'StatPrint' : True, # bool
12  'TypePrint' : True, # bool
13  'Context' : '', # str
14  'RootInTES' : '', # str
15  'RootOnTES' : '', # str
16  'GlobalTimeOffset' : 0.0000000, # float
17  'StatTableHeader' : ' | Counter | # | sum | mean/eff^* | rms/err^* | min | max |', # str
18  'RegularRowFormat' : ' | %|-48.48s|%|50t||%|10d| |%|11.7g| |%|#11.5g| |%|#11.5g| |%|#12.5g| |%|#12.5g| |', # str
19  'EfficiencyRowFormat' : ' |*%|-48.48s|%|50t||%|10d| |%|11.5g| |(%|#9.6g| +- %|-#9.6g|)%%| ------- | ------- |', # str
20  'UseEfficiencyRowFormat' : True, # bool
21  'CounterList' : [ '.*' ], # list
22  'StatEntityList' : [ ], # list
23  'ContextService' : 'AlgContextSvc', # str
24  'Algorithm' : 'conjugate_fr', # str
25  'Iteration' : 200.00000, # float
26  'Gradient' : 1.0000000e-10, # float
27  'Step_size' : 0.010000000, # float
28  'Tol' : 1.0000000e-10, # float
29  }

Definition at line 56 of file GaudiGSLConf.py.

dictionary GaudiGSL.GaudiGSLConf.FuncMinimum._propertyDocDct
staticprivate
Initial value:
1 = {
2  'StatTableHeader' : ,
3  'ErrorsPrint' : ,
4  'StatPrint' : ,
5  'TypePrint' : ,
6  'CounterList' : ,
7  'EfficiencyRowFormat' : ,
8  'PropertiesPrint' : ,
9  'ContextService' : ,
10  'UseEfficiencyRowFormat' : ,
11  'RegularRowFormat' : ,
12  'StatEntityList' : ,
13  }

Definition at line 85 of file GaudiGSLConf.py.


The documentation for this class was generated from the following file: