read.fcl
Go to the documentation of this file.
1 source: {
2  module_type: RootInput
3  fileNames: [
4  "../test_tiered_input_05d_t.d/f4.root"
5  ]
6  secondaryFileNames: [
7  {
8  a: "../test_tiered_input_05d_t.d/f4.root"
9  b: [
10  "../test_tiered_input_05c_t.d/f3.root"
11  ]
12  },
13  {
14  a: "../test_tiered_input_05c_t.d/f3.root"
15  b: [
16  "../test_tiered_input_05b_t.d/f2.root"
17  ]
18  },
19  {
20  a: "../test_tiered_input_05b_t.d/f2.root"
21  b: [
22  "../test_tiered_input_05a_t.d/f1.root"
23  ]
24  }
25  ]
26 }
27 
28 physics: {
29  analyzers: {
30  a1: {
31  module_type: IntTestAnalyzer
32  input_label: m1a
33  expected_value: 1
34  }
35  a2: {
36  module_type: IntTestAnalyzer
37  input_label: m2a
38  expected_value: 2
39  }
40  a3: {
41  module_type: IntTestAnalyzer
42  input_label: m3a
43  expected_value: 3
44  }
45  }
46  e1: [ a3, a2, a1 ]
47 }
48 
49 process_name: READ