Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
art
art
test
Integration
test_tiered_input_06
fcl
read.fcl
Go to the documentation of this file.
1
source: {
2
module_type: RootInput
3
fileNames: [
4
"../test_tiered_input_06a_t.d/fA.root"
5
]
6
secondaryFileNames: [
7
{
8
a: "../test_tiered_input_06a_t.d/fA.root"
9
b: [
10
"../test_tiered_input_06b_t.d/fB.root"
11
]
12
}
13
]
14
}
15
16
outputs: {
17
out1: {
18
module_type: RootOutput
19
fileName: "out.root"
20
}
21
}
22
23
physics: {
24
analyzers: {
25
a1: {
26
module_type: IntTestAnalyzer
27
input_label: n1 # Input label from secondary file
28
expected_value: 19
29
}
30
}
31
e1: [ a1, out1 ]
32
}
33
34
process_name: READ
Generated by
1.8.11