channelStatusTool.fcl
Go to the documentation of this file.
1 # channelStatusTool.fcl
2 
3 # David Adams
4 # April 2020
5 
6 # Configures a channel status tool with bad and noisy channels
7 # copied from the ChannelStatusService configuration.
8 #
9 # Include this *after* configuring the channel status service.
10 
11 # Channel status from service configuration.
12 tools.channelStatusFromConfig: {
13  tool_type: ChannelStatusConfigTool
14  DefaultIndex: 0
15  IndexVectors: [
16  [],
17  @local::services.ChannelStatusService.BadChannels,
18  @local::services.ChannelStatusService.NoisyChannels
19  ]
20  LogLevel: 1
21 }
22 
23 tools.channelStatus: @local::tools.channelStatusFromConfig