three_paths_with_producers_with_consumes.fcl
Go to the documentation of this file.
1 test_properties: {
2  # This is not a failure because failing to specify the process name
3  # in an input tag could mean that the user wants to allow searching
4  # in the input source.
5  graph_failure_expected: false
6 }
7 
8 process_name: test
9 
10 physics: {
11  producers: {
12  p1: {}
13  p2: { consumes: [["int", "p1"]] }
14  p3: { consumes: [["int", "p2"]] }
15  }
16  tp1: [p1, p3]
17  tp2: [p2]
18  tp3: [p2, p3]
19 }