assemble_w.fcl
Go to the documentation of this file.
1 physics: {
2 
3  producers: {
4 
5  prod1: {
6  module_type: AssembleProducts
7  particlesTag: ["sim:particleEnergies:particleSim"]
8  }
9 
10  prod2: {
11  module_type: AssembleMoreProducts
12  nParticlesTag: ["prod:nParticles:eventGen"]
13  seenParticlesTag: ["prod1:seenParticles"]
14  trkEffTag: ["reco:TrackEfficiency:reco"]
15  trkEffPerSubRun: 0.5
16  }
17  }
18 
19  p1: [prod1, prod2]
20  e1: [out]
21 
22 }
23 
24 outputs.out: {
25  module_type: RootOutput
26  fileName: "userAssembled.root"
27  outputCommands: [
28  "keep *",
29  "drop * InEvent"
30  ]
31 }
32 
33 process_name: userAssembled