Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
art
art
test
Integration
high-memory
fcl
TestRemoveCachedProduct_w.fcl
Go to the documentation of this file.
1
process_name: TestRemoveCachedProductW
2
3
physics: {
4
producers: {
5
m1a: {
6
module_type: IntVectorProducer
7
nvalues: 16
8
}
9
m2: {
10
module_type: IntProducer
11
ivalue: 1
12
branchType: 1
13
}
14
m3: {
15
module_type: IntProducer
16
ivalue: 2
17
branchType: 2
18
}
19
}
20
21
p1: [ m1a, m2, m3 ]
22
e1: [ out ]
23
}
24
25
outputs: {
26
out:
27
{
28
module_type: RootOutput
29
fileName: "out.root"
30
}
31
}
32
33
source: {
34
module_type: EmptyEvent
35
maxEvents: 1
36
}
Generated by
1.8.11