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

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

Constructor & Destructor Documentation

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

Definition at line 91 of file GaudiCommonSvcConf.py.

91  def __init__(self, name = Configurable.DefaultName, **kwargs):
92  super(ChronoStatSvc, self).__init__(name)
93  for n,v in kwargs.items():
94  setattr(self, n, v)
def __init__(self, name=Configurable.DefaultName, kwargs)

Member Function Documentation

def GaudiCommonSvc.GaudiCommonSvcConf.ChronoStatSvc.getDlls (   self)

Definition at line 95 of file GaudiCommonSvcConf.py.

95  def getDlls( self ):
96  return 'GaudiCommonSvc'
def GaudiCommonSvc.GaudiCommonSvcConf.ChronoStatSvc.getType (   self)

Definition at line 97 of file GaudiCommonSvcConf.py.

97  def getType( self ):
98  return 'ChronoStatSvc'

Member Data Documentation

dictionary GaudiCommonSvc.GaudiCommonSvcConf.ChronoStatSvc.__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  'ChronoPrintOutTable' : True, # bool
11  'ChronoDestinationCout' : False, # bool
12  'ChronoPrintLevel' : 3, # int
13  'ChronoTableToBeOrdered' : True, # bool
14  'PrintUserTime' : True, # bool
15  'PrintSystemTime' : False, # bool
16  'PrintEllapsedTime' : False, # bool
17  'StatPrintOutTable' : True, # bool
18  'StatDestinationCout' : False, # bool
19  'StatPrintLevel' : 3, # int
20  'StatTableToBeOrdered' : True, # bool
21  'NumberOfSkippedEventsForMemStat' : -1, # int
22  'AsciiStatsOutputFile' : '', # str
23  'StatTableHeader' : ' Counter | # | sum | mean/eff^* | rms/err^* | min | max |', # str
24  'RegularRowFormat' : ' %|-15.15s|%|17t||%|10d| |%|11.7g| |%|#11.5g| |%|#11.5g| |%|#12.5g| |%|#12.5g| |', # str
25  'EfficiencyRowFormat' : '*%|-15.15s|%|17t||%|10d| |%|11.5g| |(%|#9.7g| +- %|-#9.7g|)%%| ------- | ------- |', # str
26  'UseEfficiencyRowFormat' : True, # bool
27  'PerEventFile' : '', # str
28  }

Definition at line 55 of file GaudiCommonSvcConf.py.

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

Definition at line 83 of file GaudiCommonSvcConf.py.


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