Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
athena
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review 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
atlas
athena
Merge requests
!66492
Enable automatic DQ checking whether AFP is in ATLAS partition
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Enable automatic DQ checking whether AFP is in ATLAS partition
ponyisi/athena:master-dq-AFP-detmask
into
main
Overview
4
Commits
1
Pipelines
1
Changes
1
Merged
Peter Onyisi
requested to merge
ponyisi/athena:master-dq-AFP-detmask
into
main
1 year ago
Overview
4
Commits
1
Pipelines
1
Changes
1
Expand
Interprets the detector mask to check if AFP is in the partition.
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
ea9de24d
1 commit,
1 year ago
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
DataQuality/DataQualityUtils/python/detmaskmod.py
+
1
−
1
Options
@@ -6,7 +6,7 @@ from functools import reduce
detmaskmap_defects
=
{
#
'FORWARD_AFP': 'AFP_DISABLED', # not yet functional
'
FORWARD_AFP
'
:
'
AFP_DISABLED
'
,
# not yet functional
'
FORWARD_ALPHA
'
:
'
ALFA_DISABLED
'
,
#'FORWARD_LUCID': 'LCD_DISABLED', # LUCID now operates outside ATLAS partition
'
FORWARD_ZDC
'
:
'
ZDC_DISABLED
'
,
Loading