FlushingGenerator_t.fcl
Go to the documentation of this file.
1 process_name: DEVEL
2 
3 source.module_type: FlushingGenerator
4 services.Tracer: {}
5 
6 physics: {
7  filters: {
8  fgf: {
9  module_type: FlushingGeneratorTestFilter
10  }
11  }
12  p1: [ fgf ]
13  e1: [ o1 ]
14 }
15 
16 outputs: {
17  o1: {
18  module_type: FlushingGeneratorTest
19  }
20 }