channelstatus_apa7.fcl
Go to the documentation of this file.
1 # channelstatus_apa7.fcl
2 #
3 # David Adams
4 # October 2018
5 #
6 # Bad and noisy channels for protDUNE coldbox Nov 2019.
7 
8 BEGIN_PROLOG
9 
10 allgood_channel_status: {
11 
12  # implements IChannelStatusService
13  service_provider: SimpleChannelStatusService
14 
15  # list of bad channels:
16  BadChannels: [
17  ]
18 
19  # list of bad noisy channels:
20  NoisyChannels: [
21  ]
22 
23 }
24 
25 apa7warm_channel_status_2019: {
26 
27  # implements IChannelStatusService
28  service_provider: SimpleChannelStatusService
29 
30  # list of bad channels:
31  BadChannels: [
32  ##### v #####
33  # femb713v
34  1085, # Most signal appears below 300
35  # femb708v
36  1285, # All signal appears below 300
37  # femb707v
38  1325, # Most signal appears below 300
39  # femb705v
40  1405, # Most signal appears below 300
41  ##### z #####
42  # femb710x
43  2558 # Small RMS ==> disconnected wire
44  ]
45 
46  # list of bad noisy channels:
47  NoisyChannels: [
48  ]
49 
50 }
51 
52 apa7cold_channel_status_2019: {
53 
54  # implements IChannelStatusService
55  service_provider: SimpleChannelStatusService
56 
57  # list of bad channels:
58  BadChannels: [
59  # femb714v
60  1050, # Very noisy in run 10158.
61  1052, # Run 10054 ped has three peaks with 40 ADC count spacing
62  # femb714x
63  1900, # Run 10054 raggedy pedestal at 800
64  1902, # Run 10054 raggedy pedestal at 800
65  1904, # Run 10054 raggedy pedestal at 800
66  1906, # Run 10054 raggedy pedestal at 800
67  1908, # Run 10054 raggedy pedestal at 800
68  1910, # Run 10054 raggedy pedestal at 800, satellite peak at 900
69  ##### z #####
70  # femb701x
71  2084, # Small RMS ==> disconnected wire
72  # femb710x
73  2558 # Small RMS ==> disconnected wire
74  ]
75 
76  # list of bad noisy channels:
77  NoisyChannels: []
78 
79 }
80 
81 apa7warm_channel_status_2021: {
82 
83  # implements IChannelStatusService
84  service_provider: SimpleChannelStatusService
85 
86  # list of bad channels:
87  BadChannels: [
88  ]
89 
90  # list of bad noisy channels:
91  NoisyChannels: [
92  ]
93 
94 }
95 
96 apa7cold_channel_status_2021: {
97 
98  # implements IChannelStatusService
99  service_provider: SimpleChannelStatusService
100 
101  # list of bad channels:
102  BadChannels: [
103  ]
104 
105  # list of bad noisy channels:
106  NoisyChannels: []
107 
108 }
109 
110 END_PROLOG