CERN Proton Collision Dataset
Particle collision events from the MultiJet primary dataset from CMS open data.
@kaggle.fedesoriano_multijet_primary_dataset
Particle collision events from the MultiJet primary dataset from CMS open data.
@kaggle.fedesoriano_multijet_primary_dataset
MultiJet primary dataset in AOD format from RunB of 2010. This dataset contains runs from 2010 RunB. The list of all validated runs, which must be applied to all analyses, can be found in http://opendata.cern.ch/record/1000
This file contains events from the MultiJet primary dataset from the CMS open data release, and computes the razor variables MR and Rsq, used in supersymmetric particle searches. More details on the razor variables can be found in Phys. Rev. D 90, 112001 (https://journals.aps.org/prd/pdf/10.1103/PhysRevD.90.112001)
Duarte, Javier; (2015). Example CSV output file for SUSYBSMAnalysis-RazorFilter. CERN Open Data Portal.
http://opendata.cern.ch/record/554
The data was taken from the CERN Open Data Portal: https://opendata.cern.ch/
The open data are released under the Creative Commons CC0 waiver. Neither CMS nor CERN endorse any works, scientific or otherwise, produced using these data. All releases will have a unique DOI that you are requested to cite in any applications or publications.
CERN Electron Collision Data: LINK
Airfoil Self-Noise Dataset: LINK
Stellar Classification Dataset - SDSS17: LINK
CREATE TABLE multijetrun2010b (
"run" BIGINT,
"lumi" BIGINT,
"event" BIGINT,
"mr" DOUBLE,
"rsq" DOUBLE,
"e1" DOUBLE,
"px1" DOUBLE,
"py1" DOUBLE,
"pz1" DOUBLE,
"e2" DOUBLE,
"px2" DOUBLE,
"py2" DOUBLE,
"pz2" DOUBLE,
"ht" DOUBLE,
"met" DOUBLE,
"njets" BIGINT,
"nbjets" BIGINT
);
Anyone who has the link will be able to view this.