Belle II Software
release-09-00-00
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"
: {
"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