uboone-filtered-sigproc.fcl
Go to the documentation of this file.
1 
2 source :{
3 // module_type: EmptyEvent
4  module_type: RootInput
5  //inputCommands: ["keep raw::RawDigits_*_*_*", "drop *"]
6  inputCommands: ["drop *", "keep raw::RawDigits_*_*_*"]
7  // raw::RawDigits_wcNoiseFilter__DataRecoStage1
8  //inputCommands: ["keep *", "drop raw::ubdaqSoftwareTriggerData_*_*_*"]
9  //inputCommands: ["drop raw::ubdaqSoftwareTriggerData_*_*_*"]
10  maxEvents: 1
11 }
12 physics :{
13  producers: {
14  sigproc : {
15  module_type : WireCellToolkit
16  wcls_main: {
17  # Configure Wire Cell / Larsoft integration layer
18  tool_type: WCLS
19  # The "apps" are the main executing components on the WCT side
20  apps: ["Omnibus"]
21  # Plugins are libraries of WCT components
22  plugins: ["WireCellGen", "WireCellSigProc", "WireCellSio", "WireCellLarsoft"]
23  # The top-level WCT configuration sequence
24  configs: ["uboone-filtered-sigproc.jsonnet"]
25  # Two-faced components which input to or
26  inputers: ["wclsRawFrameSource"]
27  # output from WCT to art/larsoft
28  outputers: ["wclsCookedFrameSink"]
29  # external parameters injected into the WCT configuration
30  params: {
31  detector: "uboone"
32  }
33  }
34  }
35  }
36 
37  e1 : [ sigproc ]
38  end_paths : [ e1 ]
39 
40 }
41