GaudiAlg.GaudiAlgConf.ErrorTool Class Reference
Inheritance diagram for GaudiAlg.GaudiAlgConf.ErrorTool:
Collaboration diagram for GaudiAlg.GaudiAlgConf.ErrorTool:

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 GaudiAlgConf.py.

Constructor & Destructor Documentation

def GaudiAlg.GaudiAlgConf.ErrorTool.__init__ (   self,
  name = Configurable.DefaultName,
  kwargs 
)

Definition at line 42 of file GaudiAlgConf.py.

42  def __init__(self, name = Configurable.DefaultName, **kwargs):
43  super(ErrorTool, self).__init__(name)
44  for n,v in kwargs.items():
45  setattr(self, n, v)
def __init__(self, name=Configurable.DefaultName, kwargs)
Definition: GaudiAlgConf.py:42

Member Function Documentation

def GaudiAlg.GaudiAlgConf.ErrorTool.getDlls (   self)

Definition at line 46 of file GaudiAlgConf.py.

46  def getDlls( self ):
47  return 'GaudiAlg'
def GaudiAlg.GaudiAlgConf.ErrorTool.getType (   self)

Definition at line 48 of file GaudiAlgConf.py.

48  def getType( self ):
49  return 'ErrorTool'

Member Data Documentation

dictionary GaudiAlg.GaudiAlgConf.ErrorTool.__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  }

Definition at line 5 of file GaudiAlgConf.py.

dictionary GaudiAlg.GaudiAlgConf.ErrorTool._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 29 of file GaudiAlgConf.py.


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