Belle II Software
release-08-02-06
Main Page
Modules
Namespaces
Namespace List
Namespace 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
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
z
Variables
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
v
w
x
z
Typedefs
a
b
c
d
e
g
i
k
l
m
n
p
r
s
t
u
v
w
Enumerations
a
b
c
e
f
g
n
p
s
v
z
Enumerator
c
d
f
p
t
u
v
w
Classes
Class List
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
y
Enumerations
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
Enumerator
a
b
c
d
e
f
g
h
k
l
m
n
o
p
r
s
t
u
v
w
z
Related Functions
b
c
d
g
i
o
r
s
t
Files
File List
File Members
All
Functions
Typedefs
Macros
test_whizard.py
1
8
9
'''
10
Test if WHIZARD works.
11
'''
12
13
import
subprocess
14
15
import
basf2
as
b2
16
import
b2test_utils
as
b2tu
17
18
19
if
__name__ ==
'__main__'
:
20
21
if
not
b2tu.is_ci():
22
b2tu.skip_test(
"The test can not be properly run on buildbot."
)
23
24
with
b2tu.clean_working_directory()
as
working_dir:
25
26
steering_file = b2.find_file(
'generators/examples/Whizard.py'
)
27
subprocess.check_call([
'basf2'
, steering_file,
'--experiment'
,
'0'
,
'--run'
,
'0'
,
'-n'
,
'100'
])
generators
tests
test_whizard.py
Generated on Tue Jan 28 2025 01:54:45 for Belle II Software by
1.9.1