DeferredIsReadyWithAssns_t.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: DeferredIsReadyWithAssnsProducer
16  }
17  }
18 
19  analyzers:
20  {
21  aa1:
22  {
23  module_type: DeferredIsReadyWithAssnsAnalyzer
24  input_label: ap1
25  }
26  }
27  p1: [ ap1 ]
28 
29  e1: [ aa1 ]
30  end_paths: [ e1 ]
31 }