Belle II Software development
prompt.local_calibrations Namespace Reference

Variables

dict settings_local_calibrations
 Settings of local calibrations: for each subsystem there should be a dictionary with {global_tag_name: [list, of, payloads, names]}
 

Detailed Description

This script contains the settings for the local calibrations

for each subsystem there should be a dictionary with
{global_tag_name: [list, of, payloads, names]}

During the local calibration step for each global tag all the payloads from the list of
payloads will be copied and their iov restricted to match the one being
calibrated using the command

```bash
b2conditionsdb iovs copy --replace -rf "(payload1|payload2)" --run-range X Y Z K --set-run-range source_gt destination_gt
```

Variable Documentation

◆ settings_local_calibrations

dict settings_local_calibrations

Settings of local calibrations: for each subsystem there should be a dictionary with {global_tag_name: [list, of, payloads, names]}

Definition at line 19 of file local_calibrations.py.