ATLAS Offline Software
|
Functions | |
def | LBTIME_VAL (Run, LumiBlock) |
def | RUNIOV_VAL () |
def | run_iovs_from_lblb (lblb) |
def | split_by_channel (iovs) |
def | inverse_lblb (iovs) |
def | add_result_iov (iov, output_iovs) |
def | connect_adjacent_iovs (generator) |
def | flatten_channels (iovs) |
def python.iov_arrangement.add_result_iov | ( | iov, | |
output_iovs | |||
) |
Consider a single result `iov`, and connect it to existing result iovs before it if necessary Also performs translation of channel names to channel IDs.
Definition at line 50 of file iov_arrangement.py.
def python.iov_arrangement.connect_adjacent_iovs | ( | generator | ) |
Definition at line 66 of file iov_arrangement.py.
def python.iov_arrangement.flatten_channels | ( | iovs | ) |
Input/Output: list of iovs If an iov specifies an iterable for its channel, then expand it into a list of channels.
Definition at line 79 of file iov_arrangement.py.
def python.iov_arrangement.inverse_lblb | ( | iovs | ) |
Definition at line 34 of file iov_arrangement.py.
def python.iov_arrangement.LBTIME_VAL | ( | Run, | |
LumiBlock | |||
) |
Definition at line 7 of file iov_arrangement.py.
def python.iov_arrangement.run_iovs_from_lblb | ( | lblb | ) |
Definition at line 14 of file iov_arrangement.py.
def python.iov_arrangement.RUNIOV_VAL | ( | ) |
Definition at line 11 of file iov_arrangement.py.
def python.iov_arrangement.split_by_channel | ( | iovs | ) |