RPTest_conf_err_03.fcl
Go to the documentation of this file.
1 process_name: DEVEL
2 
3 source: {
4  module_type: EmptyEvent
5  maxEvents: 20
6  numberEventsInSubRun: 5
7  resetEventOnSubRun: false
8 }
9 
10 physics: {
11  e1: [ o1 ]
12 }
13 
14 outputs: {
15  o1: {
16  module_type: RootOutput
17  fileName: "out_%r.root"
18  results: {
19  rpath: [ rpw, rpr ]
20  }
21  }
22 }