ProductIDGetter_t.fcl
Go to the documentation of this file.
1 process_name: PIDG
2 
3 physics: {
4  producers: {
5  p1: {
6  module_type: ProductIDGetter
7  }
8  }
9 
10  analyzers: {
11  a1: {
12  module_type: ProductIDGetterAnalyzer
13  input_label: p1
14  }
15  }
16 
17  t1: [ p1 ]
18  e1: [ a1 ]
19 }
20 
21 source: {
22  module_type: EmptyEvent
23  maxEvents: 1
24 }