diff --git a/Hlt/Hlt2Conf/options/sprucing/lbexec_yamls/spruce_example_realtime_extraoutputs.yaml b/Hlt/Hlt2Conf/options/sprucing/lbexec_yamls/spruce_example_realtime_extraoutputs.yaml index 792a1ffefe3936184e9412cdba10214fcc366bc5..84cc8d99eaae7549b95c8e40ff23841f418a9133 100644 --- a/Hlt/Hlt2Conf/options/sprucing/lbexec_yamls/spruce_example_realtime_extraoutputs.yaml +++ b/Hlt/Hlt2Conf/options/sprucing/lbexec_yamls/spruce_example_realtime_extraoutputs.yaml @@ -15,4 +15,5 @@ conddb_tag: sim-20231017-vc-mu100 output_file : 'spruce_realtimereco_extraoutputs.dst' output_type : 'ROOT' output_manifest_file : "spruce_example_realtime_extraoutputs.tck.json" -input_process: Hlt2 \ No newline at end of file +write_decoding_keys_to_git : True +input_process: Hlt2 diff --git a/Hlt/Hlt2Conf/options/sprucing/lbexec_yamls/spruce_example_realtime_persistreco.yaml b/Hlt/Hlt2Conf/options/sprucing/lbexec_yamls/spruce_example_realtime_persistreco.yaml index 73bf000dc706b1eac0a2aaed4b504c9fbd3abf2f..a416c5a44cf08860f08657658aa412d7df9d6862 100644 --- a/Hlt/Hlt2Conf/options/sprucing/lbexec_yamls/spruce_example_realtime_persistreco.yaml +++ b/Hlt/Hlt2Conf/options/sprucing/lbexec_yamls/spruce_example_realtime_persistreco.yaml @@ -15,4 +15,5 @@ conddb_tag: sim-20231017-vc-mu100 output_file : 'spruce_realtimereco_persistreco.dst' output_type : 'ROOT' output_manifest_file : "spruce_example_realtime_persistreco.tck.json" -input_process: Hlt2 \ No newline at end of file +write_decoding_keys_to_git : True +input_process: Hlt2 diff --git a/Hlt/Moore/python/Moore/qmtest/exclusions.py b/Hlt/Moore/python/Moore/qmtest/exclusions.py index a5e6243503c33787eea53c42fc31b2c2f5de5d72..2b491131743e6426fe9fb0fe3c49fd7b585c0108 100644 --- a/Hlt/Moore/python/Moore/qmtest/exclusions.py +++ b/Hlt/Moore/python/Moore/qmtest/exclusions.py @@ -68,6 +68,9 @@ remove_known_warnings = LineSkipper( r".*Monitoring_Hlt1KsLine_InclKsKs.*WARNING.*Too many composites. Stopping the combination.*", # Warning due to Kalman fit observed in Allen!1444, to be resolved by Rec!3663 r"TrackBestTrackCreator_.*WARNING Kalman fit error, check debug level", + r"HltANNSvc.*WARNING key 0x[0-9a-f]+ has been found in FSR -- using that.*", + r"HltANNSvc.*WARNING ignoring key 0x[0-9a-f]+ from FSR because an explicit Overrule has been configured -- .*", + r"HltANNSvc.*WARNING ignoring key 0x[0-9a-f]+ from FSR because an explicit Overrule has been configured -- are you sure that Overrule is really needed?", ]) remove_known_packing_errors_and_warnings = remove_known_warnings + LineSkipper(regexps=[