ProductMix_w.fcl
Go to the documentation of this file.
1 process_name: "SWRITE"
2 
3 physics: {
4  producers: {
5  mixProducer: {
6  module_type: MixProducer
7  errorOnFailureToPut: false
8  }
9  }
10 
11  p1: [ mixProducer ]
12  e1: [ out ]
13 }
14 
15 outputs: {
16  out: {
17  module_type: RootOutput
18  fileName: "mix.root"
19  }
20 }
21 
22 source: {
23  module_type: EmptyEvent
24  numberEventsInRun: 500
25  numberEventsInSubRun: 100
26  maxEvents: 1000
27 }