ToyProductProducerFilterAsync_t.fcl
Go to the documentation of this file.
1 process_name: ToyProductFilterAsyncTest
2 
3 source: {
4  module_type: EmptyEvent
5  maxEvents : 1
6 }
7 
8 physics: {
9 
10  producers: {
11  #prod: {
12  # module_type: ToyProductProducer
13  #}
14  }
15 
16  filters: {
17  f1: {
18  module_type: ToyProductFilterAsync
19  inputLabel: "prod"
20  }
21  }
22 
23  p1: [ f1 ]
24  #e1: [ out1 ]
25 }
26 
27 outputs: {
28 
29  #out1: {
30  # module_type: RootOutput
31  # fileName: "out1.root"
32  #}
33 
34 }