From 5726717f888b8eaed58c6494731b35964c10a006 Mon Sep 17 00:00:00 2001 From: Hlt Oper Date: Wed, 3 Sep 2025 14:34:43 +0200 Subject: [PATCH] treat UTFull as error bank --- configuration/python/AllenConf/filters.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configuration/python/AllenConf/filters.py b/configuration/python/AllenConf/filters.py index 97171fb2646..bd06edd24b3 100644 --- a/configuration/python/AllenConf/filters.py +++ b/configuration/python/AllenConf/filters.py @@ -431,9 +431,9 @@ def sd_error_filter(): "error_types": ["VeloError"] }, "UT": { - "data_types": ["UT", "UTFull"], + "data_types": ["UT"], "other_types": ["UTPedestal", "UTNZS", "UTSpecial"], - "error_types": ["UTError"] + "error_types": ["UTError", "UTFull"] }, "Rich1": { "data_types": ["Rich"], -- GitLab