RPTest_w.fcl
Go to the documentation of this file.
1 BEGIN_PROLOG
2 rp_modules: {
3  results: {
4  producers: {
5  rpw: {
6  plugin_type: RPTest
7  }
8  rpr: {
9  plugin_type: RPTestReader
10  intResultsLabel: @nil
11  nResultsExpected: 1
12  }
13  }
14  rpath: [rpw, rpr]
15  }
16 }
17 END_PROLOG
18 
19 process_name: DEVEL
20 
21 source: {
22  module_type: EmptyEvent
23  maxEvents: 20
24  numberEventsInSubRun: 5
25  resetEventOnSubRun: false
26 }
27 
28 physics: {
29  e1: [o1, o2]
30 }
31 
32 outputs: {
33  o1: {
34  module_type: RootOutput
35  fileName: "out_r%r.root"
36  @table::rp_modules
37  }
38 
39  o2: {
40  module_type: RootOutput
41  fileName: "out_r%r_%#.root"
42  fileProperties: {
43  maxEvents: 10
44  }
45  @table::rp_modules
46  }
47 }
48 
49 outputs.o1.results.producers.rpr.intResultsLabel: "o1#rpw"
50 outputs.o2.results.producers.rpr.intResultsLabel: "o2#rpw"