make_f3.fcl
Go to the documentation of this file.
1 source: {
2  module_type: RootInput
3  fileNames: [ "../test_tiered_input_03b_t.d/f2.root" ]
4 }
5 
6 outputs: {
7  out1: {
8  module_type: RootOutput
9  fileName: "f3.root"
10  outputCommands: [ "keep *", "drop arttest::IntProduct_m2a__MAKET1" ]
11  }
12 }
13 
14 physics: {
15  producers: {
16  }
17  filters: {
18  }
19  p1: [ ]
20  trigger_paths: [ p1 ]
21  analyzers: {
22  }
23  e1: [ out1 ]
24  end_paths: [ e1 ]
25 }
26 
27 process_name: DROPM2A