Gaudi Framework, version v21r4

Home   Generated: 7 Sep 2009

GaudiSvc::GaudiSvcConf::HistogramSvc Class Reference

List of all members.


Detailed Description

Definition at line 1168 of file GaudiSvcConf.py.


Public Member Functions

def __init__
def getDlls
def getType

Static Private Attributes

dictionary __slots__
dictionary _propertyDocDct

Member Function Documentation

def GaudiSvc::GaudiSvcConf::HistogramSvc::__init__ (   self,
  name = Configurable.DefaultName,
  kwargs 
)

Definition at line 1192 of file GaudiSvcConf.py.

01192                                                                :
01193       super(HistogramSvc, self).__init__(name)
01194       for n,v in kwargs.items():
01195          setattr(self, n, v)
  def getDlls( self ):

def GaudiSvc::GaudiSvcConf::HistogramSvc::getDlls (   self  ) 

Definition at line 1196 of file GaudiSvcConf.py.

01196                      :
01197       return 'GaudiSvc'
  def getType( self ):

def GaudiSvc::GaudiSvcConf::HistogramSvc::getType (   self  ) 

Definition at line 1198 of file GaudiSvcConf.py.

01198                      :
01199       return 'HistogramSvc'
  pass # class HistogramSvc


Member Data Documentation

Initial value:

{ 
    'OutputLevel' : 0, # int
    'AuditServices' : False, # bool
    'AuditInitialize' : False, # bool
    'AuditStart' : False, # bool
    'AuditStop' : False, # bool
    'AuditFinalize' : False, # bool
    'AuditReInitialize' : False, # bool
    'AuditReStart' : False, # bool
    'RootCLID' : 1, # int
    'RootName' : '/stat', # str
    'ForceLeaves' : False, # bool
    'InhibitPathes' : [  ], # list
    'DataFaultName' : 'DataFault', # str
    'DataAccessName' : 'DataAccess', # str
    'EnableFaultHandler' : False, # bool
    'EnableAccessHandler' : False, # bool
    'Input' : [  ], # list
    'Predefined1DHistos' : {  }, # list
  }

Definition at line 1169 of file GaudiSvcConf.py.

Initial value:

{ 
    'Predefined1DHistos' : """ Histograms with predefined parameters """,
  }

Definition at line 1189 of file GaudiSvcConf.py.


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

Generated at Mon Sep 7 18:26:43 2009 for Gaudi Framework, version v21r4 by Doxygen version 1.5.6 written by Dimitri van Heesch, © 1997-2004