Skip to content

Commit e619458

Browse files
committed
records: add CMS Run2 corrections
1 parent 8eec730 commit e619458

File tree

1 file changed

+61
-0
lines changed

1 file changed

+61
-0
lines changed
Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
[
2+
{
3+
"abstract": {
4+
"description": "<p>CMS supports corrections for various physics objects, either to improve modeling of data by simulation, or to correct for imperfect detector response. For Run 2 data, the official corrections are stored in a common JSON format that can be read with the correctionlib library.</p>"
5+
},
6+
"accelerator": "CERN-LHC",
7+
"authors": [
8+
{
9+
"name": "CMS Open data group"
10+
}
11+
],
12+
"collections": [
13+
"CMS-Tools"
14+
],
15+
"date_created": [
16+
"2016"
17+
],
18+
"date_published": "2024",
19+
"distribution": {
20+
"formats": [
21+
"zip"
22+
],
23+
"number_files": 1,
24+
"size": 10494603
25+
},
26+
"experiment": [
27+
"CMS"
28+
],
29+
"files": [
30+
{
31+
"checksum": "adler32:7ccaf136",
32+
"size": 10494603,
33+
"uri": "root://eospublic.cern.ch//eos/opendata/cms/corrections/jsonpog-integration-2016post.tar"
34+
}
35+
],
36+
"license": {
37+
"attribution": "CC0"
38+
},
39+
"publisher": "CERN Open Data Portal",
40+
"recid": "12508",
41+
"run_period": [
42+
"Run2016"
43+
],
44+
"system_details": {
45+
"description": "Use this software in the CMS Open Data <a href=\"/docs/cms-guide-docker\">Docker container</a>, beginning with 2016 data. Correctionlib can be installed for use with either C++ or Python."
46+
},
47+
"title": "Physics object corrections for Run 2",
48+
"type": {
49+
"primary": "Supplementaries",
50+
"secondary": [
51+
"Correction"
52+
]
53+
},
54+
"usage": {
55+
"description": "<p>The physics object correction files provided here are intended to be read using the <a href=\"https://cms-nanoaod.github.io/correctionlib/index.html\">correctionlib software</a>. The correction files are a type of structured json, and correctionlib provides an \"evaluate\" function to access appropriate values within the json file. The contents of the correction files can be explored <a href=\"https://opendata.cern.ch/eos/opendata/cms/corrections/jsonpog-integration-summary/index.html\">on this web summary page</a>. Correctionlib can be installed in the CMS Docker containers or VM images.</p><p>To use the correction files, download the file from this record and unpack it in a location that is accessible to your software container or image. Install correctionlib following the instructions at <a href=\"https://cms-nanoaod.github.io/correctionlib/install.html\">https://cms-nanoaod.github.io/correctionlib/install.html</a>.</p>\n<p>For more information about physics object access and the individual corrections, see the <a href=\"https://cms-opendata-guide.web.cern.ch/\">CMS Open Data Guide</a> web site.</p>"
56+
},
57+
"use_with": {
58+
"description": "Use these corrections with any CMS Run 2 (2016 and onward) proton-proton collision or Monte Carlo datasets."
59+
}
60+
}
61+
]

0 commit comments

Comments
 (0)