Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • 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 184
    • Merge requests 184
  • 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
  • !23164

Merged
Created May 03, 2019 by Paul Gessinger-Befurt@pagessinDeveloper

Adapt to Acts v0.9.2

  • Overview 15
  • Commits 10
  • Pipelines 3
  • Changes 31

This MR introduces necessary changes to accommodate Acts v0.9.2.

Most notably it changes the way the Acts representation of the ATLAS tracking geometry handles alignment. Using the geometry context introduced by @asalzbur, the executing algorithm can now obtain a geometry context using an event context. This geometry context includes the unpacked alignment store from the conditions store, and passes it through the call chain, down to the detector elements. They can now respond to transform calls without having to talk to other components.

This depends on atlasexternals!481 (merged), and is WIP until that is merged and tagged, so I can update this MR with a new externals tag.

This MR updates the externals tag to 2.0.29 which introduces the following changes w.r.t 2.0.28:

  • Added the PyModules package to build python modules needed by the Athena project;
  • Updated KLFitter to version 1.3.2;
  • Various updates to CheckerGccPlugins;
  • Updated Acts to version 0.9.2;
  • Added find-modules for pandas and sqlalchemy in AtlasLCG.
Edited May 31, 2019 by Paul Gessinger-Befurt
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: adapt-to-acts-v0.9.2