Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

records: CMS nano sw updates #3535

Merged
merged 2 commits into from
Jan 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
[
{
"abstract": {
"description": "<p>NanoAODRun1ProducerTool is a CMSSW analyzer module to produce NanoAOD-like research-level Ntuple format for CMS Run1 data.</p>\n<p>This code has been used to produce the NanoAOD-Run1 <a href=\"/search?q=CMS&f=file_type%3Ananoaod-run1\">data</a> and <a href=\"/search?q=CMS&f=file_type%3Ananoaodsim-run1\">simulated</a> samples that are available from this portal.</p>"
},
"accelerator": "CERN-LHC",
"authors": [
{
"name": "CMS Open data group"
}
],
"collections": [
"CMS-Tools"
],
"date_created": [
"2010",
"2011",
"2012"
],
"date_published": "2024",
"experiment": "CMS",
"license": {
"attribution": "GNU General Public License (GPL) version 3"
},
"publisher": "CERN Open Data Portal",
"recid": "12505",
"run_period": [
"Run2010A",
"Run2010B",
"Run2011A",
"Run2011B",
"Run2012A",
"Run2012B",
"Run2012C",
"Run2012D"
],
"source_code_repository": {
"url": "https://github.com/cms-opendata-analyses/NanoAODRun1ProducerTool"
},
"system_details": {
"description": "Use this software in the CMS Open Data VM environment for <a href=\"/record/250\">2010</a> or <a href=\"/record/252\">2011-2012</a> CMS open data or in the corresponding <a href=\"/docs/cms-guide-docker\">Docker container</a>.",
"release": "CMSSW_4_2_8 (2010 data), CMSSW_5_3_32 (2011-2012 data)"
},
"title": "NanoAOD-like Ntuple producer tool for CMS Run1 data",
"type": {
"primary": "Software",
"secondary": [
"Tool"
]
},
"usage": {
"description": "<p>NanoAODRun1ProducerTool is a package to be used with the <a href=\"https://github.com/cms-sw/cmssw\">CMSSW software</a>. In contrast to the CMS NanoAOD format which is centrally produced from MiniAOD by the CMS data processing system, this code generates an equivalent format from AOD with this completely independent code provided by the CMS open data group. The output files are available for selected Run1 <a href=\"/search?q=CMS&f=file_type%3Ananoaod-run1\">data</a> and <a href=\"/search?q=CMS&f=file_type%3Ananoaodsim-run1\">simulated</a> samples on this portal and they can be analysed independently.</p>\n<p>For any additional production, CMSSW is available in the CMS Open Data environments: in the CMS Docker container and in the CMS VM image.<ul><li> For the Docker container, install the corresponding <a href=\"/docs/cms-guide-docker\">Docker container</a>.</li><li>For the VM image, follow the instructions for the virtual machine installations for <a href=\"/docs/cms-virtual-machine-2010\">2010</a> or <a href=\"/docs/cms-virtual-machine-2011\">2011-2012</a> data.</li></ul></p>\n\t\t\t<p>To download and run the NanoAODRun1Producer code, follow the instructions at <a href=\"https://github.com/cms-opendata-analyses/NanoAODRun1ProducerTool\">https://github.com/cms-opendata-analyses/NanoAODRun1ProducerTool</a>.</p>\n<p>For more information about physics object access, see the <a href=\"https://cms-opendata-guide.web.cern.ch/analysis/selection/objects/objects/\">CMS Open Data Guide</a> web site.</p>\n<p>The output files from the NanoAODRun1Producer package are in a NanoAOD-like research-level Ntuple format for CMS Run1. There is a large overlap in functionality and content between NanoAOD-Run1 and the usual CMS NanoAOD such that common analyses are possible. The files are in the <a href=\"https://root.cern.ch/\">ROOT</a> tree format and their analysis does not require the use of CMSSW and CMS Open data environments.</p>"
},
"use_with": {
"description": "Use this software with any CMS Run1 AOD or AODSIM datasets."
}
}
]
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[
{
"abstract": {
"description": "<p>PFNanoProducerTool is a CMSSW producer module that allows users to add Particle Flow (PF) candidates to NanoAOD files, by preprocessing MiniAOD files. The example input in the code is for 2016 MiniAOD files.</p>\n<p>This code has been used to produce NanoAOD-PF files that are available from this portal.</p>"
"description": "<p>PFNanoProducerTool is a CMSSW producer module that allows users to add Particle Flow (PF) candidates to NanoAOD files, by preprocessing MiniAOD files. The example input in the code is 2016 MiniAOD.</p>\n<p>This code has been used to produce the <a href=\"/search?q=CMS&f=file_type%3Ananoaod-pf\">Run2016G NanoAOD-PF samples</a> that are available from this portal.</p>"
},
"accelerator": "CERN-LHC",
"authors": [
Expand Down Expand Up @@ -30,7 +30,7 @@
"url": "https://github.com/cms-opendata-analyses/PFNanoProducerTool"
},
"system_details": {
"description": "Use this software in the CMS Open Data VM environment (<a href=\"/record/258\">CMS VM Image for 2016-2018 CMS open data</a>) or in the corresponding <a href=\"/docs/cms-guide-docker\">Docker container</a>.",
"description": "Use this software in the <a href=\"/record/258\">CMS Open Data Virtual Machine environment for 2016 data</a> or in the corresponding <a href=\"/docs/cms-guide-docker\">Docker container</a>.",
"release": "CMSSW_10_6_30"
},
"title": "PFNano producer tool for CMS 2016",
Expand All @@ -42,7 +42,7 @@
]
},
"usage": {
"description": "<p>PFNanoProducerTool is an producer package to be used with the <a href=\"https://github.com/cms-sw/cmssw\">CMSSW software</a>. CMSSW is available in the CMS Open Data environments: in the CMS Docker container and in the CMS VM image:<ul><li> For the Docker container, install the corresponding <a href=\"/docs/cms-guide-docker\">Docker container</a>.</li><li>For the VM image, follow the instructions in <a href=\"/docs/cms-virtual-machine-2016\">How to install a CERN Virtual Machine</a>.</li></ul></p>\n\t\t\t<p>To download and run the PFNanoProducer code, follow the instructions at <a href=\"https://github.com/cms-opendata-analyses/PFNanoProducerTool\">https://github.com/cms-opendata-analyses/PFNanoProducerTool</a>.</p>\n<p>For more information about physics object access, see the <a href=\"https://cms-opendata-guide.web.cern.ch/analysis/selection/objects/objects/\">CMS Open Data Guide</a> web site.</p>\n<p>The output files from the PFNanoProducer package have the usual NanoAOD content and, in addition, the PF candidate information. The files are produced in the <a href=\"https://root.cern.ch/\">ROOT</a> format and their analysis does not require the use of CMSSW and CMS Open data environments.</p>"
"description": "<p>PFNanoProducerTool is a producer package to be used with the <a href=\"https://github.com/cms-sw/cmssw\">CMSSW software</a>. The output files are available for <a href=\"/search?q=CMS&f=file_type%3Ananoaod-pf\">Run2016G collision datasets</a> on this portal and they can be analysed independently.</p>\n<p>For any additional production, CMSSW is available in the CMS Open Data environments: in the CMS Docker container and in the CMS VM image.<ul><li> For the Docker container, install the corresponding <a href=\"/docs/cms-guide-docker\">Docker container</a>.</li><li>For the VM image, follow the instructions in <a href=\"/docs/cms-virtual-machine-2016\">How to install a CERN Virtual Machine</a>.</li></ul></p>\n\t\t\t<p>To download and run the PFNanoProducer code, follow the instructions at <a href=\"https://github.com/cms-opendata-analyses/PFNanoProducerTool\">https://github.com/cms-opendata-analyses/PFNanoProducerTool</a>.</p>\n<p>For more information about physics object access, see the <a href=\"https://cms-opendata-guide.web.cern.ch/analysis/selection/objects/objects/\">CMS Open Data Guide</a> web site.</p>\n<p>The output files from the PFNanoProducer package have the usual NanoAOD content and, in addition, the PF candidate information. The files are produced in the <a href=\"https://root.cern.ch/\">ROOT</a> format and their analysis does not require the use of CMSSW and CMS Open data environments.</p>"
},
"use_with": {
"description": "Use this software with any CMS 2016 MiniAOD or MiniAODSIM datasets."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ <h2>Characteristics</h2>
<h2>System details</h2>
{% if record.system_details.description %}
<span>{{record.system_details.description | safe}}</span>
<br>
{% endif %}
{% if record.system_details.global_tag %}
{% if 'raw' in record.get('distribution', {}).get('formats', []) %}
Expand Down Expand Up @@ -202,7 +203,6 @@ <h2>System details</h2>
<a href="/record/{{record.system_details.recid}}">{{record.system_details.recid | get_record_title}}</a>
</p>
{% endif %}
<br>
</div>
</div>
{% endif %}
Expand Down
Loading