Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • inference inference
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 3
    • Issues 3
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
  • Merge requests 8
    • Merge requests 8
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Issue
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • HHHH
  • toolstools
  • inferenceinference
  • Merge requests
  • !47

[UpperLimits] add parameter to save the exclusion ranges in an additional output file

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Manfred Peter Fackeldey requested to merge feature/save_exclusion_ranges into master Nov 29, 2021
  • Overview 2
  • Commits 2
  • Pipelines 2
  • Changes 5

This stores the exclusion ranges (calculated from interpolation) in an additional output file. The output looks as follows:

PlotUpperLimits

(key: coupling modifier)

{
    "kl": [
        -10.582794,
        16.889224
    ]
}

PlotMultipleUpperLimits

(keys: datacard names)

{
    "2017": [
        -14.57288
    ],
    "2016": [
        -17.039259
    ],
    "2018": [
        -14.243518
    ],
    "combined": [
        -10.582794,
        16.889224
    ]
}

This is very helpful if you run a lot of tasks, e.g. in parallel in the background, and don't want to collect these numbers from the terminal through scrolling.

Edited Nov 29, 2021 by Manfred Peter Fackeldey
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: feature/save_exclusion_ranges