From 4abb3c975e330a68d1c4a5f445840703b8ba6f84 Mon Sep 17 00:00:00 2001 From: Sebastien Ponce <sebastien.ponce@cern.ch> Date: Wed, 23 Oct 2024 16:27:22 +0200 Subject: [PATCH] New entries for FT related tests Rec --- python/PRConfig/TestFileDB.py | 60 +++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) diff --git a/python/PRConfig/TestFileDB.py b/python/PRConfig/TestFileDB.py index f31ad3e5..62bf8fb1 100644 --- a/python/PRConfig/TestFileDB.py +++ b/python/PRConfig/TestFileDB.py @@ -14455,3 +14455,63 @@ testfiles( comment= "This MDF file used zstd but the file has been corrupted then. It should fail when reading, and is used by a test checking that", test_file_db=test_file_db) + +testfiles( + myname='FTZSClusterMonitoring', + filenames=[ + "mdf:root://eoslhcb.cern.ch//eos/lhcb/wg/SciFi/Monitoring/test_files/Run_0000251217_20221027-121010-887_SCEB15.mdf", + ], + qualifiers={ + 'Author': 'jheuel', + 'Format': 'MDF', + 'DataType': 'Upgrade', + 'Date': '2022-10-30', + 'Simulation': True, + 'DDDB': 'upgrade/dddb-20221004', + 'CondDB': 'upgrade/SFCAVERN_SF_20220922_142756_All-FixedOrder', + 'GeometryVersion': 'run3/2024.Q1.2-v00.00', + 'ConditionsVersion': 'sim10/run3-ideal', + }, + comment="File used for zs_cluster_monitoring test in Rec", + test_file_db=test_file_db) + +testfiles( + myname='FTZSLiteClusterMonitoring', + filenames=[ + "mdf:root://eoslhcb.cern.ch//eos/lhcb/wg/SciFi/Monitoring/test_files/Run_0000269732_20230710-180508-022_SAEB22.mdf", + "mdf:root://eoslhcb.cern.ch//eos/lhcb/wg/SciFi/Monitoring/test_files/Run_0000270047_20230712-151724-788_SCEB13.mdf" + ], + qualifiers={ + 'Author': 'hjage', + 'Format': 'MDF', + 'DataType': 'Upgrade', + 'Date': '2023-11-22', + 'Simulation': True, + 'DDDB': 'upgrade/dddb-20221004', + 'CondDB': 'upgrade/SFCAVERN_SF_20230418-FixedOrder', + 'GeometryVersion': 'run3/2024.Q1.2-v00.00', + 'ConditionsVersion': 'sim10/run3-ideal', + }, + comment= + "File used for zs_lite_cluster_monitoring test in Rec. 2 files, with (269732) and without (270047) isolated bunch. First has only O(500) events, so both are processed with EvtMax = 1000", + test_file_db=test_file_db) + +testfiles( + myname='FTNZSClusterMonitoring', + filenames=[ + "mdf:root://eoslhcb.cern.ch//eos/lhcb/wg/SciFi/Monitoring/test_files/Run_0000250946_20221026-063447-446_SCEB13.mdf", + ], + qualifiers={ + 'Author': 'jheuel', + 'Format': 'MDF', + 'DataType': 'Upgrade', + 'Date': '2022-10-30', + 'Simulation': True, + 'DDDB': 'upgrade/dddb-20221004', + 'CondDB': 'upgrade/SFCAVERN_SF_20220922_142756_All-FixedOrder', + 'GeometryVersion': 'run3/trunk', + 'ConditionsVersion': 'HEAD', + }, + comment= + "File used for nzs_cluster_monitoring, nzs_cluster_monitoring_from_digits and nzs_digit_monitoring tests in Rec", + test_file_db=test_file_db) -- GitLab