GaudiCommonSvc.GaudiCommonSvcConf.HistogramSvc Class Reference
Inheritance diagram for GaudiCommonSvc.GaudiCommonSvcConf.HistogramSvc:
Collaboration diagram for GaudiCommonSvc.GaudiCommonSvcConf.HistogramSvc:

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 343 of file GaudiCommonSvcConf.py.

Constructor & Destructor Documentation

def GaudiCommonSvc.GaudiCommonSvcConf.HistogramSvc.__init__ (   self,
  name = Configurable.DefaultName,
  kwargs 
)

Definition at line 367 of file GaudiCommonSvcConf.py.

367  def __init__(self, name = Configurable.DefaultName, **kwargs):
368  super(HistogramSvc, self).__init__(name)
369  for n,v in kwargs.items():
370  setattr(self, n, v)
def __init__(self, name=Configurable.DefaultName, kwargs)

Member Function Documentation

def GaudiCommonSvc.GaudiCommonSvcConf.HistogramSvc.getDlls (   self)

Definition at line 371 of file GaudiCommonSvcConf.py.

371  def getDlls( self ):
372  return 'GaudiCommonSvc'
def GaudiCommonSvc.GaudiCommonSvcConf.HistogramSvc.getType (   self)

Definition at line 373 of file GaudiCommonSvcConf.py.

373  def getType( self ):
374  return 'HistogramSvc'

Member Data Documentation

dictionary GaudiCommonSvc.GaudiCommonSvcConf.HistogramSvc.__slots__
staticprivate
Initial value:
1 = {
2  'OutputLevel' : 7, # int
3  'AuditServices' : False, # bool
4  'AuditInitialize' : False, # bool
5  'AuditStart' : False, # bool
6  'AuditStop' : False, # bool
7  'AuditFinalize' : False, # bool
8  'AuditReInitialize' : False, # bool
9  'AuditReStart' : False, # bool
10  'RootCLID' : 1, # int
11  'RootName' : '/stat', # str
12  'ForceLeaves' : False, # bool
13  'InhibitPathes' : [ ], # list
14  'DataFaultName' : 'DataFault', # str
15  'DataAccessName' : 'DataAccess', # str
16  'EnableFaultHandler' : False, # bool
17  'EnableAccessHandler' : False, # bool
18  'Input' : [ ], # list
19  'Predefined1DHistos' : { }, # list
20  }

Definition at line 344 of file GaudiCommonSvcConf.py.

dictionary GaudiCommonSvc.GaudiCommonSvcConf.HistogramSvc._propertyDocDct
staticprivate
Initial value:
1 = {
2  'Predefined1DHistos' : ,
3  }

Definition at line 364 of file GaudiCommonSvcConf.py.


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