PartPropSvc.PartPropSvcConf.PartPropSvc Class Reference
Inheritance diagram for PartPropSvc.PartPropSvcConf.PartPropSvc:
Collaboration diagram for PartPropSvc.PartPropSvcConf.PartPropSvc:

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 PartPropSvcConf.py.

Constructor & Destructor Documentation

def PartPropSvc.PartPropSvcConf.PartPropSvc.__init__ (   self,
  name = Configurable.DefaultName,
  kwargs 
)

Definition at line 18 of file PartPropSvcConf.py.

18  def __init__(self, name = Configurable.DefaultName, **kwargs):
19  super(PartPropSvc, self).__init__(name)
20  for n,v in kwargs.items():
21  setattr(self, n, v)
def __init__(self, name=Configurable.DefaultName, kwargs)

Member Function Documentation

def PartPropSvc.PartPropSvcConf.PartPropSvc.getDlls (   self)

Definition at line 22 of file PartPropSvcConf.py.

22  def getDlls( self ):
23  return 'PartPropSvc'
def PartPropSvc.PartPropSvcConf.PartPropSvc.getType (   self)

Definition at line 24 of file PartPropSvcConf.py.

24  def getType( self ):
25  return 'PartPropSvc'

Member Data Documentation

dictionary PartPropSvc.PartPropSvcConf.PartPropSvc.__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  'InputFile' : 'PDGTABLE.MeV', # str
11  }

Definition at line 5 of file PartPropSvcConf.py.

dictionary PartPropSvc.PartPropSvcConf.PartPropSvc._propertyDocDct
staticprivate
Initial value:
1 = {
2  }

Definition at line 16 of file PartPropSvcConf.py.


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