diff --git a/configuration/python/AllenConf/filters.py b/configuration/python/AllenConf/filters.py index 97171fb2646603805a5eee3019c49f27963c6b98..bd06edd24b33fea88739248dcf06dfa7c6dd99a7 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"],