forked from cernopendata/opendata.cern.ch
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Create a record for the 2017 MC GT db * Additionally create a record for the 2017 collision GT db * Fix a typo in the 2016 MC GT db record * Closes cernopendata#3695
- Loading branch information
1 parent
495e1d7
commit 7e2fd1a
Showing
2 changed files
with
107 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,106 @@ | ||
[ | ||
{ | ||
"abstract": { | ||
"description": "<p>Condition database includes non-event-related information (Alignment, Calibration, Temperature, etc.) and parameters for simulation/reconstruction/analysis software.</p>\n <p> These files are needed when running a CMSSW job on the open data environment (VM or container), and they are available in the /cvmfs/cms-opendata-conddb.cern.ch file system. They are automatically read from /cvmfs/cms-opendata-conddb.cern.ch/106X_dataRun2_v37.db runtime.</p>\n <p>106X_dataRun2_v37.db is to be used with the proton-proton collision data at 13 TeV from 2017.</p>\n <p>See further information in <a href=\"/docs/cms-guide-for-condition-database\">the guide to CMS condition database</a>.</p></p>\n <p>For condition data to be used with 2017 CMS simulated datasets see:</p>", | ||
"links": [ | ||
{ | ||
"recid": "XXXX" | ||
} | ||
] | ||
}, | ||
"accelerator": "CERN-LHC", | ||
"collaboration": { | ||
"name": "CMS collaboration" | ||
}, | ||
"collections": [ | ||
"CMS-Condition-Data" | ||
], | ||
"date_created": [ | ||
"2017" | ||
], | ||
"date_published": "2024", | ||
"distribution": { | ||
"formats": [ | ||
"db" | ||
], | ||
"number_files": 1, | ||
"size": 1727193088 | ||
}, | ||
"experiment": [ | ||
"CMS" | ||
], | ||
"files": [ | ||
{ | ||
"checksum": "adler32:d0225bd3", | ||
"size": 1727193088, | ||
"uri": "root://eospublic.cern.ch//eos/opendata/cms/conddb/106X_dataRun2_v37.db" | ||
} | ||
], | ||
"publisher": "CERN Open Data Portal", | ||
"recid": "YYYY", | ||
"run_period": [ | ||
"Run2017C", | ||
"Run2017E" | ||
], | ||
"title": "Condition data for 2017 CMS proton-proton collision data at 13 TeV", | ||
"type": { | ||
"primary": "Environment", | ||
"secondary": [ | ||
"Condition" | ||
] | ||
}, | ||
"usage": { | ||
"description": "If you are using the <a href=\"/record/258\">CMS Virtual Machine</a> image or the <a href=\"/docs/cms-guide-docker\">CMS container</a> image environments, then the condition data files will be served automatically from <code>/cvmfs/cms-opendata-conddb.cern.ch/</code> or from a file server at runtime, and therefore you do not need to download these files. If you need to have them locally, you can download them from here." | ||
} | ||
}, | ||
{ | ||
"abstract": { | ||
"description": "<p>Condition database includes non-event-related information (Alignment, Calibration, Temperature, etc.) and parameters for simulation/reconstruction/analysis software.</p>\n <p> These files are needed when running a CMSSW job on the open data environment (VM or container), and they are available in the /cvmfs/cms-opendata-conddb.cern.ch file system. They are automatically read from /cvmfs/cms-opendata-conddb.cern.ch/106X_mc2017_realistic_v9.db runtime.</p>\n <p>106X_mc2017_realistic_v9.db is to be used with the proton-proton simulated data at 13 TeV from 2017.</p>\n <p>See further information in <a href=\"/docs/cms-guide-for-condition-database\">the guide to CMS condition database</a>.</p></p>\n <p>For condition data to be used with 2017 CMS collision datasets see:</p>", | ||
"links": [ | ||
{ | ||
"recid": "YYYY" | ||
} | ||
] | ||
}, | ||
"accelerator": "CERN-LHC", | ||
"collaboration": { | ||
"name": "CMS collaboration" | ||
}, | ||
"collections": [ | ||
"CMS-Condition-Data" | ||
], | ||
"date_created": [ | ||
"2017" | ||
], | ||
"date_published": "2024", | ||
"distribution": { | ||
"formats": [ | ||
"db" | ||
], | ||
"number_files": 1, | ||
"size": 858624000 | ||
}, | ||
"experiment": [ | ||
"CMS" | ||
], | ||
"files": [ | ||
{ | ||
"checksum": "adler32:c1e9b4f0", | ||
"size": 858624000, | ||
"uri": "root://eospublic.cern.ch//eos/opendata/cms/conddb/106X_mc2017_realistic_v9.db" | ||
} | ||
], | ||
"publisher": "CERN Open Data Portal", | ||
"recid": "XXXX", | ||
"title": "Condition data for 2017 CMS proton-proton simulated data at 13 TeV", | ||
"type": { | ||
"primary": "Environment", | ||
"secondary": [ | ||
"Condition" | ||
] | ||
}, | ||
"usage": { | ||
"description": "If you are using the <a href=\"/record/258\">CMS Virtual Machine</a> image or the <a href=\"/docs/cms-guide-docker\">CMS container</a> image environments, then the condition data files will be served automatically from <code>/cvmfs/cms-opendata-conddb.cern.ch/</code> or from a file server at runtime, and therefore you do not need to download these files. If you need to have them locally, you can download them from here." | ||
} | ||
} | ||
] |