ATLAS Offline Software
|
Variables | |
ip | |
int | runs = 165732, 165733 |
iovs = inverse_lblb(fetch_iovs("LBLB", runs=runs)) | |
start | |
end | |
TGC_data = DCSC_Variable_TGC_HV(None, None) | |
db | |
mapping = get_mapping(TGC_data.db) | |
all_channels | |
tgc_conditions = TGC_data.read_tgc_conditions(start.date, end.date) | |
tgc_channels_nonempty = set(iov.channel for iov in tgc_conditions if iov) | |
find_tgc_unfilled_channelids.all_channels |
Definition at line 18 of file find_tgc_unfilled_channelids.py.
find_tgc_unfilled_channelids.db |
Definition at line 16 of file find_tgc_unfilled_channelids.py.
find_tgc_unfilled_channelids.end |
Definition at line 13 of file find_tgc_unfilled_channelids.py.
find_tgc_unfilled_channelids.iovs = inverse_lblb(fetch_iovs("LBLB", runs=runs)) |
Definition at line 12 of file find_tgc_unfilled_channelids.py.
find_tgc_unfilled_channelids.ip |
Definition at line 3 of file find_tgc_unfilled_channelids.py.
find_tgc_unfilled_channelids.mapping = get_mapping(TGC_data.db) |
Definition at line 17 of file find_tgc_unfilled_channelids.py.
int find_tgc_unfilled_channelids.runs = 165732, 165733 |
Definition at line 10 of file find_tgc_unfilled_channelids.py.
find_tgc_unfilled_channelids.start |
Definition at line 13 of file find_tgc_unfilled_channelids.py.
find_tgc_unfilled_channelids.tgc_channels_nonempty = set(iov.channel for iov in tgc_conditions if iov) |
Definition at line 21 of file find_tgc_unfilled_channelids.py.
find_tgc_unfilled_channelids.tgc_conditions = TGC_data.read_tgc_conditions(start.date, end.date) |
Definition at line 20 of file find_tgc_unfilled_channelids.py.
find_tgc_unfilled_channelids.TGC_data = DCSC_Variable_TGC_HV(None, None) |
Definition at line 15 of file find_tgc_unfilled_channelids.py.