ToyProductProducer_t_02.fcl
Go to the documentation of this file.
1 source:
2 {
3  module_type: EmptyEvent
4  maxEvents : 5
5  firstRun : 1
6  firstSubRun : 1
7 
8 }
9 
10 physics:
11 {
12 
13  producers:
14  {
15  prod:
16  {
17  module_type: ToyProductProducer
18  }
19  }
20 
21  p1: [ prod ]
22  e1: [ output ]
23 
24  trigger_paths: [ p1 ]
25  end_paths: [ e1 ]
26 }
27 
28 outputs:
29 {
30  output:
31  {
32  module_type: RootOutput
33  fileName : "ToyProductProducer_t_02.root"
34  }
35 }
36 
37 process_name: test1