read.fcl
Go to the documentation of this file.
1 source: {
2  module_type: RootInput
3  fileNames: [
4  "../test_tiered_input_07c_t.d/fC.root"
5  ]
6  secondaryFileNames: [
7  {
8  a: "../test_tiered_input_07c_t.d/fC.root"
9  b: [
10  "../test_tiered_input_07a_t.d/fA.root"
11  ]
12  },
13  {
14  a: "../test_tiered_input_07a_t.d/fA.root"
15  b: [
16  "../test_tiered_input_07b_t.d/fB.root"
17  ]
18  }
19  ]
20 }
21 
22 outputs: {
23  out1: {
24  module_type: RootOutput
25  fileName: "out.root"
26  }
27 }
28 
29 physics: {
30  analyzers: {
31  a1: {
32  module_type: IntTestAnalyzer
33  input_label: n1 # Input label from tertiary file
34  expected_value: 19
35  }
36  }
37  e1: [ a1, out1 ]
38 }
39 
40 process_name: READ