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
settings.py
1
#!/usr/bin/env python3
2
# -*- coding: utf-8 -*-
3
4
11
12
import
sys
13
import
os
14
15
logfile = os.path.dirname(os.path.abspath(sys.argv[0])) +
'/decparse.log'
16
enable_colours =
True
17
overwrite =
True
18
dkfilespath =
'../dec/'
19
obsoletepath =
'../doc/'
20
partdictpath = os.path.dirname(os.path.abspath(sys.argv[0])) \
21
+
'/particle_dictionary'
22
23
use_url =
False
24
dec_url = \
25
'https://gitlab.desy.de/belle2/software/basf2/-/tree/main/decfiles/dec/'
26
obs_url = \
27
'https://gitlab.desy.de/belle2/software/basf2/-/tree/main/decfiles/doc/table_obsolete.sql'
28
cuts_url = \
29
'https://gitlab.desy.de/belle2/software/basf2/-/tree/main/decfiles/doc/cuts'
30
table_url =
'http://svn.cern.ch/guest/evtgen/tags/R01-03-00/evt.pdl'
31
32
groups = [
33
'SL'
,
34
'EWP'
,
35
'TCPV'
,
36
'HAD'
,
37
'CHARM'
,
38
'ONIA'
,
39
'TAU'
,
40
]
41
42
terminators = [
43
'VSS'
,
44
'VSS_BMIX'
,
45
'PHOTOS'
,
46
'VLL'
,
47
'VVPIPI'
,
48
'PARTWAVE'
,
49
'HELAMP'
,
50
'PYTHIA'
,
51
'HQET'
,
52
'HQET2'
,
53
'ISGW2'
,
54
'GOITY_ROBERTS'
,
55
'VUB'
,
56
'PHSP'
,
57
'SVS'
,
58
'SVV_HELAMP'
,
59
'BTOXSGAMMA'
,
60
'BTOSLLBALL'
,
61
'BTOXSLL'
,
62
'BTO3PI_CP'
,
63
'STS'
,
64
'SLN'
,
65
'CB3PI-P00'
,
66
'CB3PI-MPP'
,
67
'VSP_PWAVE'
,
68
'SVP_HELAMP'
,
69
'BTOSLLALI'
,
70
'TAULNUNU'
,
71
'TAUSCALARNU'
,
72
'TAUHADNU'
,
73
'TAUVECTORNU'
,
74
'D_DALITZ'
,
75
'VVS_PWAVE'
,
76
'TVS_PWAVE'
,
77
'TSS'
,
78
'PI0_DALITZ'
,
79
'ETA_DALITZ'
,
80
'OMEGA_DALITZ'
,
81
'VVP'
,
82
'BTOSLLMS'
,
83
]
84
85
longlived = [
86
'pi+'
,
87
'pi-'
,
88
'K+'
,
89
'K-'
,
90
'K_L0'
,
91
'p+'
,
92
'anti-p-'
,
93
'n0'
,
94
'anti-n0'
,
95
'e+'
,
96
'e-'
,
97
'mu+'
,
98
'mu-'
,
99
]
100
101
nickslation = {
'B0'
:
'Bd'
,
'B+'
:
'Bu'
,
'D*+'
:
'Dst'
}
102
103
# Obsolete
104
descripslation = {
'D*+'
:
'D*(2010)+'
}
105
# "K_S0" : "KS0"
decfiles
scripts
settings.py
Generated on Tue Jan 28 2025 01:52:02 for Belle II Software by
1.9.1