Belle II Software
release-09-00-00
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"
: {
"pxd_local_staging"
: []},
21
"svd"
: {
22
"svd_local_staging"
: [
23
"SVDNoiseCalibrations"
,
24
"SVDPedestalCalibrations"
,
25
"SVDPulseShapeCalibrations"
,
26
"SVDFADCMaskedStrips"
,
27
"SVDGlobalConfigParameters"
,
28
"SVDGlobalXMLFile.xml"
,
29
"SVDLocalConfigParameters"
,
30
]
31
},
32
"cdc"
: {
"cdc_local_staging"
: []},
33
"ecl"
: {
"ecl_local_staging"
: []},
34
"top"
: {
"top_local_staging"
: []},
35
"arich"
: {
"arich_local_staging"
: []},
36
"klm"
: {
"klm_local_staging"
: []},
37
"trigger"
: {
"trigger_local_staging"
: []},
38
"tracking"
: {
"tracking_local_staging"
: []},
39
"alignment"
: {
"alignment_local_staging"
: []},
40
"beam"
: {
"beam_local_staging"
: []},
41
}
calibration
scripts
prompt
local_calibrations.py
Generated on Sat Jan 18 2025 07:02:10 for Belle II Software by
1.9.6