diff --git a/Hlt/Moore/tests/qmtest/test_lbexec_hlt2_pp_2022_reprocessing_data.qmt b/Hlt/Moore/tests/qmtest/test_lbexec_hlt2_pp_2022_reprocessing_data.qmt index d52c588671b998362955be9bbca6ab2938bd8beb..a616f64a251d42b675aa767f975bb3cc23cc70d0 100644 --- a/Hlt/Moore/tests/qmtest/test_lbexec_hlt2_pp_2022_reprocessing_data.qmt +++ b/Hlt/Moore/tests/qmtest/test_lbexec_hlt2_pp_2022_reprocessing_data.qmt @@ -40,7 +40,7 @@ out_files = tree.findall("./output/file") if len(out_files) != 4: causes.append(f"expected exactly 4 output files, got {out_files}") -expected_min_events = {"turcal": 5, "lumi": 5, "full": 6, "turboraw": 6} +expected_min_events = {"turcal": 5, "lumi": 5, "full": 5, "turboraw": 6} for out_file in out_files: m = re.match("^PFN:(hlt2_pp_2022_reprocessing_data_output_([a-z]+).mdf)$", out_file.attrib["name"]) diff --git a/Hlt/RecoConf/tests/qmtest/mc_cheated_pattern_recognition.qmt b/Hlt/RecoConf/tests/qmtest/mc_cheated_pattern_recognition.qmt index af4ba8e0b6bfe53154d432db2376257156cde531..a54d1f119e4e1ea5169cd038a9de5f733978105e 100644 --- a/Hlt/RecoConf/tests/qmtest/mc_cheated_pattern_recognition.qmt +++ b/Hlt/RecoConf/tests/qmtest/mc_cheated_pattern_recognition.qmt @@ -29,7 +29,7 @@ upstream_check = False for counters in countersForAllAlgos: if counters['Efficiency'][0] == counters['Efficiency'][1]: continue - elif float(counters['Efficiency'][1]) / float(counters['Efficiency'][0]) > 0.975 and not upstream_check: + elif float(counters['Efficiency'][1]) / float(counters['Efficiency'][0]) > 0.955 and not upstream_check: upstream_check = True continue else: