ProducingService_r.fcl
Go to the documentation of this file.
1 source: {
2  module_type: RootInput
3  fileNames: @nil
4 }
5 
6 physics: {
7  analyzers: {
8  a1: {
9  module_type: IntTestAnalyzer
10  input_label: "IntProducingService"
11  branch_type: 2 # Run
12 
13  # The product should not be present!
14  require_presence: false
15  }
16  }
17  checkForAbsence: [a1]
18 }