(→The data for this hack) |
(→What is a muon?) |
||
| Line 9: | Line 9: | ||
=== [[LHC_Data_Hack/The data for this hack | The data for this hack]] === | === [[LHC_Data_Hack/The data for this hack | The data for this hack]] === | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
== Where are these muons coming from? == | == Where are these muons coming from? == | ||
Revision as of 20:37, 13 November 2011
Contents |
What is this hack?
One of the experiments from the Large Hadron Collider (LHC), the Compact Muon Solenoid (CMS) experiment), has released a small amount of the data for educational purposes. However, it is hard to access and even more difficult to understand. Can we hack a better interface to these data? Can we create a website to allow others to use these data for education or art? Or can we do real science with these data ? I'll bring the data and explain what is in these datasets and some simple tools to interface with these data. Looking for hackers, coders, educators, artists and definitely designers, to figure out if this can be done.
LHC_Data_Hack/The Large Hadron Collider (LHC)
The Compact Muon Solenoid (CMS) detector
The data for this hack
Where are these muons coming from?
When the protons collide in the LHC they produce many other particles. Some of these particles decay very, very quickly and produce a spray of other particles that are then detected in CMS.
Sometimes one of these particles decays to two muons.
Sometimes the muons are coming from two different parent particles.
The goal of this exercise is to figure out when the muons are coming from the same parent. To do this, we calculate the invariant mass of the two-muon system. If there is a preference for certain values of this mass, we may be seeing signs of the common parent particles!
To calculate the mass, we have two choices:
- Classical physics, which relates momentum, energy and mass from the equations of Newton.
- Special relativity, which relates momentum, energy and mass from the equations of Einstein.
We use the following variables for these values:
- m: mass
- v: velocity
- KE/E: kinetic energy/total energy
- p: momentum
- c: the speed of light (300,000,000 meters per second)
Calculating the mass from Classical Physics
p = mv
KE = 1/2 m v^2
KE = p^2 / (2 * m)
Calculating the mass from Special Relativity
E^2 = (p*c)^2 + (m*c^2)^2
(m*c^2)^2 = E^2 - (p*c)^2
With the data we are using, the units have taken into account the factors of c, so that we do not need to include it in our calculations (c=1).
The analysis chain
Collisions in the detector
Science Hack Day contribution!
These are various images produced using the browser-based iSpy detector, written by the CMS collaboration.
These are just 4 of the 100,000 events we analyzed this weekend!
Muons! Masses!
Science Hack Day contribution!
Check out this interactive demo that accumulates the di-muon masses.
Mass distributions
Science Hack Day contribution!
Calculation of the masses assuming Classical Physics or Special Relativity
This visualization uses d3 and is rendering on-the-fly, so you may have to be patient as it runs over the dataset.
The parent particles and the original discoveries
The first peak you see (in the Special Relativistic mass distribution) is the J/Psi particle which is composed of a charm and anti-charm quark. It was discovered in 1974 at SLAC and MIT almost simultaneously!
The second peak is the Upsilon resonance.