![]() |
ATLAS Offline Software
|
Functions | |
| dcsofl_cool_record () | |
| make_multi_mapping (iterable) | |
| map_channels (iovs, mapping, folder) | |
| connect_adjacent_iovs_defect (generator) | |
Variables | |
| log | |
| python.libcore.connect_adjacent_iovs_defect | ( | generator | ) |
Definition at line 69 of file libcore.py.
| python.libcore.dcsofl_cool_record | ( | ) |
Definition at line 8 of file libcore.py.
| python.libcore.make_multi_mapping | ( | iterable | ) |
When more than one value can map to the same key, we need
{key, [value1, value2]}.
This function builds it out of [(key, value1), (key, value2)]
Beware, values cannot be lists.
Definition at line 17 of file libcore.py.
| python.libcore.map_channels | ( | iovs, | |
| mapping, | |||
| folder ) |
Remap the input channel identifiers. Returns a new IOVSet with the channel number changed according to the provided mapping
Definition at line 39 of file libcore.py.
| python.libcore.log |
Definition at line 3 of file libcore.py.