ProductMix_r2.fcl
Go to the documentation of this file.
1 process_name: "SR2"
2 
3 services: {
4  RandomNumberGenerator: { }
5 }
6 
7 physics:
8 {
9  analyzers:
10  {
11  mixAnalyzer:
12  {
13  module_type: MixAnalyzer
14  numSecondaries: 5
15  mixFilterLabel: mixFilter
16  }
17  }
18 
19  e1: [ mixAnalyzer ]
20  end_paths: [ e1 ]
21 }
22 
23 source:
24 {
25  module_type: RootInput
26  fileNames: [ "../ProductMix_r1.d/out.root" ]
27 }