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 152
    • Merge requests 152
  • 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
  • !62003

Better error catch in egammaLayerRecalib

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Jean-Baptiste De Vivie De Regie requested to merge ATLAS-EGamma/athena:21.2_LayerCalBetterErrorCatch into 21.2 Mar 31, 2023
  • Overview 9
  • Commits 3
  • Pipelines 1
  • Changes 1

This MR change an assert statement to a throw runtime_error. assert might have no effect (depending on compilation options) and this can be very confusing. This is only a better protection and should have no impact for official jobs. (will be ported to rel23/master later)

Edited Mar 31, 2023 by Jean-Baptiste De Vivie De Regie
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: 21.2_LayerCalBetterErrorCatch