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 200
    • Merge requests 200
  • 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
  • !50005

Merged
Created Jan 27, 2022 by Walter Lampl@wlamplOwner

Make StandardCellWeightCalib.py CA-compatible

  • Overview 2
  • Commits 1
  • Pipelines 1
  • Changes 1

Triggered by the issues encountered by !49968 (merged): Make the python file StandardCellWeightCalib.py compatible with old and new-style flags.

This file mostly does string-manipulation to figure out what to do, not too much interaction with flags and athena-components. Therefore I concluded the best way forward is to make the file compatible with both flag-flavors. Each relevant method has now a new parameter flags defaulting to None. If it is not None, it is assumed to be a new-style AthConfigFlags-container that will be used instead of the globalflags.

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: StandardCellWeightsCalib_CAFixes