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
decay_hash_interpreter.py
1
#!/usr/bin/env python
2
3
10
11
import
subprocess
12
import
sys
13
14
OLD =
"decay_hash_interpreter.py"
15
NEW =
"b2decay-hash-interpreter.py"
16
17
print(f
"""\033[0;31mAttention:\033[0m {OLD} has been renamed to {NEW}.
18
19
Some time ago the software group has decided that we should enforce a more
20
systematic naming convention for command line tools. The old names have been
21
kept for compatibility but will now be removed. The tool you tried to call is
22
one of those which has been renamed.
23
24
From now on please use \033[0;32m{NEW}\033[0m
25
26
\033[0;31mAttention:\033[0m ${OLD} has been renamed to ${NEW}."""
27
)
28
29
command = [NEW] + sys.argv[1:]
30
print(f
"\nRunning command {' '.join(command)}\n"
)
31
subprocess.run(command, check=
True
)
analysis
tools
decay_hash_interpreter.py
Generated on Tue Jan 28 2025 01:52:31 for Belle II Software by
1.9.1