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