rangeSetAggregation_p1_w.fcl
Go to the documentation of this file.
1 source: {
2  module_type: EmptyEvent
3  maxEvents: 20
4 }
5 
6 physics: {
7 
8  filters: {
9  filt: {
10  module_type: TestFilterSpecificEvents
11  eventsToAccept: [2,3,4,6,9,10,12,14,15,16,17,18]
12  }
13  }
14 
15  p1: [filt]
16  e1: [o1, o2]
17 }
18 
19 outputs: {
20 
21  o1: {
22  module_type: RootOutput
23  fileName: "out.root"
24  SelectEvents: [p1]
25  }
26 
27  o2: {
28  module_type: RootOutput
29  fileName: "p_%#.root"
30  SelectEvents: [p1]
31  fileProperties: {
32  maxEvents: 3
33  }
34  }
35 }
36 
37 process_name: test1