Assns_w.fcl
Go to the documentation of this file.
1 process_name: ASSNS
2 
3 source:
4 {
5  module_type: EmptyEvent
6  maxEvents: 2
7 }
8 
9 physics:
10 {
11  producers:
12  {
13  ap1:
14  {
15  module_type: AssnsProducer
16  }
17  }
18 
19  p1: [ ap1 ]
20  trigger_paths: [ p1 ]
21 
22  e1: [ o1, o2 ]
23  end_paths: [ e1 ]
24 }
25 
26 outputs:
27 {
28  o1:# Test for issue #3058
29  {
30  module_type: RootOutput
31  fileName: "dummy.root"
32  }
33  o2:
34  {
35  module_type: RootOutput
36  fileName: "out.root"
37  }
38 }