From 19763b4138e5e3901faff59ef3ba6bd96203ff25 Mon Sep 17 00:00:00 2001 From: Chris Jones Date: Thu, 14 Aug 2025 12:41:27 +0100 Subject: [PATCH] Adapt to change in RICH TestfileDB dataset changes --- Rich/Panoptes/tests/options/2022-data.py | 2 +- Rich/Panoptes/tests/options/2024-data.py | 2 +- Rich/Panoptes/tests/qmtest/Online.qms/daq_mon_2024_data.qmt | 2 +- .../tests/qmtest/Online.qms/photon_counting_2024_data.qmt | 2 +- .../tests/qmtest/Online.qms/ref_index_calib_2024_data.qmt | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Rich/Panoptes/tests/options/2022-data.py b/Rich/Panoptes/tests/options/2022-data.py index 3e0799018..a1a553e80 100644 --- a/Rich/Panoptes/tests/options/2022-data.py +++ b/Rich/Panoptes/tests/options/2022-data.py @@ -16,7 +16,7 @@ from Moore import options # Get test name myName = os.getenv("QMTTEST_NAME") -options.set_input_and_conds_from_testfiledb("rich-decode-2022-panoptes") +options.set_input_and_conds_from_testfiledb("rich-decode-2022") jonPath = "/usera/jonesc/NFS/data/RunIII/Hlt2/LHCb/RefIndexCalib/2022/" if not myName and os.path.exists(jonPath): options.input_files = [jonPath + "data-{i:04d}.mdf".format(i=i) for i in range(38)] diff --git a/Rich/Panoptes/tests/options/2024-data.py b/Rich/Panoptes/tests/options/2024-data.py index 047b88293..f8a1b4cd6 100644 --- a/Rich/Panoptes/tests/options/2024-data.py +++ b/Rich/Panoptes/tests/options/2024-data.py @@ -18,7 +18,7 @@ from Moore import options myName = os.getenv("QMTTEST_NAME") # Start with config from TestFileDB -options.set_input_and_conds_from_testfiledb("rich-decode-2024-panoptes") +options.set_input_and_conds_from_testfiledb("rich-decode-2024") # If in Cambridge, use local PFNs jonPath = "/usera/jonesc/NFS/data/RunIII/Hlt2/LHCb/RefIndexCalib/2024/" if not myName and os.path.exists(jonPath): diff --git a/Rich/Panoptes/tests/qmtest/Online.qms/daq_mon_2024_data.qmt b/Rich/Panoptes/tests/qmtest/Online.qms/daq_mon_2024_data.qmt index 0ba22ca6f..1b4c8af17 100644 --- a/Rich/Panoptes/tests/qmtest/Online.qms/daq_mon_2024_data.qmt +++ b/Rich/Panoptes/tests/qmtest/Online.qms/daq_mon_2024_data.qmt @@ -18,7 +18,7 @@ Run the DAQ monitoring task in the Online testbench $PANOPTESROOT/options/OnlineTestBench/DAQMon.xml --working-dir=daqmon --partition=TESTRIDAQMON - --test-file-db-key=rich-decode-2024-panoptes + --test-file-db-key=rich-decode-2024 true diff --git a/Rich/Panoptes/tests/qmtest/Online.qms/photon_counting_2024_data.qmt b/Rich/Panoptes/tests/qmtest/Online.qms/photon_counting_2024_data.qmt index be7ec0615..9fd7d0997 100644 --- a/Rich/Panoptes/tests/qmtest/Online.qms/photon_counting_2024_data.qmt +++ b/Rich/Panoptes/tests/qmtest/Online.qms/photon_counting_2024_data.qmt @@ -18,7 +18,7 @@ Run the DAQ monitoring task in the Online testbench $PANOPTESROOT/options/OnlineTestBench/PhotonCount.xml --working-dir=photoncounting --partition=TESTRIPHC - --test-file-db-key=rich-decode-2024-panoptes + --test-file-db-key=rich-decode-2024 true diff --git a/Rich/Panoptes/tests/qmtest/Online.qms/ref_index_calib_2024_data.qmt b/Rich/Panoptes/tests/qmtest/Online.qms/ref_index_calib_2024_data.qmt index 0dbbfb111..e0bc0e763 100644 --- a/Rich/Panoptes/tests/qmtest/Online.qms/ref_index_calib_2024_data.qmt +++ b/Rich/Panoptes/tests/qmtest/Online.qms/ref_index_calib_2024_data.qmt @@ -18,7 +18,7 @@ Run the DAQ monitoring task in the Online testbench $PANOPTESROOT/options/OnlineTestBench/RefInCal.xml --working-dir=refindexcalib --partition=TESTRIREFIDX - --test-file-db-key=rich-decode-2024-panoptes + --test-file-db-key=rich-decode-2024 true -- GitLab