issue_0926b.fcl
Go to the documentation of this file.
1 #include "messageDefaults.fcl"
2 
3 process_name: issue0926b
4 
5 services.scheduler.wantSummary: true
6 services.message: @local::messageDefaults
7 
8 physics: {
9  producers: {
10  prod2: {
11  module_type: MockClusterListProducer
12  input_label: prod1
13  nvalues: 16
14  }
15  }
16 
17  p1: [ prod2 ]
18  e1: [ out2 ]
19 }
20 
21 outputs: {
22  out2: {
23  module_type: RootOutput
24  fileName: "issue_0926b.root"
25  }
26 }
27 
28 source: {
29  module_type: RootInput
30  fileNames: [ "issue_0926a.root" ]
31 }