Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
art
art
test
Framework
Core
data-dependencies
two_paths_with_producers_with_shared_consumesMany_2.fcl
Go to the documentation of this file.
1
test_properties: {
2
graph_failure_expected: false
3
}
4
5
process_name: test
6
7
physics: {
8
producers: {
9
p1: {
10
produces: [["int", ""]]
11
}
12
p2: {
13
produces: [["int", "instanceName"]]
14
}
15
readThenMake: {
16
consumesMany: ["int"]
17
}
18
}
19
tp1: [p1, p2, readThenMake]
20
tp2: [p2, p1, readThenMake]
21
}
Generated by
1.8.11