channelstatus_argoneut.fcl
Go to the documentation of this file.
1 #
2 # Channel filter service configuration for ArgoNeuT
3 #
4 #
5 BEGIN_PROLOG
6 
7 argoneut_channelstatus: {
8  # implements IChannelStatusService
9 
10  service_provider: SimpleChannelStatusService
11 
12  # list of bad channels:
13  BadChannels: [ 22, 65, 237, 307, 308, 309, 310, 311, 410, 412, 438, 439, 448 ]
14 
15  # list of bad noisy channels:
16  NoisyChannels: [ 31, 41, 108, 120, 121, 124, 392, 399 ]
17 
18 } # channel_filter_argoneut
19 
20 END_PROLOG