BasicPostProcessor_01_w.fcl
Go to the documentation of this file.
1 physics:
2 {
3  filters: { f1: { } }
4  producers: { p1: { } }
5  analyzers: { a1: { } }
6 
7  path1: [ p1, f1 ]
8  epath1: [ a1, o1 ]
9 }
10 
11 outputs:
12 {
13  o1: { }
14 }