Belle II Software
release-08-01-10
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 Mon Sep 23 2024 13:59:45 for Belle II Software by
1.9.1