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