RPTest_r.fcl
Go to the documentation of this file.
1 process_name: DEVELr
2 
3 source: {
4  module_type: RootInput
5  fileNames: [ "../RPTest_w.d/out_r1.root", "../RPTest_w2.d/out_r2.root" ]
6 }
7 
8 physics: {
9  e2: [ o1 ]
10 }
11 
12 outputs: {
13  o1: {
14  module_type: RootOutput
15  fileName: "out.root"
16  results: {
17  producers: {
18  rpr1: {
19  plugin_type: RPTestReader
20  intResultsLabel: "o1#rpw"
21  nResultsExpected: 2 # from input files
22  }
23  rpr2: {
24  plugin_type: RPTestReader
25  intResultsLabel: "o1#rpw"
26  # 2 from reading from input files + 1 successful getByLabel
27  # in writeResults for a product created in 'rpw'.
28  nResultsExpected: 3
29  }
30  rpw: {
31  plugin_type: RPTest
32  }
33  }
34  rpath: [ rpr1, rpw, rpr2 ]
35  }
36  }
37 }