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