bogosim.fcl
Go to the documentation of this file.
1 process_name: bogosim
2 physics :{
3  producers: {
4  simmer : {
5  module_type : WireCellToolkit
6  wcls_main: {
7  tool_type: WCLS
8  apps: ["Pgrapher"]
9  plugins: ["WireCellPgraph", "WireCellGen","WireCellSio", "WireCellLarsoft"]
10  configs: ["bogosim.jsonnet"]
11  inputers: ["wclsSimDepoSource"]
12  outputers: []
13  params: {
14  detector: "uboone"
15  }
16  }
17  }
18  }
19  p1 : [ simmer ]
20  outputFiles : [ out ]
21 
22  trigger_paths : [ p1 ]
23  end_paths: [ outputFiles ]
24 }
25 outputs: {
26  out: {
27  module_type: RootOutput
28  fileName: "output.root"
29  }
30 }