ToyProductProducerFilterReplicated_t.fcl
Go to the documentation of this file.
1 process_name: ToyProductFilterReplicatedTest
2 
3 source: {
4  module_type: EmptyEvent
5  maxEvents : 1
6 }
7 
8 physics: {
9  filters: {
10  f1: {
11  module_type: ToyProductFilterReplicated
12  outputModuleConfigured: true
13  }
14  }
15 
16  p1: [f1]
17  e1: [o1]
18 }
19 
20 outputs.o1: {
21  module_type: RootOutput
22  fileName: "/dev/null"
23 }