LHC Data Hack

(Difference between revisions)


				

				
([LHC_Data_Hack/The Large Hadron Collider (LHC)])
(Muons! Masses!)
 
(29 intermediate revisions by one user not shown)
Line 1: Line 1:
= What is this hack? =
+
[[Image:ldh_poster.jpg|border|600px]]
 +
 
 +
==== 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.
 
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)]] =
+
=== [[LHC_Data_Hack/The Large Hadron Collider (LHC)]] ===
  
= The Compact Muon Solenoid (CMS) detector =  
+
=== [[LHC_Data_Hack/The Compact Muon Solenoid (CMS) detector | The Compact Muon Solenoid (CMS) detector]] ===
  
= The data for this hack =
+
----
  
== What is a muon? ==
+
=== [[LHC_Data_Hack/The data for this hack | The data for this hack]] ===
A muon is a subatomic particle, related to the electron, but 200 times more heavy!
+
  
It possesses either a positive or negative charge.
+
=== The analysis chain ===
  
Muons do not interact very often with atomic nuclei that make up the CMS detector, and so they travel through much of the material and are relatively easy to detect.
+
==== [[LHC_Data_Hack/Collisions in the detector | Collisions in the detector]] ====
  
== Where are these muons coming from? ==
+
==== Muons! Masses! ====
  
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 ==
 
 
<font color="red">'''Science Hack Day contribution!'''</font>
 
<font color="red">'''Science Hack Day contribution!'''</font>
  
These are various images produced using the [http://www18.i2u2.org/elab/cms/event-display/ browser-based iSpy detector], written by the CMS collaboration.
+
[[Image:lhd_screengrab_0.png|400px]]
 
+
These are just 4 of the 100,000 events we analyzed this weekend!
+
 
+
[[Image:dimuon_pic_1.png|300px]]
+
[[Image:dimuon_pic_2.png|300px]]
+
[[Image:dimuon_pic_3.png|300px]]
+
[[Image:dimuon_pic_4.png|300px]]
+
 
+
== Muons! Masses! ==
+
 
+
<font color="red">'''Science Hack Day contribution!'''</font>
+
  
 
[http://mattbellis.com/dimuons.html Check out this interactive demo that accumulates the di-muon masses.]
 
[http://mattbellis.com/dimuons.html Check out this interactive demo that accumulates the di-muon masses.]
  
== Mass distributions ==
+
==== [[LHC_Hack_Day/Mass distributions | Mass distributions]]====
 
+
 
<font color="red">'''Science Hack Day contribution!'''</font>
 
<font color="red">'''Science Hack Day contribution!'''</font>
  
[http://mattbellis.com/histogram.html Calculation of the masses assuming Classical Physics or Special Relativity]
+
[[Image:pre_einstein.png|200px]]
  
This visualization uses [http://mbostock.github.com/d3/ 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
+
==== [[LHC_Data_Hack/The parent particles and the original discoveries | The parent particles and the original discoveries]] ====
J/Psi particle which is composed of a charm and anti-charm quark. It was
+
discovered in 1974 at SLAC and MIT almost simultaneously!
+
  
* [http://prl.aps.org/abstract/PRL/v33/i23/p1404_1 Article]
+
==== [[LHC_Data_Hack/Further code for exploration | Further code for exploration]] ====
* [http://prl.aps.org/abstract/PRL/v33/i23/p1406_1 Article]
+
  
The second peak is the Upsilon resonance.
+
==== The contributors ====
 +
[[Image:ldh_hackers_0.jpg|border|400px]]
  
= Further code for exploration =
+
<font color="red">'''Science Hack Day contributors'''</font>
 +
* Matt Bellis
 +
* Lynn Root
 +
* Aaron Culich
 +
* Morris Mwanga (Kenya ambassador)
 +
* Tim Clem
 +
* Kevin
  
= The contributors =
+
Even before this project begins, thanks goes out to the CERN and Fermilab CMS collaborators who have helped get this off the ground.
 +
* Tom McCauley (FNAL)
 +
* Tom Jordan (FNAL)
 +
* Giulio Eulisse, developer of ig and iSpy (FNAL)
 +
* Kati Lassila-Perini (CERN)

Latest revision as of 23:37, 17 November 2011

Ldh poster.jpg

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

The analysis chain

Collisions in the detector

Muons! Masses!

Science Hack Day contribution!

Lhd screengrab 0.png

Check out this interactive demo that accumulates the di-muon masses.

Mass distributions

Science Hack Day contribution!

Pre einstein.png


The parent particles and the original discoveries

Further code for exploration

The contributors

Ldh hackers 0.jpg

Science Hack Day contributors

  • Matt Bellis
  • Lynn Root
  • Aaron Culich
  • Morris Mwanga (Kenya ambassador)
  • Tim Clem
  • Kevin

Even before this project begins, thanks goes out to the CERN and Fermilab CMS collaborators who have helped get this off the ground.

  • Tom McCauley (FNAL)
  • Tom Jordan (FNAL)
  • Giulio Eulisse, developer of ig and iSpy (FNAL)
  • Kati Lassila-Perini (CERN)