Skip to content
Snippets Groups Projects
Commit 656f1a4d authored by Yessica Dominguez's avatar Yessica Dominguez
Browse files

Update README

parent 1acb51be
No related branches found
No related tags found
No related merge requests found
COSAS QUE CONSIDERO IMPORTANTES
1. El main de la simulacion es sim.cc.
THINGS I CONSIDER IMPORTANT
2. Hay que descargar el archivo que contiene el flujo de particulas (https://drive.google.com/file/d/16BHZksUYniZ5w_Vg9jZYT5K5iQEjy4jt/view) y agregarlo a la carpeta donde se encuentren todos los archivos de la simulacion.
1. The main file of the simulation is sim.cc.
3. Hay que crear una carpeta (de nombre build, por ejemplo). Ejecutar 'cmake ..' y luego 'make' en la carpeta creada para cargar y compilar los archivos.
2. It is necessary to download the file containing the particle flux (https://drive.google.com/file/d/16BHZksUYniZ5w_Vg9jZYT5K5iQEjy4jt/view) and add it to the folder where all the simulation files are located.
4. El archivo input.in hay que pegarlo en la carpeta build.
3. Create a folder (e.g., build). Execute 'cmake ..' and then 'make' in the created folder to load and compile the files.
5. La simulacion se corre en la carpeta build con el comando ./sim -m input.in.
4. Copy the input.in file to the build folder.
6. El archivo 'construction.cc' contiene lo mas importante, que es la contruccion de la Atmosfera y el detector. Este archivo esta comentado en las lineas que considere importantes. Cualquier cambio que se desee hacer en la atmosfera o en el detector se hace modificando este archivo.
5. The simulation may be run in the build folder using the command ./sim -m input.in.
7. El archivo 'detector.cc' contiene las instrucciones para almacenar informacion de las particulas en un archivo llamado 'allparticles.dat'. Actualmente 'allparticles.dat' almacena el tipo de particula, momento y posicion de la misma en el detector.
6. The 'construction.cc' file contains the most important part, which is the construction of the atmosphere and the detector. This file is commented with the lines that are considered important. Any changes to the atmosphere or the detector should be made by modifying this file.
7. The 'detector.cc' file contains instructions for storing particle information in a file named 'allparticles.dat'. Currently, 'allparticles.dat' stores the particle type, momentum, and position in the detector.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment