DropOnOutput_r_01.fcl
Go to the documentation of this file.
1 process_name: DOOr
2 
3 physics: {
4  analyzers:
5  {
6  a1:
7  {
8  module_type: DropTestAnalyzer
9  input_label: ptrmvWriter
10  }
11  }
12  e1: [ a1 ]
13  o1: [ out1 ]
14  end_paths: [ e1, o1 ]
15 }
16 
17 outputs:
18 {
19  out1:
20  {
21  module_type: TestProvenanceDumper
22  }
23 }