two_paths_with_producers_with_different_consumesMany.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  readThenMake1: {
16  consumesMany: ["int"]
17  }
18  readThenMake2: {
19  consumesMany: ["int"]
20  }
21  }
22  tp1: [p1, readThenMake1]
23  tp2: [p2, readThenMake2]
24 }