bogoplopsim.fcl
Go to the documentation of this file.
1 process_name: bogoplopsim
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  plugins: ["WireCellPgraph", "WireCellGen","WireCellSio","WireCellLarsoft"]
13  configs: ["bogoplopsim.jsonnet"]
14  inputers: ["wclsSimDepoSource"]
15  outputers: ["wclsFrameSaver"]
16  params: {
17  detector: "uboone"
18  }
19  }
20  }
21  }
22  p1 : [ plopper, simmer ]
23  outputFiles : [ out ]
24 
25  trigger_paths : [ p1 ]
26  end_paths: [ outputFiles ]
27 }
28 outputs: {
29  out: {
30  module_type: RootOutput
31  fileName: "output.root"
32  }
33 }