two_paths_with_producers_with_shared_consumesMany_4.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: [readThenMake, p1]
20  tp2: [readThenMake, p2]
21 }