EventSelectorFromFile_w.fcl
Go to the documentation of this file.
1 services.scheduler.wantSummary: true
2 
3 physics: {
4  producers: {
5  m1a: {
6  module_type: IntProducer
7  ivalue: 2
8  }
9  m1b: {
10  module_type: IntProducer
11  ivalue: 7
12  }
13  m2a: {
14  module_type: DoubleProducer
15  dvalue: -1.25E-1
16  }
17  }
18 
19  p1: [m1a]
20  p2: [m1b, m2a]
21  e1: [out1]
22  e2: [out2]
23 }
24 
25 outputs: {
26  out1: {
27  module_type: RootOutput
28  fileName: "out1.root"
29  SelectEvents: [p1]
30  outputCommands: ["drop *", "keep arttest::IntProduct_m1a_*_*"]
31  }
32  out2: {
33  module_type: RootOutput
34  fileName: "out2.root"
35  SelectEvents: [p2]
36  outputCommands: ["drop *",
37  "keep arttest::IntProduct_m1b_*_*",
38  "keep *_m2a_*_*"]
39  }
40 }
41 
42 source: {
43  module_type: EmptyEvent
44  maxEvents: 256
45 }
46 
47 process_name: DEVEL