Gaudi Framework, version v20r4

Generated: 8 Jan 2009

GaudiAlg::GaudiAlgConf::TupleTool Class Reference

List of all members.


Detailed Description

Definition at line 5 of file GaudiAlgConf.py.


Public Member Functions

def __init__
def getDlls
def getType

Static Private Attributes

dictionary __slots__
dictionary _propertyDocDct

Member Function Documentation

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

Definition at line 75 of file GaudiAlgConf.py.

00075                                                                :
00076       super(TupleTool, self).__init__(name)
00077       for n,v in kwargs.items():
00078          setattr(self, n, v)
  def getDlls( self ):

def GaudiAlg::GaudiAlgConf::TupleTool::getDlls (   self  ) 

Definition at line 79 of file GaudiAlgConf.py.

00079                      :
00080       return 'GaudiAlg'
  def getType( self ):

def GaudiAlg::GaudiAlgConf::TupleTool::getType (   self  ) 

Definition at line 81 of file GaudiAlgConf.py.

00081                      :
00082       return 'TupleTool'
  pass # class TupleTool


Member Data Documentation

dictionary GaudiAlg::GaudiAlgConf::TupleTool::__slots__ [static, private]

Definition at line 6 of file GaudiAlgConf.py.

Initial value:

{ 
    'HistoTopDir' : """ Top level histogram directory (take care that it ends with '/') """,
    'HistoCheckForNaN' : """ Swicth on/off the checks for NaN and Infinity for histogram fill """,
    'HistoDir' : """ Histogram Directory """,
    'HistoProduce' : """ Swith on/off the production of histograms  """,
    'StatTableHeader' : """ The header row for the output Stat-table """,
    'FormatFor1DHistoTable' : """ Format string for printout of 1D histograms """,
    'HistoSplitDir' : """ Split long directory names into short pieces (suitable for HBOOK) """,
    'EfficiencyRowFormat' : """ The format for the regular row in the outptu Stat-table """,
    'RegularRowFormat' : """ The format for the regular row in the output Stat-table """,
    'HistoPrint' : """ Switch on/off the printout of histograms at finalization """,
    'UseSequencialNumericAutoIDs' : """ Flag to allow users to switch back to the old style of creating numerical automatic IDs """,
    'HeaderFor1DHistoTable' : """ The table header for printout of 1D histograms  """,
    'ShortFormatFor1DHistoTable' : """ Format string for printout of 1D histograms """,
    'AutoStringIDPurgeMap' : """ Map of strings to search and replace when using the title as the basis of automatically generated literal IDs """,
    'HistoOffSet' : """ OffSet for automatically assigned histogram numerical identifiers  """,
    'UseEfficiencyRowFormat' : """ Use the special format for printout of efficiency counters """,
    'ContextService' : """ The name of Algorithm Context Service """,
  }

Definition at line 56 of file GaudiAlgConf.py.


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

Generated at Thu Jan 8 17:53:50 2009 for Gaudi Framework, version v20r4 by Doxygen version 1.5.6 written by Dimitri van Heesch, © 1997-2004