diff --git a/python/PRConfig/TestFileDB.py b/python/PRConfig/TestFileDB.py index f31ad3e5b00c52611e3acd7600e3fead2e938685..62bf8fb1ff34ae14d6526a938a32ef229d601a9e 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)