Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
art
art
test
Integration
ptr-vector
fcl
ptrvector_01e.fcl
Go to the documentation of this file.
1
physics: {
2
analyzers: {
3
a1:
4
{
5
module_type: PtrVectorAnalyzer
6
input_label: m1b
7
nvalues: 8
8
}
9
}
10
e1: [ a1, out1 ]
11
}
12
13
outputs: {
14
out1: {
15
module_type: RootOutput
16
fileName: "out3.root"
17
}
18
}
19
20
source: {
21
module_type: RootInput
22
fileNames: [ "../PtrVector_01d_t.d/out2.root" ]
23
secondaryFileNames: [
24
{ a: "../PtrVector_01d_t.d/out2.root"
25
b: [ "../PtrVector_01c_t.d/out1.root" ]
26
}
27
]
28
}
29
30
process_name: ANAL
Generated by
1.8.11