two_paths_with_producers_with_shared_consumesMany_3.fcl
Go to the documentation of this file.
1 test_properties: {
2  # Consistent int values will be retrieved for readThenMake for both paths.
3  graph_failure_expected: false
4 }
5 
6 process_name: test
7 
8 physics: {
9  producers: {
10  p1: {
11  produces: [["int", ""]]
12  }
13  p2: {
14  produces: [["double", "instanceName"]]
15  }
16  p3: {
17  produces: [["double", ""]]
18  }
19  readThenMake: {
20  consumesMany: ["int"]
21  }
22  }
23  tp1: [p1, p2, readThenMake]
24  tp2: [p1, p3, readThenMake]
25 }