make_f13.fcl
Go to the documentation of this file.
1 source: {
2  module_type: EmptyEvent
3  firstEvent: 20
4  maxEvents: 2
5 }
6 
7 outputs: {
8  out1: {
9  module_type: RootOutput
10  fileName: "f13.root"
11  }
12 }
13 
14 physics: {
15  producers: {
16  m1a: {
17  module_type: IntProducer
18  ivalue: 1
19  }
20  m2a: {
21  module_type: IntProducer
22  ivalue: 2
23  }
24  m3a: {
25  module_type: IntProducer
26  ivalue: 3
27  }
28  }
29  p1: [ m1a, m2a, m3a ]
30  e1: [ out1 ]
31 }
32 
33 process_name: MAKET1