Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
art
art
test
Integration
ptr-vector
fcl
ptrvector_01c.fcl
Go to the documentation of this file.
1
physics: {
2
producers: {
3
m1a: {
4
module_type: IntVectorProducer
5
nvalues: 16
6
}
7
m1b: {
8
module_type: PtrVectorProducer
9
input_label: m1a
10
}
11
}
12
13
analyzers: {
14
a1: {
15
module_type: PtrVectorAnalyzer
16
input_label: m1b
17
nvalues: 8
18
}
19
}
20
21
p1: [ m1a, m1b ]
22
e1: [ a1, out1 ]
23
}
24
25
outputs: {
26
out1: {
27
module_type: RootOutput
28
fileName: "out1.root"
29
}
30
}
31
32
source: {
33
module_type: EmptyEvent
34
maxEvents: 5
35
}
36
37
process_name: MAKE
Generated by
1.8.11