ToyProductProducer_t_01.fcl
Go to the documentation of this file.
1 source: {
2  module_type: EmptyEvent
3  maxEvents : 5
4  firstRun : 1
5  firstSubRun : 0
6 }
7 
8 physics: {
9  producers: {
10  prod: {
11  module_type: ToyProductProducer
12  }
13  }
14 
15  p1: [ prod ]
16  e1: [ output ]
17 }
18 
19 outputs: {
20  output: {
21  module_type: RootOutput
22  fileName : "ToyProductProducer_t_01.root"
23  }
24 }
25 
26 process_name: test1