DropOnOutput_wA_01.fcl
Go to the documentation of this file.
1 process_name: DOO
2 
3 source: {
4  module_type: RootInput
5  fileNames: [ "../Ptrmv_w.d/out.root" ]
6 }
7 
8 physics: {
9  producers: {
10  parentageFaker: {
11  module_type: DropTestParentageFaker
12  input_label: ptrmvWriter
13  }
14  }
15  p1: [ parentageFaker ]
16  e1: [ o1 ]
17 }
18 
19 outputs: {
20  o1: {
21  module_type: RootOutput
22  outputCommands: [ "keep *", "drop Stringart::Ptr_ptrmvWriter__PtrmvW" ]
23  fileName: "out.root"
24  }
25 }