From 54dc28a19d74c263b6d2c2446b5216136b29403c Mon Sep 17 00:00:00 2001
From: Dan Guest <dguest@cern.ch>
Date: Mon, 24 Mar 2025 16:20:45 +0100
Subject: [PATCH] Fix the diff exclusion lists for frozen tier0

---
 Tools/PROCTools/data/q442_ESD_diff-exclusion-list.txt | 3 +--
 Tools/PROCTools/data/q449_ESD_diff-exclusion-list.txt | 3 +--
 Tools/PROCTools/data/q452_ESD_diff-exclusion-list.txt | 3 +--
 Tools/PROCTools/data/q454_ESD_diff-exclusion-list.txt | 3 +--
 4 files changed, 4 insertions(+), 8 deletions(-)

diff --git a/Tools/PROCTools/data/q442_ESD_diff-exclusion-list.txt b/Tools/PROCTools/data/q442_ESD_diff-exclusion-list.txt
index 41d60be71082..b0e1a978c1fe 100644
--- a/Tools/PROCTools/data/q442_ESD_diff-exclusion-list.txt
+++ b/Tools/PROCTools/data/q442_ESD_diff-exclusion-list.txt
@@ -2,8 +2,7 @@ index_ref
 (.*)_mems(.*)
 (.*)_timings(.*)
 
-# Ignore most b-tagging outside the recommended taggers: DL1dv01 and GN2v01
-xAOD::BTagging(?!.*PFlow.*DL1dv01_p.*)
+# Ignore most b-tagging outside the recommended taggers: GN2v01
 xAOD::BTagging(?!.*PFlow.*GN2v01_p.*)
 
 # Also ignore some b-tagging on tracking
diff --git a/Tools/PROCTools/data/q449_ESD_diff-exclusion-list.txt b/Tools/PROCTools/data/q449_ESD_diff-exclusion-list.txt
index a4973a4c2eec..0030dae18c59 100644
--- a/Tools/PROCTools/data/q449_ESD_diff-exclusion-list.txt
+++ b/Tools/PROCTools/data/q449_ESD_diff-exclusion-list.txt
@@ -5,8 +5,7 @@ index_ref
 (.*)TrigCompositeAuxContainer_v2_HLTNav_Summary_ESDSlimmedAux(.*)
 
 
-# Ignore most b-tagging outside the recommended taggers: DL1dv01 and GN2v01
-xAOD::BTagging(?!.*PFlow.*DL1dv01_p.*)
+# Ignore most b-tagging outside the recommended taggers: GN2v01
 xAOD::BTagging(?!.*PFlow.*GN2v01_p.*)
 
 # Also ignore some b-tagging on tracking
diff --git a/Tools/PROCTools/data/q452_ESD_diff-exclusion-list.txt b/Tools/PROCTools/data/q452_ESD_diff-exclusion-list.txt
index 7f2ab7ade0ff..5c1b15158753 100644
--- a/Tools/PROCTools/data/q452_ESD_diff-exclusion-list.txt
+++ b/Tools/PROCTools/data/q452_ESD_diff-exclusion-list.txt
@@ -2,8 +2,7 @@ index_ref
 (.*)_mems(.*)
 (.*)_timings(.*)
 
-# Ignore most b-tagging outside the recommended taggers: DL1dv01 and GN2v01
-xAOD::BTagging(?!.*PFlow.*DL1dv01_p.*)
+# Ignore most b-tagging outside the recommended taggers: GN2v01
 xAOD::BTagging(?!.*PFlow.*GN2v01_p.*)
 
 # Also ignore some b-tagging on tracking
diff --git a/Tools/PROCTools/data/q454_ESD_diff-exclusion-list.txt b/Tools/PROCTools/data/q454_ESD_diff-exclusion-list.txt
index 0a8c86fedc46..734e7d3b2ec5 100644
--- a/Tools/PROCTools/data/q454_ESD_diff-exclusion-list.txt
+++ b/Tools/PROCTools/data/q454_ESD_diff-exclusion-list.txt
@@ -15,8 +15,7 @@ TrigRoiDescriptorCollection_p3_MuonCandidates_FS_ROIs(.*)
 # temporarily excluded
 (.*)MuonSegmentAuxContainer_v1_MuonSegmentsAux(.*)
 
-# Ignore most b-tagging outside the recommended taggers: DL1dv01 and GN2v01
-xAOD::BTagging(?!.*PFlow.*DL1dv01_p.*)
+# Ignore most b-tagging outside the recommended taggers: GN2v01
 xAOD::BTagging(?!.*PFlow.*GN2v01_p.*)
 
 # Also ignore some b-tagging on tracking
-- 
GitLab