Skip to content

Instantly share code, notes, and snippets.

@kratsg
Last active July 18, 2019 15:31
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/e312864d7b0e276aae20cb7d49178d67 to your computer and use it in GitHub Desktop.
Save kratsg/e312864d7b0e276aae20cb7d49178d67 to your computer and use it in GitHub Desktop.
Demo Simple CLs for DPF2019 (30/07/2019)
{
"channels": [{
"name": "singlechannel",
"samples": [{
"name": "sig",
"data": [12.0, 11.0],
"modifiers": [{ "name": "mu", "data": null, "type": "normfactor" }]
},
{
"name": "bkg",
"data": [50.0, 52.0],
"modifiers": [{ "name": "uncorr_bkguncrt", "data": [3.0, 7.0], "type": "shapesys" }]
}
]
}],
"observations": [
{"name": "singlechannel", "data": [51.0, 48.0]}
],
"measurements": [{
"config": { "poi": "mu", "parameters": [] },
"name": "singlechannel"
}],
"version": "1.0.0"
}
[{
"op": "replace",
"path": "/channels/0/samples/0/data",
"value": [5.0, 6.0]
}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment