fullRunAggregation_r.fcl
Go to the documentation of this file.
1 physics: {
2  analyzers: {
3  checkString: {
4  module_type: BareStringAnalyzer
5  input_label: "makeString"
6  expected_value: "Alice"
7  branch_type: 2 # InRun
8  }
9  }
10  e1: [checkString]
11 }