The Gaudi Framework
v30r3 (a5ef0a68)
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
GaudiPartPropConf.py
Go to the documentation of this file.
1
#Wed Aug 1 23:09:31 2018"""Automatically generated. DO NOT EDIT please"""
2
from
GaudiKernel.Proxy.Configurable
import
*
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
GaudiPartProp.GaudiPartPropConf.Gaudi__ParticlePropertySvc
Definition:
GaudiPartPropConf.py:4
GaudiPartProp.GaudiPartPropConf.Gaudi__ParticlePropertySvc.getDlls
def getDlls(self)
Definition:
GaudiPartPropConf.py:35
GaudiPartProp.GaudiPartPropConf.Gaudi__ParticlePropertySvc.getType
def getType(self)
Definition:
GaudiPartPropConf.py:37
GaudiPartProp.GaudiPartPropConf.Gaudi__ParticlePropertySvc.__init__
def __init__(self, name=Configurable.DefaultName, kwargs)
Definition:
GaudiPartPropConf.py:31
Configurable
build-gcc62
GaudiPartProp
genConf
GaudiPartProp
GaudiPartPropConf.py
Generated on Wed Aug 1 2018 23:20:39 for The Gaudi Framework by
1.8.11