1 / 30

Muon Track Analysis Program

This program receives labview input in decimal format from a .txt file, organizing events by tube number and signal time. The goal is to display muon tracks through the chambers as graphs, outputting to console and storage.

helki
Télécharger la présentation

Muon Track Analysis Program

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Data Analysis Program

  2. The program receives input from the labview program The data is in decimal format in a .txt file Each set of two rows is an event The first row represents the tube number The second row holds the time that the signal was received from the tube. 0 0 0 4 0 6 7 0 9 0 0 0 0 3 0 8 9 0 11 0 1 0 3 0 5 0 0 9 0 0 16 0 3 0 8 0 0 10 0 0 2 3 0 6 0 9 0 0 0 0 8 7 0 2 0 10 0 0 0 Input

  3. Output • Our goal is to output/display graphs of the muon’s track through the chambers. • The program will display these on the console and output them to a storage folder

  4. Finding The Track

  5. Finding The Track

  6. Points of Tangency A B

  7. Tangent Line Slope • Slope of radial line: • Slope of tangent: or

  8. Equation

  9. Looks All Good

More Related