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

Constructor & Destructor Documentation

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

Definition at line 455 of file GaudiAlgConf.py.

455  def __init__(self, name = Configurable.DefaultName, **kwargs):
456  super(SequencerTimerTool, self).__init__(name)
457  for n,v in kwargs.items():
458  setattr(self, n, v)
def __init__(self, name=Configurable.DefaultName, kwargs)

Member Function Documentation

def GaudiAlg.GaudiAlgConf.SequencerTimerTool.getDlls (   self)

Definition at line 459 of file GaudiAlgConf.py.

459  def getDlls( self ):
460  return 'GaudiAlg'
def GaudiAlg.GaudiAlgConf.SequencerTimerTool.getType (   self)

Definition at line 461 of file GaudiAlgConf.py.

461  def getType( self ):
462  return 'SequencerTimerTool'

Member Data Documentation

dictionary GaudiAlg.GaudiAlgConf.SequencerTimerTool.__slots__
staticprivate

Definition at line 385 of file GaudiAlgConf.py.

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

Definition at line 428 of file GaudiAlgConf.py.


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