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