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