RPTest_conf_err_01.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  producers: {
20  rpw: {
21  plugin_type: RPTest
22  }
23  rpr: {
24  plugin_type: RPTestReader
25  intResultsLabel: "o1#rpw"
26  nResultsExpected: 1
27  }
28  }
29  rpath: [ rpw, rpr, rpx ]
30  }
31  }
32 }