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