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.
-
Christian Preuss (ETH Zürich), Philip Ilten (University of Cincinnati (US))27/06/2023, 17:20
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:hsf23Then, open a web browser and paste the URL given...
Go to contribution page