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

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

Constructor & Destructor Documentation

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

Definition at line 338 of file GaudiAlgConf.py.

338  def __init__(self, name = Configurable.DefaultName, **kwargs):
339  super(HistoTool, self).__init__(name)
340  for n,v in kwargs.items():
341  setattr(self, n, v)
def __init__(self, name=Configurable.DefaultName, kwargs)

Member Function Documentation

def GaudiAlg.GaudiAlgConf.HistoTool.getDlls (   self)

Definition at line 342 of file GaudiAlgConf.py.

342  def getDlls( self ):
343  return 'GaudiAlg'
def GaudiAlg.GaudiAlgConf.HistoTool.getType (   self)

Definition at line 344 of file GaudiAlgConf.py.

344  def getType( self ):
345  return 'HistoTool'

Member Data Documentation

dictionary GaudiAlg.GaudiAlgConf.HistoTool.__slots__
staticprivate

Definition at line 273 of file GaudiAlgConf.py.

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

Definition at line 312 of file GaudiAlgConf.py.


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