eventGeneration_w.fcl
Go to the documentation of this file.
1 source: {
2  module_type: EmptyEvent
3  maxEvents: 200
4  numberEventsInSubRun: 100
5 }
6 
7 physics: {
8 
9  producers: {
10  prod: {
11  module_type: "art/test/Integration/product-aggregation/physics-workflow/EventGenerator"
12  }
13  }
14 
15  p1: [prod]
16  e1: [out]
17 }
18 
19 outputs: {
20 
21  out: {
22  module_type: RootOutput
23  fileName: "evtGen_%#.root"
24  fileProperties: {
25  maxEvents: 50
26  }
27  }
28 }
29 
30 process_name: eventGen