GaudiPartPropConf.py
Go to the documentation of this file.
1 #Fri Jan 29 13:07:09 2016"""Automatically generated. DO NOT EDIT please"""
3 
4 class Gaudi__ParticlePropertySvc( ConfigurableService ) :
5  __slots__ = {
6  'OutputLevel' : 7, # int
7  'AuditServices' : False, # bool
8  'AuditInitialize' : False, # bool
9  'AuditStart' : False, # bool
10  'AuditStop' : False, # bool
11  'AuditFinalize' : False, # bool
12  'AuditReInitialize' : False, # bool
13  'AuditReStart' : False, # bool
14  'ParticlePropertiesFile' : 'ParticleTable.txt', # str
15  'OtherFiles' : [ ], # list
16  'Particles' : [ ], # list
17  }
18  _propertyDocDct = {
19  }
20  def __init__(self, name = Configurable.DefaultName, **kwargs):
21  super(Gaudi__ParticlePropertySvc, self).__init__(name)
22  for n,v in kwargs.items():
23  setattr(self, n, v)
24  def getDlls( self ):
25  return 'GaudiPartProp'
26  def getType( self ):
27  return 'Gaudi::ParticlePropertySvc'
28  pass # class Gaudi__ParticlePropertySvc
def __init__(self, name=Configurable.DefaultName, kwargs)