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

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 444 of file GaudiAlgConf.py.

Constructor & Destructor Documentation

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

Definition at line 515 of file GaudiAlgConf.py.

515  def __init__(self, name = Configurable.DefaultName, **kwargs):
516  super(SequencerTimerTool, self).__init__(name)
517  for n,v in kwargs.items():
518  setattr(self, n, v)
def __init__(self, name=Configurable.DefaultName, kwargs)

Member Function Documentation

def GaudiAlg.GaudiAlgConf.SequencerTimerTool.getDlls (   self)

Definition at line 519 of file GaudiAlgConf.py.

519  def getDlls( self ):
520  return 'GaudiAlg'
def GaudiAlg.GaudiAlgConf.SequencerTimerTool.getType (   self)

Definition at line 521 of file GaudiAlgConf.py.

521  def getType( self ):
522  return 'SequencerTimerTool'

Member Data Documentation

dictionary GaudiAlg.GaudiAlgConf.SequencerTimerTool.__slots__
staticprivate

Definition at line 445 of file GaudiAlgConf.py.

dictionary GaudiAlg.GaudiAlgConf.SequencerTimerTool._propertyDocDct
staticprivate
Initial value:
1 = {
2  'StatTableHeader' : ,
3  'ErrorsPrint' : ,
4  'NameSize' : ,
5  'HeaderFor1DHistoTable' : ,
6  'StatPrint' : ,
7  'HistoDir' : ,
8  'TypePrint' : ,
9  'HistoTopDir' : ,
10  'AutoStringIDPurgeMap' : ,
11  'CounterList' : ,
12  'ShortFormatFor1DHistoTable' : ,
13  'EfficiencyRowFormat' : ,
14  'PropertiesPrint' : ,
15  'HistoSplitDir' : ,
16  'ContextService' : ,
17  'HistoProduce' : ,
18  'UseEfficiencyRowFormat' : ,
19  'HistoPrint' : ,
20  'RegularRowFormat' : ,
21  'FormatFor1DHistoTable' : ,
22  'HistoOffSet' : ,
23  'UseSequencialNumericAutoIDs' : ,
24  'StatEntityList' : ,
25  'HistoCountersPrint' : ,
26  'HistoCheckForNaN' : ,
27  }

Definition at line 488 of file GaudiAlgConf.py.


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