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
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.