[SPA-ENG] "Citizen Science" Project - Report - Part Three | Reporte - Tercera parte

avatar

Este es mi reporte de la tercera parte del proyecto de ciencia ciudadana. En la parte anterior, simulamos colisiones como las que se producen en el Gran Colisionador de Hadrones del CERN. Para más detalles, pueden leer mi reporte o el de cualquiera de mis compañeros de proyecto en la etiqueta #citizenscience. En esta parte, vamos a analizar los resultados que obtuvimos. Para más detalles sobre el proyecto, pueden ingresar a este post de @lemouth, que es quien está liderando este experimento en Hive.
Como el archivo que obtuvimos en la parte anterior es muy grande para analizarlo manualmente (cosa que tampoco sabría hacer…), tuvimos que instalar un nuevo software, MadAnalysis5, con el que reemplazamos, en palabras de lemouth, “los cientos de partículas producidas por un pequeño número de objetos de nivel superior como electrones, muones, jets, fotones y energía perdida”.
Antes de comenzar con la instalación del software, hice un cambio en la configuración de la máquina virtual en la que estoy corriendo el software. En la segunda parte, el proceso de Phytia8 me había llevado más de 50 minutos. Por recomendación de lemouth, le aumenté la cantidad de procesadores a la máquina virtual de 1 a 2.

