wcls-sim-check.fcl
Go to the documentation of this file.
1 process_name: wclssim
2 physics :{
3  producers: {
4  plopper : {
5  module_type : BlipMaker
6  }
7  simmer : {
8  module_type : WireCellToolkit
9  wcls_main: {
10  tool_type: WCLS
11  apps: ["Pgrapher"]
12 
13  plugins: ["WireCellPgraph", "WireCellGen","WireCellSio","WireCellLarsoft"]
14 
15  // needs to be found via your WIRECELL_PATH
16  configs: ["pgrapher/experiment/pdsp/wcls-sim/wcls-sim-check.jsonnet"]
17 
18 
19  // Contract note: these exact "type:name" must be used to identify
20  // the configuration data structures for these components in the Jsonnet.
21 
22  inputers: ["wclsSimDepoSource"]
23  outputers: [
24  // "wclsSimChannelSink:postdrift",
25  "wclsFrameSaver:simdigits"
26  // ,"wclsFrameSaver:nfdigits",
27  // "wclsFrameSaver:spsignals",
28  // "wclsFrameSaver:spthresholds"
29  ]
30 
31  // Make available parameters via Jsonnet's std.extVar()
32  params: {
33  }
34  }
35  }
36  }
37  p1 : [ plopper, simmer ]
38  outputFiles : [ out ]
39 
40  trigger_paths : [ p1 ]
41  end_paths: [ outputFiles ]
42 }
43 outputs: {
44  out: {
45  module_type: RootOutput
46  fileName: "output.root"
47  }
48 }