channelstatus_hdcb.fcl
Go to the documentation of this file.
1 # channelstatus_hdcb.fcl
2 #
3 # David Adams
4 # Novewmber 2021
5 #
6 # For 2021 horizontal-drift coldbox data.
7 #
8 # Note the lists are now kept in data instead of prolog
9 
10 ################## Run period 1. Before run 12065. ###################
11 
12 # Dead channels.
13 data.hdcb1_dead_channels: [
14 ]
15 
16 # Very noisy channels.
17 data.hdcb1_hirms_channels: [
18 ]
19 
20 # Somewhat noisy channels.
21 data.hdcb1_modrms_channels: [
22 ]
23 
24 # Very sticky code(s).
25 data.hdcb1_hisc_channels: [
26 ]
27 
28 # Sticky codes that can/should mitigated.
29 data.hdcb1_modsc_channels: [
30 ]
31 
32 # Bad and noisy compilations.
33 data.hdcb1_bad_channels: @local::data.hdcb1_dead_channels
34 data.hdcb1_noisy_channels: [
35  @sequence::data.hdcb1_hirms_channels,
36  @sequence::data.hdcb1_hisc_channels
37 ]
38 
39 # Bad channel service.
40 data.ChannelStatusService_hdcb1: {
41  service_provider: "SimpleChannelStatusService"
42  BadChannels: @local::data.hdcb1_bad_channels
43  NoisyChannels: @local::data.hdcb1_noisy_channels
44 }
45