dunecommon_tools.fcl
Go to the documentation of this file.
1 # dunecommon_tools.fcl
2 
3 # David Adams
4 # August 2017
5 
6 # Dune common tools.
7 
8 # ProtoDUNE run data tool.
9 tools.protoduneRunDataTool: {
10  tool_type: FclRunDataTool
11  LogLevel: 1
12  FileNames: ["rundata/protodune/rundata.fcl", "rundata/protodune/rundata%RUN%.fcl"]
13 }
14 
15 # Tick range tool.
16 # So tools can share tick ranges.
17 tools.tickRanges: {
18  tool_type: FclIndexRangeTool
19  LogLevel: 1
20  allTicks: { begin:0 end:0 labels:["All ticks"] }
21 }
22 
23 # Channel status from service.
24 tools.channelStatusFromService: {
25  tool_type: ChannelStatusServiceTool
26  LogLevel: 1
27 }
28 
29 tools.channelStatus: @local::tools.channelStatusFromService
30 
31 # Histogram manager.
32 tools.histMgr: {
33  LogLevel: 1
34  tool_type: SimpleHistogramManager
35 }