test_mchdb.fcl
Go to the documentation of this file.
1 process_name: testmchdb
2 source :{
3  module_type: RootInput
4  //inputCommands: ["keep raw::RawDigits_*_*_*", "drop *"]
5  inputCommands: ["drop *", "keep raw::RawDigits_*_*_*"]
6  // raw::RawDigits_wcNoiseFilter__DataRecoStage1
7  //inputCommands: ["keep *", "drop raw::ubdaqSoftwareTriggerData_*_*_*"]
8  //inputCommands: ["drop raw::ubdaqSoftwareTriggerData_*_*_*"]
9  saveMemoryObjectThreshold: 10485760
10 }
11 
12 physics :{
13  producers: {
14  tester : {
15  module_type : WireCellToolkit
16  wcls_main: {
17  tool_type: WCLS
18  apps: ["Pgrapher"]
19  plugins: ["WireCellPgraph", "WireCellGen","WireCellSio", "WireCellLarsoft"]
20  configs: ["test_mchdb.jsonnet"]
21  inputers: ["wclsMultiChannelNoiseDB"]
22  outputers: []
23  params: {
24  detector: "uboone"
25  }
26  }
27  }
28  }
29  p1 : [ tester ]
30 
31  trigger_paths : [ p1 ]
32 }