TH1Data_t.fcl
Go to the documentation of this file.
1 process_name: DEVEL
2 
3 source:
4 {
5  module_type: EmptyEvent
6  maxEvents: 250
7 }
8 
9 physics:
10 {
11  producers:
12  {
13  th1d:
14  {
15  module_type: TH1DataProducer
16  }
17  }
18 
19  p1: [ th1d ]
20  e1: [ o1 ]
21 }
22 
23 outputs:
24 {
25  o1:
26  {
27  module_type: RootOutput
28  fileName: "out.root"
29  }
30 }