EventSelectorFromFile_r2.fcl
Go to the documentation of this file.
1 services.scheduler.wantSummary: true
2 
3 physics: {
4  analyzers: {
5  r1a: {
6  module_type: IntTestAnalyzer
7  input_label: m1a
8  require_presence: false
9  }
10  r1b: {
11  module_type: IntTestAnalyzer
12  input_label: m1b
13  expected_value: 7
14  }
15  r2a: {
16  module_type: DoubleTestAnalyzer
17  input_label: m2a
18  expected_value: -0.125
19  }
20  }
21 
22  e1: [r1a, r1b, r2a]
23 }
24 
25 source: {
26  module_type: RootInput
27  fileNames: ["../EventSelectorFromFile_w.d/out2.root"]
28 }
29 
30 process_name: DEVELr