The Gaudi Framework
v38r1p1 (ae26267b)
bug_34121.py
Go to the documentation of this file.
1
#!/usr/bin/env python3
2
13
from
Configurables
import
bug_34121__MyAlgorithm
as
MyAlgorithm
14
from
Configurables
import
bug_34121__Tool
as
Tool
15
from
Gaudi.Configuration
import
ApplicationMgr
16
17
tool =
Tool
(Double=-1)
18
19
alg =
MyAlgorithm
(
"Alg"
)
20
alg.addTool(tool, name=
"Tool"
)
21
22
ApplicationMgr(EvtSel=
"NONE"
, TopAlg=[alg])
23
24
# ====================================================================
25
26
import
GaudiPython
27
28
app =
GaudiPython.AppMgr
()
29
30
t = app.tool(alg.Tool.getName())
31
for
i
in
range
(5):
32
t.Double = i
33
app.run(1)
bug_34121::Tool
Definition:
bug34121_Tool.cpp:24
bug_34121::MyAlgorithm
Definition:
bug34121_MyAlgorithm.cpp:22
GaudiPython.Bindings.AppMgr
Definition:
Bindings.py:887
Gaudi.Configuration
Definition:
Configuration.py:1
Gaudi::Functional::details::zip::range
decltype(auto) range(Args &&... args)
Zips multiple containers together to form a single range.
Definition:
details.h:98
GaudiTestSuite
scripts
bug_34121.py
Generated on Fri Oct 18 2024 13:27:53 for The Gaudi Framework by
1.8.18