Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 458 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 458 Bytes

HTP_Dalitz

Code used to generate Dalitz plots for the HTP lecture 2020.

Requirements

The following python packages are required in order to run the code:

  • python3.4 or newer
  • math
  • csv
  • matplotlib
  • seaborn
  • pandas
  • statistics

You can install them by running pip3 install -r requirements.txt.

Running the code

To run the code, simply cd into the src directory and type:

python3 main.py

That's it! Enjoy your plots!