The Gaudi Framework  v30r3 (a5ef0a68)
GaudiPartPropConf.py
Go to the documentation of this file.
1 #Wed Aug 1 23:09:31 2018"""Automatically generated. DO NOT EDIT please"""
3 
4 class Gaudi__ParticlePropertySvc( ConfigurableService ) :
5  __slots__ = {
6  'OutputLevel' : 0, # 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  'OutputLevel' : """ output level [Service] """,
20  'AuditServices' : """ [[deprecated]] unused [Service] """,
21  'AuditInitialize' : """ trigger auditor on initialize() [Service] """,
22  'AuditStart' : """ trigger auditor on start() [Service] """,
23  'AuditStop' : """ trigger auditor on stop() [Service] """,
24  'AuditFinalize' : """ trigger auditor on finalize() [Service] """,
25  'AuditReinitialize' : """ trigger auditor on reinitialize() [Service] """,
26  'AuditRestart' : """ trigger auditor on restart() [Service] """,
27  'ParticlePropertiesFile' : """ Filename of the particle properties file [Gaudi::ParticlePropertySvc] """,
28  'OtherFiles' : """ additional file names [Gaudi::ParticlePropertySvc] """,
29  'Particles' : """ properties to be redefined explicitly [Gaudi::ParticlePropertySvc] """,
30  }
31  def __init__(self, name = Configurable.DefaultName, **kwargs):
32  super(Gaudi__ParticlePropertySvc, self).__init__(name)
33  for n,v in kwargs.items():
34  setattr(self, n, v)
35  def getDlls( self ):
36  return 'GaudiPartProp'
37  def getType( self ):
38  return 'Gaudi::ParticlePropertySvc'
39  pass # class Gaudi__ParticlePropertySvc
def __init__(self, name=Configurable.DefaultName, kwargs)