CERN Electron Collision Data
Particle collision events with two electrons
@kaggle.fedesoriano_cern_electron_collision_data
Particle collision events with two electrons
@kaggle.fedesoriano_cern_electron_collision_data
This dataset contains 100k dielectron events in the invariant mass range 2-110 GeV for use in outreach and education. These data were selected for use in education and outreach and contain a subset of the total event information. The selection criteria may be different from that used in CMS physics results.
Cite as: McCauley, Thomas; (2014). https://opendata.cern.ch/record/304
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 Proton Collision Dataset: LINK
Airfoil Self-Noise Dataset: LINK
Stellar Classification Dataset - SDSS17: LINK
CREATE TABLE dielectron (
"run" BIGINT,
"event" BIGINT,
"e1" DOUBLE,
"px1" DOUBLE,
"py1" DOUBLE,
"pz1" DOUBLE,
"pt1" DOUBLE,
"eta1" DOUBLE,
"phi1" DOUBLE,
"q1" BIGINT,
"e2" DOUBLE,
"px2" DOUBLE,
"py2" DOUBLE,
"pz2" DOUBLE,
"pt2" DOUBLE,
"eta2" DOUBLE,
"phi2" DOUBLE,
"q2" BIGINT,
"m" DOUBLE
);Anyone who has the link will be able to view this.