Skip to content
GitLab
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 156
    • Merge requests 156
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Repository
  • Activity
  • Graph
  • Jobs
  • Commits
Collapse sidebar
  • atlasatlas
  • athenaathena
  • Merge requests
  • !56306

GeometryBuilderCond/GeometryBuilder pass non-const TrackingVolume

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Christos Anastopoulos requested to merge ATLAS-EGamma/athena:IGeometryBuilderCond_accept_non_const into master Aug 29, 2022
  • Overview 3
  • Commits 2
  • Pipelines 1
  • Changes 116

This is the next bit on trying to clean up a bit the thread safety for Tracking Geomety the Builders do not now need to get the input as const so can freely manipulate it.

The previous installments are :

  • !56242 (merged) -> removal of un-nneeded const
  • !56287 (closed) -> since volumes are not created as const from the start. Now we can manipulate them. TrackingManipulator becomes safe.
  • !56293 (closed) -> TrackingVolumeHelper, TrackingVolumeCreator make thread safe.

Until these make it in only the latest commit is relevant (ATLAS-EGamma/athena@fb910ea4)

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: IGeometryBuilderCond_accept_non_const