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