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