make_f23.fcl
Go to the documentation of this file.
1 process_name: DROPM1A
2 
3 source: {
4  module_type: RootInput
5  fileNames: [ "../test_tiered_input_04a3_t.d/f13.root" ]
6 }
7 
8 outputs: {
9  out1: {
10  module_type: RootOutput
11  fileName: "f23.root"
12  outputCommands: [ "keep *", "drop arttest::IntProduct_m1a__MAKET1" ]
13  }
14 }
15 
16 physics: {
17  e1: [ out1 ]
18 }