|
Gaudi Framework, version v21r6 |
| Home | Generated: 11 Nov 2009 |
Definition at line 1214 of file GaudiSvcConf.py.
Public Member Functions | |
| def | __init__ |
| def | getDlls |
| def | getType |
Static Private Attributes | |
| dictionary | __slots__ |
| dictionary | _propertyDocDct |
| def GaudiSvc::GaudiSvcConf::HistogramSvc::__init__ | ( | self, | ||
name = Configurable.DefaultName, |
||||
| kwargs | ||||
| ) |
Definition at line 1238 of file GaudiSvcConf.py.
01238 : 01239 super(HistogramSvc, self).__init__(name) 01240 for n,v in kwargs.items(): 01241 setattr(self, n, v) def getDlls( self ):
| def GaudiSvc::GaudiSvcConf::HistogramSvc::getDlls | ( | self | ) |
| def GaudiSvc::GaudiSvcConf::HistogramSvc::getType | ( | self | ) |
Definition at line 1244 of file GaudiSvcConf.py.
01244 : 01245 return 'HistogramSvc' pass # class HistogramSvc
dictionary GaudiSvc::GaudiSvcConf::HistogramSvc::__slots__ [static, private] |
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 1215 of file GaudiSvcConf.py.
dictionary GaudiSvc::GaudiSvcConf::HistogramSvc::_propertyDocDct [static, private] |
Initial value:
{
'Predefined1DHistos' : """ Histograms with predefined parameters """,
}
Definition at line 1235 of file GaudiSvcConf.py.