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 138
    • Merge requests 138
  • 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
  • !27727

Add ATLAS_CHECK_THREAD_SAFETY, mark some run-I EDM classes/methods as unsafe

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Christos Anastopoulos requested to merge ATLAS-EGamma/athena:CaloEvent_Thread_safety_checker into master Nov 04, 2019
  • Overview 2
  • Commits 1
  • Pipelines 1
  • Changes 16

On this one

  • Add ATLAS_CHECK_THREAD_SAFETY
  • The CaloCluster in this package is not thread-safe but most probably does not need to be as most code should use the xAOD::CaloCluster
  • a few static to static const
  • Mark a few const-setter as thread-unsafe we need to see if these are used or also Run-I legacy.
  • test code does not need to be necesserily thread-safe
Edited Nov 04, 2019 by Christos Anastopoulos
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: CaloEvent_Thread_safety_checker