one_path_with_producers_and_filters.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  p2: {}
11  }
12  filters: {
13  f1: {}
14  f2: {}
15  }
16  path: [p1, f1, p2, f2]
17 }