1 # channelstatus_hdcb.fcl
6 # For 2021 horizontal-drift coldbox data.
8 # Note the lists are now kept in data instead of prolog
10 ################## Run period 1. Before run 12065. ###################
13 data.hdcb1_dead_channels: [
16 # Very noisy channels.
17 data.hdcb1_hirms_channels: [
20 # Somewhat noisy channels.
21 data.hdcb1_modrms_channels: [
24 # Very sticky code(s).
25 data.hdcb1_hisc_channels: [
28 # Sticky codes that can/should mitigated.
29 data.hdcb1_modsc_channels: [
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
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