GaudiCommonSvc.GaudiCommonSvcConf.CounterSvc Class Reference
Inheritance diagram for GaudiCommonSvc.GaudiCommonSvcConf.CounterSvc:
Collaboration diagram for GaudiCommonSvc.GaudiCommonSvcConf.CounterSvc:

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 101 of file GaudiCommonSvcConf.py.

Constructor & Destructor Documentation

def GaudiCommonSvc.GaudiCommonSvcConf.CounterSvc.__init__ (   self,
  name = Configurable.DefaultName,
  kwargs 
)

Definition at line 123 of file GaudiCommonSvcConf.py.

123  def __init__(self, name = Configurable.DefaultName, **kwargs):
124  super(CounterSvc, self).__init__(name)
125  for n,v in kwargs.items():
126  setattr(self, n, v)
def __init__(self, name=Configurable.DefaultName, kwargs)

Member Function Documentation

def GaudiCommonSvc.GaudiCommonSvcConf.CounterSvc.getDlls (   self)

Definition at line 127 of file GaudiCommonSvcConf.py.

127  def getDlls( self ):
128  return 'GaudiCommonSvc'
def GaudiCommonSvc.GaudiCommonSvcConf.CounterSvc.getType (   self)

Definition at line 129 of file GaudiCommonSvcConf.py.

129  def getType( self ):
130  return 'CounterSvc'

Member Data Documentation

dictionary GaudiCommonSvc.GaudiCommonSvcConf.CounterSvc.__slots__
staticprivate
Initial value:
1 = {
2  'OutputLevel' : 7, # int
3  'AuditServices' : False, # bool
4  'AuditInitialize' : False, # bool
5  'AuditStart' : False, # bool
6  'AuditStop' : False, # bool
7  'AuditFinalize' : False, # bool
8  'AuditReInitialize' : False, # bool
9  'AuditReStart' : False, # bool
10  'PrintStat' : True, # bool
11  'StatTableHeader' : ' Counter :: Group | # | sum | mean/eff^* | rms/err^* | min | max |', # str
12  'RegularRowFormat' : ' %|15.15s|%|-15.15s|%|32t||%|10d| |%|11.7g| |%|#11.5g| |%|#11.5g| |%|#12.5g| |%|#12.5g| |', # str
13  'EfficiencyRowFormat' : '*%|15.15s|%|-15.15s|%|32t||%|10d| |%|11.5g| |(%|#9.7g| +- %|-#9.7g|)%%| ------- | ------- |', # str
14  'UseEfficiencyRowFormat' : True, # bool
15  }

Definition at line 102 of file GaudiCommonSvcConf.py.

dictionary GaudiCommonSvc.GaudiCommonSvcConf.CounterSvc._propertyDocDct
staticprivate
Initial value:
1 = {
2  'StatTableHeader' : ,
3  'EfficiencyRowFormat' : ,
4  'UseEfficiencyRowFormat' : ,
5  'RegularRowFormat' : ,
6  }

Definition at line 117 of file GaudiCommonSvcConf.py.


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