Skip to content

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

Manfred Peter Fackeldey requested to merge feature/save_exclusion_ranges into master

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 by Manfred Peter Fackeldey

Merge request reports