Description
In this session we will explore how modifying parameters in Pythia modifies observable distributions. To run the tutorial, you must have Docker installed and running on your machine. To start the tutorial, run the following in a command line:
docker run --rm -u `id -u $USER` -v $PWD:$PWD -w $PWD -p 8888:8888 -it pythia8/tutorials:hsf23
Then, open a web browser and paste the URL given in the terminal to open up the Jupyter notebook.
In this session we will explore how modifying parameters in Pythia modifies observable distributions. To run the tutorial, you must have Docker installed and running on your machine. To start the tutorial, run the following in a command line:
docker run --rm -u `id -u $USER` -v $PWD:$PWD -w $PWD -p 8888:8888 -it pythia8/tutorials:hsf23
Then, open a web browser and paste the URL given...