RootHistCnv.RootHistCnvConf.RootHistCnv__PersSvc Class Reference
Inheritance diagram for RootHistCnv.RootHistCnvConf.RootHistCnv__PersSvc:
Collaboration diagram for RootHistCnv.RootHistCnvConf.RootHistCnv__PersSvc:

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 4 of file RootHistCnvConf.py.

Constructor & Destructor Documentation

def RootHistCnv.RootHistCnvConf.RootHistCnv__PersSvc.__init__ (   self,
  name = Configurable.DefaultName,
  kwargs 
)

Definition at line 21 of file RootHistCnvConf.py.

21  def __init__(self, name = Configurable.DefaultName, **kwargs):
22  super(RootHistCnv__PersSvc, self).__init__(name)
23  for n,v in kwargs.items():
24  setattr(self, n, v)
def __init__(self, name=Configurable.DefaultName, kwargs)

Member Function Documentation

def RootHistCnv.RootHistCnvConf.RootHistCnv__PersSvc.getDlls (   self)

Definition at line 25 of file RootHistCnvConf.py.

25  def getDlls( self ):
26  return 'RootHistCnv'
def RootHistCnv.RootHistCnvConf.RootHistCnv__PersSvc.getType (   self)

Definition at line 27 of file RootHistCnvConf.py.

27  def getType( self ):
28  return 'RootHistCnv::PersSvc'

Member Data Documentation

dictionary RootHistCnv.RootHistCnvConf.RootHistCnv__PersSvc.__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  'OutputFile' : 'UndefinedROOTOutputFileName', # str
11  'ForceAlphaIds' : False, # bool
12  'OutputEnabled' : True, # bool
13  }

Definition at line 5 of file RootHistCnvConf.py.

dictionary RootHistCnv.RootHistCnvConf.RootHistCnv__PersSvc._propertyDocDct
staticprivate
Initial value:
1 = {
2  'OutputEnabled' : ,
3  }

Definition at line 18 of file RootHistCnvConf.py.


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