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

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 4 of file GaudiGSLConf.py.

Constructor & Destructor Documentation

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

Definition at line 45 of file GaudiGSLConf.py.

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

Member Function Documentation

def GaudiGSL.GaudiGSLConf.EqSolver.getDlls (   self)

Definition at line 49 of file GaudiGSLConf.py.

49  def getDlls( self ):
50  return 'GaudiGSL'
def GaudiGSL.GaudiGSLConf.EqSolver.getType (   self)

Definition at line 51 of file GaudiGSLConf.py.

51  def getType( self ):
52  return 'EqSolver'

Member Data Documentation

dictionary GaudiGSL.GaudiGSLConf.EqSolver.__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' : 'fdfsolver_hybridsj', # str
25  'Iteration' : 1000.0000, # float
26  'Residual' : 1.0000000e-07, # float
27  }

Definition at line 5 of file GaudiGSLConf.py.

dictionary GaudiGSL.GaudiGSLConf.EqSolver._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 32 of file GaudiGSLConf.py.


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