wcls-sim.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/uboone/wcls-sim.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: ["wclsFrameSaver"]
24 
25  // Make available parameters via Jsonnet's std.extVar()
26  params: {
27  }
28  }
29  }
30  }
31  p1 : [ plopper, simmer ]
32  outputFiles : [ out ]
33 
34  trigger_paths : [ p1 ]
35  end_paths: [ outputFiles ]
36 }
37 outputs: {
38  out: {
39  module_type: RootOutput
40  fileName: "output.root"
41  }
42 }