Citizen Science Entry 3

avatar

Citizen Science Entry 3

Now, for episode 3 of @lemouth's citizen science project. Still chuggin' along.

Today, we'll be using the MadAnalysis5 software package to simulate detectors at the LHC. We ingest our simulated pp collisions, generated in episode 2, through a simulated detector (ATLAS).

Here's the steps I took to complete the task:

$ cd ~/physics              # Task 1
$ git clone https://github.com/MadAnalysis/madanalysis5
$ cd madanalysis5
$ pip install matplotlib    # Task 2
$ pip install scipy
$ sudo apt-get install texlive
$ sudo apt-get install texlive-latex-extra # Alleviates errors generating PDF/DVI files.
$ ./bin/ma5
ma5>install fastjet
ma5>exit
$                           # Task 3
$ ./bin/ma5 -R madanalysis/input/ATLAS_default.ma5
ma5>import ~/physics/MG5_aMC_v2_9_9/pp_tt/Events/run_01_decayed_1/tag_1_pythia8_events.hepmc
ma5>set main.outputfile = atlas_pp_tt.lhe.gz
ma5>submit
ma5>exit
$ ./bin/ma5                 # Task 4
ma5>import ANALYSIS_0/Output/SAF/_defaultset/lheEvents0_0/atlas_pp_tt.lhe.gz as ttbar
ma5>set ttbar.xsection = 505.8
ma5>plot NAPID
ma5>submit


That's roughly it. I checked both the output MadAnalysis5 PDF files and images and here's the resulting histogram of particle counts:

selection_0.png

It has roughly the same distribution as @lemouth described in episode 3.

This has been a short update and I'm looking forward to diving more into the physics in episode 4. All in all, it took me just a few hours to run the steps above and write the post.

See all of yall around!

#citizenscience

Posted with STEMGeeks



0
0
0.000
8 comments
avatar

Thanks for your contribution to the STEMsocial community. Feel free to join us on discord to get to know the rest of us!

Please consider delegating to the @stemsocial account (85% of the curation rewards are returned).

Thanks for including @stemsocial as a beneficiary, which gives you stronger support. 
 

0
0
0.000
avatar

Congratulations @iauns! You have completed the following achievement on the Hive blockchain and have been rewarded with new badge(s):

You received more than 2000 upvotes.
Your next target is to reach 2250 upvotes.

You can view your badges on your board and compare yourself to others in the Ranking
If you no longer want to receive notifications, reply to this comment with the word STOP

Support the HiveBuzz project. Vote for our proposal!
0
0
0.000
avatar

Brief and perfect (as this comment) :)

Congrats! I am looking forward to read the next report, where real exercises start.

0
0
0.000