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