make_fB.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: "fB.root"
10  }
11 }
12 
13 physics: {
14  producers: {
15  n1: {
16  module_type: IntProducer
17  ivalue: 19
18  }
19  }
20  p1: [ n1 ]
21  e1: [ out1 ]
22 }
23 
24 process_name: ProcB