All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
channelmapping_icarus.fcl
Go to the documentation of this file.
1 BEGIN_PROLOG
2 
3 
4 ChannelMappingPostGres: {
5  tool_type: ChannelMapPostGres
6  Nothing: 0
7 }
8 
9 ChannelMappingSQLite: {
10  tool_type: ChannelMapSQLite
11  DBFileName: "ChannelMapICARUS.db"
12  CalibDBFileName: "crt_gain_reco_data"
13  Tag: "v1r0"
14 
15 }
16 
17 icarus_channelmappinggservice:
18 {
19  service_provider: ICARUSChannelMap
20  DiagnosticOutput: false
21  ChannelMappingTool: @local::ChannelMappingSQLite
22 }
23 
24 END_PROLOG