DropOnInput_t_01.fcl
Go to the documentation of this file.
1 process_name: DOI
2 
3 source:
4 {
5  module_type: RootInput
6  fileNames: [ "../Ptrmv_w.d/out.root" ]
7  inputCommands: [ "keep *", "drop Stringart::Ptr_ptrmvWriter__PtrmvW" ]
8 }
9 
10 physics:
11 {
12  analyzers:
13  {
14  a1:
15  {
16  module_type: DropTestAnalyzer
17  input_label: ptrmvWriter
18  }
19  }
20  e1: [ a1 ]
21  end_paths: [ e1 ]
22 }