read_out1_nofastcloning.fcl
Go to the documentation of this file.
1 process_name: READ
2 
3 source: {
4  module_type: RootInput
5  fileNames: [
6  "../test_tiered_input_04g_t.d/out1_nofastcloning.root"
7  ]
8 }
9 
10 physics: {
11  analyzers: {
12  a1: {
13  module_type: IntTestAnalyzer
14  input_label: m1a
15  expected_value: 1
16  }
17  a2: {
18  module_type: IntTestAnalyzer
19  input_label: m2a
20  expected_value: 2
21  }
22  a3: {
23  module_type: IntTestAnalyzer
24  input_label: m3a
25  expected_value: 3
26  }
27  }
28  e1: [ a3, a2, a1 ]
29 }