|
Gaudi Framework, version v21r4 |
| Home | Generated: 7 Sep 2009 |
Definition at line 463 of file GaudiAlgConf.py.
Public Member Functions | |
| def | __init__ |
| def | getDlls |
| def | getType |
Static Private Attributes | |
| dictionary | __slots__ |
| dictionary | _propertyDocDct |
| def GaudiAlg::GaudiAlgConf::HistoTool::__init__ | ( | self, | ||
name = Configurable.DefaultName, |
||||
| kwargs | ||||
| ) |
Definition at line 527 of file GaudiAlgConf.py.
00527 : 00528 super(HistoTool, self).__init__(name) 00529 for n,v in kwargs.items(): 00530 setattr(self, n, v) def getDlls( self ):
| def GaudiAlg::GaudiAlgConf::HistoTool::getDlls | ( | self | ) |
| def GaudiAlg::GaudiAlgConf::HistoTool::getType | ( | self | ) |
Definition at line 533 of file GaudiAlgConf.py.
00533 : 00534 return 'HistoTool' pass # class HistoTool
dictionary GaudiAlg::GaudiAlgConf::HistoTool::__slots__ [static, private] |
Definition at line 464 of file GaudiAlgConf.py.
dictionary GaudiAlg::GaudiAlgConf::HistoTool::_propertyDocDct [static, private] |
Initial value:
{
'StatTableHeader' : """ The header row for the output Stat-table """,
'ErrorsPrint' : """ Print the statistics of errors/warnings/exceptions """,
'HeaderFor1DHistoTable' : """ The table header for printout of 1D histograms """,
'StatPrint' : """ Print the table of counters """,
'HistoDir' : """ Histogram Directory """,
'TypePrint' : """ Add the actal C++ component type into the messages """,
'HistoTopDir' : """ Top level histogram directory (take care that it ends with '/') """,
'AutoStringIDPurgeMap' : """ Map of strings to search and replace when using the title as the basis of automatically generated literal IDs """,
'CounterList' : """ RegEx list, of simple integer counters for CounterSummary. """,
'ShortFormatFor1DHistoTable' : """ Format string for printout of 1D histograms """,
'EfficiencyRowFormat' : """ The format for the regular row in the output Stat-table """,
'PropertiesPrint' : """ Print the properties of the component """,
'HistoSplitDir' : """ Split long directory names into short pieces (suitable for HBOOK) """,
'ContextService' : """ The name of Algorithm Context Service """,
'HistoProduce' : """ Swith on/off the production of histograms """,
'UseEfficiencyRowFormat' : """ Use the special format for printout of efficiency counters """,
'HistoPrint' : """ Switch on/off the printout of histograms at finalization """,
'RegularRowFormat' : """ The format for the regular row in the output Stat-table """,
'FormatFor1DHistoTable' : """ Format string for printout of 1D histograms """,
'HistoOffSet' : """ OffSet for automatically assigned histogram numerical identifiers """,
'UseSequencialNumericAutoIDs' : """ Flag to allow users to switch back to the old style of creating numerical automatic IDs """,
'StatEntityList' : """ RegEx list, of StatEntity counters for CounterSummary. """,
'HistoCheckForNaN' : """ Swicth on/off the checks for NaN and Infinity for histogram fill """,
}
Definition at line 502 of file GaudiAlgConf.py.