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: 1
18  }
19  }
20  p1: [ m1 ]
21  e1: [ out1 ]
22 }
23 
24 process_name: ProcA