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

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

Constructor & Destructor Documentation

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

Definition at line 333 of file GaudiCommonSvcConf.py.

333  def __init__(self, name = Configurable.DefaultName, **kwargs):
334  super(HistogramPersistencySvc, self).__init__(name)
335  for n,v in kwargs.items():
336  setattr(self, n, v)
def __init__(self, name=Configurable.DefaultName, kwargs)

Member Function Documentation

def GaudiCommonSvc.GaudiCommonSvcConf.HistogramPersistencySvc.getDlls (   self)

Definition at line 337 of file GaudiCommonSvcConf.py.

337  def getDlls( self ):
338  return 'GaudiCommonSvc'
def GaudiCommonSvc.GaudiCommonSvcConf.HistogramPersistencySvc.getType (   self)

Definition at line 339 of file GaudiCommonSvcConf.py.

339  def getType( self ):
340  return 'HistogramPersistencySvc'

Member Data Documentation

dictionary GaudiCommonSvc.GaudiCommonSvcConf.HistogramPersistencySvc.__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  'CnvServices' : [ 'RootHistSvc' ], # list
11  'HistogramPersistency' : '', # str
12  'OutputFile' : '', # str
13  'ConvertHistos' : [ ], # list
14  'ExcludeHistos' : [ ], # list
15  'Warnings' : True, # bool
16  }

Definition at line 312 of file GaudiCommonSvcConf.py.

dictionary GaudiCommonSvc.GaudiCommonSvcConf.HistogramPersistencySvc._propertyDocDct
staticprivate
Initial value:
1 = {
2  'ConvertHistos' : ,
3  'Warnings' : ,
4  'ExcludeHistos' : ,
5  }

Definition at line 328 of file GaudiCommonSvcConf.py.


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