read.fcl
Go to the documentation of this file.
1 source: {
2  module_type: RootInput
3  fileNames: [
4  "../test_tiered_input_03d_t.d/f4.root"
5  ]
6  secondaryFileNames: [
7  {
8  a: "../test_tiered_input_03d_t.d/f4.root"
9  b: [
10  "../test_tiered_input_03c_t.d/f3.root",
11  "../test_tiered_input_03b_t.d/f2.root",
12  "../test_tiered_input_03a1_t.d/f11.root",
13  "../test_tiered_input_03a2_t.d/f12.root",
14  "../test_tiered_input_03a3_t.d/f13.root"
15  ]
16  }
17  ]
18 }
19 
20 physics: {
21  analyzers: {
22  a1: {
23  module_type: IntTestAnalyzer
24  input_label: m1a
25  expected_value: 1
26  }
27  a2: {
28  module_type: IntTestAnalyzer
29  input_label: m2a
30  expected_value: 2
31  }
32  a3: {
33  module_type: IntTestAnalyzer
34  input_label: m3a
35  expected_value: 3
36  }
37  }
38  e1: [ a3, a2, a1 ]
39  end_paths: [ e1 ]
40 }
41 
42 process_name: READ