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
!69031
No Need For Mutex
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
No Need For Mutex
cvarni/athena:RemoveLock
into
main
Overview
3
Commits
1
Pipelines
1
Changes
8
Merged
Carlo Varni
requested to merge
cvarni/athena:RemoveLock
into
main
1 year ago
Overview
3
Commits
1
Pipelines
1
Changes
8
Expand
IDVPM is not supposed to the thread safe. No need to use mutex
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
3fd18286
1 commit,
1 year ago
8 files
+
0
−
22
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
8
Search (e.g. *.vue) (Ctrl+P)
Tracking/Acts/ActsMonitoring/src/PixelClusterValidationPlots.cxx
+
0
−
2
Options
@@ -74,8 +74,6 @@ namespace ActsTrk {
float
beamSpotWeight
,
const
PixelID
*
pixelID
)
{
std
::
lock_guard
<
std
::
mutex
>
lock
(
m_mutex
);
const
Identifier
&
id
=
pixelID
->
wafer_id
(
cluster
->
identifierHash
());
int
pixBrlEc
=
pixelID
->
barrel_ec
(
id
);
int
pixLayerDisk
=
pixelID
->
layer_disk
(
id
);
Loading