test_feg.fcl
Go to the documentation of this file.
1 physics:
2 {
3  producers:
4  {
5  pm1:
6  {
7  module_type: AssnsProducer1
8  }
9  pm2:
10  {
11  module_type: AssnsProducer2
12  input_label: pm1
13  }
14  }
15 
16  analyzers:
17  {
18  am:
19  {
20  module_type: AssnsAnalyzerFEG
21  input_label: pm2
22  }
23  }
24 
25  p1: [ pm1, pm2 ]
26  e1: [ am, out1 ]
27 }
28 
29 outputs:
30 {
31  out1:
32  {
33  module_type: RootOutput
34  fileName: "out.root"
35  }
36 }
37 
38 source:
39 {
40  module_type: EmptyEvent
41  # were in the global area before
42  maxEvents: 3
43 }
44 
45 process_name: DEVEL