Belle II Software
light-2403-persian
Main Page
Modules
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
l
m
n
o
p
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
Variables
Typedefs
a
b
c
d
l
m
n
p
r
s
w
Enumerations
Enumerator
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
_
c
d
e
f
h
i
m
o
p
r
s
t
v
w
Enumerations
b
c
e
g
h
m
p
s
t
v
Enumerator
b
c
k
t
Related Functions
Files
File List
File Members
All
Functions
010_first_steering_file.py
1
#!/usr/bin/env python3
2
3
import
basf2
as
b2
4
import
modularAnalysis
as
ma
5
6
# create path
7
main = b2.Path()
8
9
# load input data from mdst/udst file
10
ma.inputMdstList(
11
filelist=[b2.find_file(
"starterkit/2021/1111540100_eph3_BGx0_0.root"
,
"examples"
)],
12
path=main
13
)
14
15
# start the event loop (actually start processing things)
16
b2.process(main)
online_book
basf2
steering_files
010_first_steering_file.py
Generated on Fri Apr 12 2024 06:52:12 for Belle II Software by
1.9.1