Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • athena athena
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Jira
    • Jira
  • Merge requests 121
    • Merge requests 121
  • Deployments
    • Deployments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • Code review
    • Issue
    • Repository
  • Activity
  • Graph
  • Commits
Collapse sidebar
  • atlas
  • athenaathena
  • Merge requests
  • !27304

Fix thread-safety warnings for MuonLayerHoughTool and MuonTruthSummaryTool

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Pascal Boeschoten requested to merge pboescho/athena:master-muonidhelpers-mt-warnings-muonlayerhoughtool into master Oct 18, 2019
  • Overview 22
  • Commits 4
  • Pipelines 3
  • Changes 4

This MR makes some changes to MuonLayerHoughTool and MuonTruthSummaryTool to improve thread-safety and get rid of the MT warnings. Most importantly, MuonTruthSummaryTool was made thread-safe with mutexes, and as a result the handle to MuonTruthSummaryTool in MuonLayerHoughTool doesn't need to be mutable anymore.

Edited Oct 18, 2019 by Pascal Boeschoten
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: master-muonidhelpers-mt-warnings-muonlayerhoughtool