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