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