CMS. J/psi To Two Muons From 2011
Two muon candidates with invariant mass near the mass of J/psi
@kaggle.eugeniyosetrov_cms_jpsi_to_two_muons_from_2011
Two muon candidates with invariant mass near the mass of J/psi
@kaggle.eugeniyosetrov_cms_jpsi_to_two_muons_from_2011
CREATE TABLE jpsimumu (
"run" BIGINT,
"event" BIGINT,
"type1" VARCHAR,
"e1" DOUBLE,
"px1" DOUBLE,
"py1" DOUBLE,
"pz1" DOUBLE,
"pt1" DOUBLE,
"eta1" DOUBLE,
"phi1" DOUBLE,
"q1" BIGINT,
"type2" VARCHAR,
"e2" DOUBLE,
"px2" DOUBLE,
"py2" DOUBLE,
"pz2" DOUBLE,
"pt2" DOUBLE,
"eta2" DOUBLE,
"phi2" DOUBLE,
"q2" BIGINT
);
Anyone who has the link will be able to view this.