From 06a6fb67b14107f635357b4a7d56ef019ddbd512 Mon Sep 17 00:00:00 2001 From: Davide Fazzini Date: Thu, 20 Feb 2025 15:16:17 +0100 Subject: [PATCH 1/3] update exclusions with fsr warning --- Hlt/Moore/python/Moore/qmtest/exclusions.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Hlt/Moore/python/Moore/qmtest/exclusions.py b/Hlt/Moore/python/Moore/qmtest/exclusions.py index 8ce025e3b81..4368c3c2635 100644 --- a/Hlt/Moore/python/Moore/qmtest/exclusions.py +++ b/Hlt/Moore/python/Moore/qmtest/exclusions.py @@ -81,6 +81,7 @@ remove_known_warnings = ( 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.*" ], ) + ignore_missing_hepmc_dicts -- GitLab From 45129addc64fb6fedab5d4ece6e66cdc0511f8f5 Mon Sep 17 00:00:00 2001 From: Gitlab CI Date: Thu, 20 Feb 2025 14:21:54 +0000 Subject: [PATCH 2/3] pre-commit fixes patch generated by https://gitlab.cern.ch/lhcb/Moore/-/jobs/51388146 --- Hlt/Moore/python/Moore/qmtest/exclusions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Hlt/Moore/python/Moore/qmtest/exclusions.py b/Hlt/Moore/python/Moore/qmtest/exclusions.py index 4368c3c2635..2910f500ac4 100644 --- a/Hlt/Moore/python/Moore/qmtest/exclusions.py +++ b/Hlt/Moore/python/Moore/qmtest/exclusions.py @@ -81,7 +81,7 @@ remove_known_warnings = ( 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 key 0x[0-9a-f]+ has been found in FSR -- using that.*", ], ) + ignore_missing_hepmc_dicts -- GitLab From 6b3d8e6844ae547cccacb9e9a76a5ea35463f4ec Mon Sep 17 00:00:00 2001 From: Davide Fazzini Date: Thu, 6 Mar 2025 01:19:06 +0100 Subject: [PATCH 3/3] add fsr exclusion --- Hlt/Moore/python/Moore/qmtest/exclusions.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Hlt/Moore/python/Moore/qmtest/exclusions.py b/Hlt/Moore/python/Moore/qmtest/exclusions.py index 2910f500ac4..54844e6f091 100644 --- a/Hlt/Moore/python/Moore/qmtest/exclusions.py +++ b/Hlt/Moore/python/Moore/qmtest/exclusions.py @@ -82,6 +82,7 @@ remove_known_warnings = ( # 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 -- .*", ], ) + ignore_missing_hepmc_dicts -- GitLab