Belle II Software
development
Toggle main menu visibility
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
Enumerator
c
d
f
p
t
v
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
local_calibrations.py
1
"""
2
This script contains the settings for the local calibrations
3
4
for each subsystem there should be a dictionary with
5
{global_tag_name: [list, of, payloads, names]}
6
7
During the local calibration step for each global tag all the payloads from the list of
8
payloads will be copied and their iov restricted to match the one being
9
calibrated using the command
10
11
```bash
12
b2conditionsdb iovs copy --replace -rf "(payload1|payload2)" --run-range X Y Z K --set-run-range source_gt destination_gt
13
```
14
"""
15
16
19
settings_local_calibrations = {
20
"pxd"
: {
"local_staging_pxd"
: []},
21
"svd"
: {
22
"local_staging_svd"
: [
23
"SVDNoiseCalibrations"
,
24
"SVDPedestalCalibrations"
,
25
"SVDPulseShapeCalibrations"
,
26
"SVDFADCMaskedStrips"
,
27
"SVDGlobalConfigParameters"
,
28
"SVDGlobalXMLFile.xml"
,
29
"SVDLocalConfigParameters"
,
30
]
31
},
32
"cdc"
: {
"local_staging_cdc"
: [
"CDCBadWires"
]},
33
"ecl"
: {
34
"local_staging_ecl"
: [
"ECLCrystalElectronics"
,
"ECLCrystalElectronicsTime"
]
35
},
36
"top"
: {
37
"local_staging_top"
: [
38
"TOPCalTimebase"
,
39
"TOPCalChannelT0"
,
40
"TOPCalChannelPulseHeight"
,
41
"TOPCalChannelThresholdEff"
,
42
]
43
},
44
"arich"
: {
"local_staging_arich"
: []},
45
"klm"
: {
"local_staging_klm"
: []},
46
"trigger"
: {
47
"local_staging_trigger"
: [
48
"TRGGDLDBPrescales"
,
49
"CDCTriggerDeadch"
,
50
]
51
},
52
"tracking"
: {
"local_staging_tracking"
: []},
53
"alignment"
: {
"local_staging_alignment"
: [
"VXDAlignment"
,
"CDCAlignment"
]},
54
"beam"
: {
"local_staging_beam"
: []},
55
}
calibration
scripts
prompt
local_calibrations.py
Generated on Thu Apr 10 2025 02:32:11 for Belle II Software by
1.9.6