ProductMix_r1.fcl
Go to the documentation of this file.
1 process_name: "SREAD"
2 
3 physics:
4 {
5  filters:
6  {
7  mixFilter:
8  {
9  module_type: MixFilterTest
10  numSecondaries: 5
11  mixProducerLabel: mixProducer
12  fileNames: [ "../ProductMix_w.d/mix.root" ]
13  readMode: sequential
14  }
15  }
16 
17  analyzers:
18  {
19  mixAnalyzer:
20  {
21  module_type: MixAnalyzer
22  numSecondaries: 5
23  mixFilterLabel: mixFilter
24  }
25  }
26 
27  p1: [ mixFilter ]
28  e1: [ mixAnalyzer, out ]
29 }
30 
31 outputs:
32 {
33  out:
34  {
35  module_type: RootOutput
36  fileName: "out.root"
37  }
38 }
39 
40 source:
41 {
42  module_type: EmptyEvent
43  maxEvents: 200
44 }