Loading [MathJax]/extensions/tex2jax.js
The Gaudi Framework
master (f31105fd)
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Typedefs
a
b
c
d
e
f
h
i
l
m
o
p
r
s
t
u
v
w
x
Enumerations
Enumerator
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
y
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Enumerations
a
c
d
e
f
i
l
m
n
o
p
q
r
s
t
v
Enumerator
a
b
c
d
e
f
i
j
k
l
m
n
o
p
r
s
t
u
v
w
Properties
Related Functions
:
a
b
c
d
e
g
h
i
m
o
p
r
s
t
v
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Functions
_
b
c
e
f
g
h
i
l
m
n
o
p
r
s
t
u
z
Variables
a
b
c
d
e
g
h
i
m
o
p
q
r
s
t
v
x
Typedefs
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
w
Enumerations
Enumerator
c
e
f
p
u
v
Macros
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
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
16
from
Gaudi.Configuration
import
ApplicationMgr
17
18
tool =
Tool
(Double=-1)
19
20
alg =
MyAlgorithm
(
"Alg"
)
21
alg.addTool(tool, name=
"Tool"
)
22
23
ApplicationMgr(EvtSel=
"NONE"
, TopAlg=[alg])
24
25
# ====================================================================
26
27
import
GaudiPython
28
29
app =
GaudiPython.AppMgr
()
30
31
t = app.tool(alg.Tool.getName())
32
for
i
in
range
(5):
33
t.Double = i
34
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:97
GaudiTestSuite
scripts
bug_34121.py
Generated on Mon Apr 7 2025 16:26:25 for The Gaudi Framework by
1.8.18