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