issue_0926c.fcl
Go to the documentation of this file.
1 #include "messageDefaults.fcl"
2 
3 process_name: issue0926c
4 
5 services: { scheduler: { wantSummary: true } }
6 services.message: @local::messageDefaults
7 
8 physics:
9 {
10  analyzers:
11  {
12  ana1:
13  {
14  module_type: MockClusterListAnalyzer
15  input_label: prod2
16  nvalues: 16
17  }
18  }
19 
20  e1: [ ana1 ]
21 
22  end_paths: [ e1 ]
23 }
24 
25 source:
26 {
27  module_type: RootInput
28  fileNames: [ "issue_0926b1.root", "issue_0926b2.root", "issue_0926b3.root" ]
29 }