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
!33858
Add ATLAS_CHECK_THREAD_SAFETY to InDetRegionSelector and MuonRegionSelector...
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Add ATLAS_CHECK_THREAD_SAFETY to InDetRegionSelector and MuonRegionSelector...
oda/athena:master-IRegionIDLUT_Creator
into
master
Overview
9
Commits
1
Pipelines
1
Changes
19
Merged
Susumu Oda
requested to merge
oda/athena:master-IRegionIDLUT_Creator
into
master
4 years ago
Overview
9
Commits
1
Pipelines
1
Changes
19
Expand
In order to confirm and keep thread safety of InDetRegionSelector and MuonRegionSelector packages, ATLAS_CHECK_THREAD_SAFETY files were added.
Removed const from getLUT()
Returned pointer of getLUT() has to be non-const for disableRobList method execution in RegSelSvc.
If non-const pointer is returned, the method has to be non-const for thread safety.
Results should not be changed.
RunTier0Tests.py was fine.
RunTier0Tests.log
No JIRA ticket
Edited
4 years ago
by
Susumu Oda
0
0
Merge request reports
Loading