channelstatus.fcl
Go to the documentation of this file.
1 #
2 # File: channelstatus.fcl
3 # Purpose: Provides a default configuration for IChannelStatusService service
4 # Author: Gianluca Petrillo (petrillo@fnal.gov)
5 # Date: October 2nd, 2015
6 #
7 # The default configuration implements no bad nor noisy channels.
8 # Everything is perfect here.
9 #
10 
11 BEGIN_PROLOG
12 
13 standard_channelstatus: {
14  # implements IChannelStatusService interface:
15 
16  service_provider: SimpleChannelStatusService
17 
18 } # standard_channelstatus
19 
20 END_PROLOG
21