The Gaudi Framework
v26r3
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
GaudiPythonConf.py
Go to the documentation of this file.
1
#Fri Jul 17 14:35:55 2015"""Automatically generated. DO NOT EDIT please"""
2
from
GaudiKernel.Proxy.Configurable
import
*
3
4
class
PythonScriptingSvc
( 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
'StartupScript'
:
''
,
# str
15
}
16
_propertyDocDct = {
17
}
18
def
__init__
(self, name = Configurable.DefaultName, **kwargs):
19
super(PythonScriptingSvc, self).
__init__
(name)
20
for
n,v
in
kwargs.items():
21
setattr(self, n, v)
22
def
getDlls
( self ):
23
return
'GaudiPython'
24
def
getType
( self ):
25
return
'PythonScriptingSvc'
26
pass
# class PythonScriptingSvc
GaudiPython.GaudiPythonConf.PythonScriptingSvc.getType
def getType(self)
Definition:
GaudiPythonConf.py:24
GaudiPython.GaudiPythonConf.PythonScriptingSvc
Definition:
GaudiPythonConf.py:4
GaudiPython.GaudiPythonConf.PythonScriptingSvc.getDlls
def getDlls(self)
Definition:
GaudiPythonConf.py:22
GaudiPython.GaudiPythonConf.PythonScriptingSvc.__init__
def __init__(self, name=Configurable.DefaultName, kwargs)
Definition:
GaudiPythonConf.py:18
Configurable
InstallArea
x86_64-slc6-gcc48-opt
python
GaudiPython
GaudiPythonConf.py
Generated on Tue Jul 21 2015 12:23:38 for The Gaudi Framework by
1.8.9.1