This is my report on the third part of the citizen science project. In the previous part, we simulated collisions like those at CERN's Large Hadron Collider. For more details, you can read my report or that of any of my project colleagues under the hashtag #citizenscience. In this part, we are going to analyze the results we obtained. For more details about the project, you can enter this post by @lemouth, who is leading this experiment at Hive.
As the file we obtained in the previous part is too large to analyze manually (which I wouldn't know how to do either...), we had to install a new software, MadAnalysis5, with which we replaced, in lemouth's words, "the hundreds of produced particles by a small number of higher-level objects like electrons, muons, jets, photons and missing energy".
Before starting with the installation of the software, I made a change to the configuration of the virtual machine on which I am running the software. In the second part, the Phytia8 process had taken me more than 50 minutes. On lemouth's recommendation, I increased the number of processors in the virtual machine from 1 to 2.

virtualbox.png

Luego, traté de descargar MadAnalysis5 de github, pero no tenía git instalado, así que instalé git primero.

Next, I tried to download MadAnalysis5 from github, but I didn't have git installed, so I installed git first.

1_nogit.png

1_installgit.png

Y luego sí pude descargar MadAnalysis5.

And then I was able to download MadAnalysis5.

2_madinstall.png

Para correr el software, simplemente hay que abrir la carpeta donde fue descargado y ejecutarlo, pero en mi caso no funcionó.

To run the software, you simply open the folder where it was downloaded and run it, but in my case it didn't work.

3_errorma5.png

Entonces, fui a la etiqueta #citizenscience para ver si algún compañero ya había hecho el reporte y si había tenido el mismo problema. Afortunadamente, encontré este post de @servelle (¡muchas gracias!), quien había tenido el mismo problema y había encontrado que la solución era instalar el paquete python-is-python3.

So, I went to the #citizenscience tag to see if any colleagues had already made the report and if they had had the same problem. Fortunately, I found this post by @servelle (thank you very much!), who had had the same problem and had found that the solution was to install the python-is-python3 package.

4_phyton.png

Una vez instalado ese paquete, pude finalmente correr ma5 sin problemas.

Once that package was installed, I was finally able to run ma5 without problems.

5_ma5.png

Dejé toda la configuración como estaba por defecto.

I left all the configuration as it was by default.

6_ma5_conf.png

Y entonces ma5 comenzó a compilar.

And then ma5 started compiling.

7_compa.png

7_compb.png

Finalmente, ma5 chequeó las dependencias externas. En mi caso, todas estaban desactivadas.

Finally, ma5 checked for external dependencies. In my case, they were all disabled.

8_dependencias.png

De todos esos paquetes, los necesarios para esta tarea son: matplotlib, latex y pdflatex. Así que tuve que salir de ma5 con el comando exit.

Of all those packages, the ones needed for this task are: matplotlib, latex and pdflatex. So I had to exit ma5 with the exit command.

9_exit.png

Luego, tuve que instalar el paquete python3-pip.

Then, I had to install the python3-pip package.

10_pip.png

Y finalmente matplotlib con el comando: pip install matplotlib.

And finally matplotlib with the command: pip install matplotlib.

11_matplot.png

Luego, instalé el paquete texlivefull. Este proceso demora mucho tiempo.
Then, I installed the texlivefull package. This process takes a long time.

12_latex.png

Una vez instalado, corrí de nuevo ma5 y ya estaban habilitados matplotlib, latex y pdflatex.

Once installed, I ran ma5 again and matplotlib, latex and pdflatex were enabled.

13_allok.png

El siguiente paso era instalar dos paquetes adicionales para ma5, zlib y fastjet, mediante el comando install. En ambos casos, la instalación pide reiniciar ma5.

The next step was to install two additional packages for ma5, zlib and fastjet, using the install command. In both cases, the installation asks to restart ma5.

14_zlib.png

15_fastjet.png

Y finalmente, zlib y fastjet ya están habilitados.

And finally, zlib and fastjet are enabled.

16_zlib_fastjet.png

Ahora que todo estaba listo, tocaba importar el archivo que generamos en la parte anterior a ma5. Para eso, salí de ma5 con el comando exit y lo reinicié de este modo.

Now that everything was ready, it was time to import the file we generated in the previous part to ma5. For that, I exited ma5 with the exit command and restarted it like this.

17_ma5_restart.png

Luego, escribí estos comandos (usando el path al archivo creado en la parte anterior):

Then, I typed these commands (using the path to the file created in the previous part):

import <path-to-our-events>
set main.outputfile = miseventos.lhe.gz
submit

18_ma5_restart.png

Finalmente, salí de ma5 con el comando exit. Un archivo de texto se generó en ANALYSIS_0/Output/SAF/_defaultset/lheEvents0_0. El contenido de ese archivo es algo como esto:

Finally, I exited ma5 with the exit command. A text file was generated in ANALYSIS_0/Output/SAF/_defaultset/lheEvents0_0. The contents of that file look something like this:

19_textfile.png

Para analizar el archivo, volví a iniciar ma5 de la forma normal. Luego, importé el archivo generado:

To parse the file, I restarted ma5 in the normal way. Then, I imported the generated file:

19_import.png

Luego, escribí los siguientes comandos:

Then, I typed the following commands:

set ttbar.xsection = 505.491
plot NAPID
submit

Y ma5 comenzó a hacer los cálculos.

And ma5 started to do the calculations.

20_calculations.png

Y, por último, con el comando open obtuve este gráfico.

And finally, with the open command I got this plot.

21_graph.png

Y esto es todo por ahora. El próximo episodio estará dedicado solo a la física.

And that's all for now. The next episode will be dedicated only to physics.



Original en español. Traducido al inglés con Deepl.
Todas las imágenes son capturas de pantallas del proceso hechas por mí.

Original in Spanish. Translated to English with Deepl.
All images are screenshots of the process made by me.



0
0
0.000
9 comments
avatar

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

You published more than 100 posts.
Your next target is to reach 150 posts.

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

To support your work, I also upvoted your post!

0
0
0.000
avatar

Me parece un proyecto muy interesante!
Gracias por compartir.
!1UP
cartel_curator_final.gif

0
0
0.000
avatar

¡Muchas gracias por el apoyo! ¡Saludos!

0
0
0.000
avatar
Don-1UP-Cheers-Cartel-250px.png

You have received a 1UP from @lipe100dedos!

The following @oneup-cartel family members will soon upvote your post:
@stem-curator, @vyb-curator, @pob-curator, @neoxag-curator
And they will bring !PIZZA 🍕

Learn more about our delegation service to earn daily rewards. Join the family on Discord.

0
0
0.000
avatar

Sorry for the delayed comment. I was offline for Easter and only came back earlier today. Thanks a lot for your work, and once again I am happy to see that you figured out how to solve all problems that I did not expect initially.

As the file we obtained in the previous part is too large to analyze manually (which I wouldn't know how to do either...),

I would not do how to manually analyse such a file myself too. This is too inhuman-readable ;) This is why it is good that we can rely on dedicated package to do the dirty work for us!

So, I went to the #citizenscience tag to see if any colleagues had already made the report and if they had had the same problem.

That is a great things about this project. Hive community members are helping each other. This is a nice achievement per se.

0
0
0.000
avatar

Yes, reports are great for helping each other! thanks so much for reading and commenting on my report. See you in the next episode. Cheers!

0
0
0.000
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