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 179
    • Merge requests 179
  • 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
    • Repository
  • Activity
  • Graph
  • Jobs
  • Commits
Collapse sidebar
  • atlasatlas
  • athenaathena
  • Merge requests
  • !21332

Raise exception if Powheg integration checks fail

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Stefan Richter requested to merge powhegcontrol_abort_run_if_integration_checks_fail into 21.6 Feb 21, 2019
  • Overview 4
  • Commits 1
  • Pipelines 1
  • Changes 3

Previously this only caused a warning to be logged.

Background: some Powheg samples were found to contain a small number of events whose weight is an outlier. These could be traced back to poor phase space integration. The new behaviour is supposed to prevent such samples from being generated in the future. Instead, the integration parameters should be adjusted until the integration checks pass.

The exception can be overridden by setting the environment variable POWHEGCONTROL_IGNORE_INTEGRATION_CHECKS to "1". (export POWHEGCONTROL_IGNORE_INTEGRATION_CHECKS=1 in bash) In this case, a warning will be printed as in the past. Both the warning and the exception text inform the user about this environment variable. This switch is useful for Powheg developers who want to run quick test runs with bad integration, but it should not be used for physics.

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