Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
PRConfig
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LHCb Data Packages
PRConfig
Merge requests
!460
New entries for FT related tests Rec
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
New entries for FT related tests Rec
sponce_FTFiles
into
master
Overview
1
Commits
1
Pipelines
3
Changes
1
Merged
Sebastien Ponce
requested to merge
sponce_FTFiles
into
master
4 months ago
Overview
1
Commits
1
Pipelines
3
Changes
1
Expand
0
0
Merge request reports
Compare
master
version 2
31052133
4 months ago
version 1
4944dd46
4 months ago
master (base)
and
latest version
latest version
4abb3c97
1 commit,
4 months ago
version 2
31052133
1 commit,
4 months ago
version 1
4944dd46
1 commit,
4 months ago
1 file
+
60
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
python/PRConfig/TestFileDB.py
+
60
−
0
Options
@@ -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)
Loading