ProductIDGetterNoPut_t_02.fcl
Go to the documentation of this file.
1 process_name: PIDGNoPut02
2 
3 services.scheduler.errorOnFailureToPut: false
4 physics:
5 {
6  producers:
7  {
8  p1:
9  {
10  module_type: ProductIDGetterNoPut
11  errorOnFailureToPut: true
12  }
13  p2:
14  {
15  module_type: ProductIDGetterNoPut
16  errorOnFailureToPut: true
17  }
18  }
19 
20  t1: [p1,p2]
21 }
22 
23 source:
24 {
25  module_type: EmptyEvent
26  maxEvents: 1
27 }