Code used to generate Dalitz plots for the HTP lecture 2020.
The following python packages are required in order to run the code:
python3.4or newermathcsvmatplotlibseabornpandasstatistics
You can install them by running pip3 install -r requirements.txt.
To run the code, simply cd into the src directory and type:
python3 main.py
That's it! Enjoy your plots!