particleSimulation_w.fcl
Go to the documentation of this file.
1 source: {
2  module_type: RootInput
3  fileNames: @nil
4 }
5 
6 physics: {
7 
8  producers: {
9  sim: {
10  module_type: ParticleSimulator
11  inputTag: ["prod:GenParticles:eventGen"]
12  }
13  }
14 
15  p1: [sim]
16  e1: [out]
17 }
18 
19 outputs: {
20 
21  out: {
22  module_type: RootOutput
23  fileName: "sim_%#.root"
24  fileProperties: {
25  granularity: InputFile
26  maxInputFiles: 1
27  }
28  }
29 }
30 
31 process_name: particleSim