toyProductProducerFilter_t.fcl
Go to the documentation of this file.
1 process_name: ToyProductFilterTest
2 
3 source: {
4  module_type: EmptyEvent
5  maxEvents : 1
6 }
7 
8 physics: {
9  filters: {
10  f1: {
11  module_type: ToyProductFilter
12  }
13  }
14 
15  p1: [ f1 ]
16 }