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
__init__.py
1
#!/usr/bin/env python3
2
3
10
11
"""
12
The main module of the Belle II Analysis Software Framework
13
"""
14
15
# import most things to be backwards compatible
16
from
basf2.core
import
*
# noqa
17
from
basf2.utils
import
print_params, print_path
# noqa
18
import
sys
as
_sys
19
20
21
_is_ipython = hasattr(__builtins__,
'__IPYTHON__'
)
or
'IPython'
in
_sys.modules
22
if
_is_ipython:
23
from
IPython
import
get_ipython
as
_get_ipython
24
# check if we're in a notebook
25
if
hasattr(_get_ipython(),
"kernel"
):
26
# import dedicated process function to override core version for notebooks
27
from
basf2._notebooksupport
import
enable_notebooksupport, process
# noqa
28
enable_notebooksupport()
basf2._notebooksupport
Definition:
_notebooksupport.py:1
basf2.core
Definition:
core.py:1
basf2.utils
Definition:
utils.py:1
framework
scripts
basf2
__init__.py
Generated on Tue Jan 28 2025 01:52:01 for Belle II Software by
1.9.1