PartPropSvcConf.py
Go to the documentation of this file.00001
00002 """Automatically generated. DO NOT EDIT please"""
00003 from GaudiKernel.Proxy.Configurable import *
00004
00005 class PartPropSvc( ConfigurableService ) :
00006 __slots__ = {
00007 'OutputLevel' : 7,
00008 'AuditServices' : False,
00009 'AuditInitialize' : False,
00010 'AuditStart' : False,
00011 'AuditStop' : False,
00012 'AuditFinalize' : False,
00013 'AuditReInitialize' : False,
00014 'AuditReStart' : False,
00015 'InputType' : 'PDG',
00016 'InputFile' : [ 'PDGTABLE.MeV' ],
00017 }
00018 _propertyDocDct = {
00019 }
00020 def __init__(self, name = Configurable.DefaultName, **kwargs):
00021 super(PartPropSvc, self).__init__(name)
00022 for n,v in kwargs.items():
00023 setattr(self, n, v)
00024 def getDlls( self ):
00025 return 'PartPropSvc'
00026 def getType( self ):
00027 return 'PartPropSvc'
00028 pass