Skip to content

Instantly share code, notes, and snippets.

@kratsg
Created February 1, 2023 20:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kratsg/976304210f82920214c371b5fdc322ac to your computer and use it in GitHub Desktop.
Save kratsg/976304210f82920214c371b5fdc322ac to your computer and use it in GitHub Desktop.
{
"channels": [
{
"name": "SR",
"samples": [
{
"name": "signal",
"data": [
3.07
],
"modifiers": [
{
"name": "mu",
"type": "normfactor",
"data": null
},
{
"name": "stat_error_signal",
"type": "staterror",
"data": [
1.75
]
},
{
"name": "lumi",
"type": "lumi",
"data": null
}
]
},
{
"name": "background",
"data": [
25.84
],
"modifiers": [
{
"name": "stat_error_bkg",
"type": "staterror",
"data": [
5.08
]
},
{
"name": "uncorr_bkguncrt",
"type": "normsys",
"data": {
"hi": 1.3,
"lo": 0.7
}
}
]
}
]
}
],
"observations": [
{
"name": "SR",
"data": [
26.24
]
}
],
"measurements": [
{
"name": "Measurement",
"config": {
"poi": "mu",
"parameters": [
{
"name": "lumi",
"auxdata": [
1.0
],
"sigmas": [
0.039
],
"bounds": [
[
0.915,
1.085
]
],
"inits": [
1.0
]
},
{
"name": "mu",
"bounds": [
[
0,
50
]
]
}
]
}
}
],
"version": "1.0.0"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment