wcls-sig-to-img.fcl
Go to the documentation of this file.
1 process_name: wclssig2img
2 
3 
4 source: {
5  module_type: RootInput
6  saveMemoryObjectThreshold: 10485760
7 
8  #inputCommands: ["drop *", "keep raw::RawDigits_*_*_*"]
9  #inputCommands: ["drop *", "keep *_*_*_Swizzler"]
10 }
11 
12 physics :{
13  producers: {
14 
15  sig2img : {
16  module_type : WireCellToolkit
17  wcls_main: {
18  tool_type: WCLS
19  apps: ["Pgrapher"]
20 
21  logsinks: ["stderr:info", "wcls-sig-to-img.log:trace"]
22  loglevels: ["trace", "raygrid:trace", "pgraph:info"]
23 
24  plugins: ["WireCellGen", "WireCellImg", "WireCellPgraph", "WireCellSio", "WireCellLarsoft"]
25 
26  inputers: ["wclsCookedFrameSource:sigs" ]
27 
28  outputers: []
29 
30  configs: ["pgrapher/experiment/pdsp/wcls-sig-to-img.jsonnet"]
31 
32  params : {
33  // This locates the input raw::RawDigit collection in the art::Event
34  sig_input_label: "raw2sig:gauss"
35  }
36  }
37  }
38  }
39 
40  p1 : [ sig2img ]
41  trigger_paths : [ p1 ]
42 
43 }
44