P2-718na / kstar-decay-analysis

Statistical analysis of K*-decayment related data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Alma Mater Studiorum Logo

kstar-decay-analysis

This is my project for my Physics laboratory-2 course at University of Bologna.

Dependencies

  • ROOT (required, version 6.18^)
  • pipenv (required)

Running

This code was tested and running on Mac OS X 10.14.6 Mojave and Windows 10.

Set-up Jupyter

After installing dependencies, cd in the source code directory and run

pipenv install

to install modules.

Launch Jupyter Lab

Run

pipenv run jupyter-lab

to launch jupyter. If it doesn't open by itself, follow the link on the console.

Troubleshooting

If there is a permission error on wsl, just chown the needed files/directories.

Additional notes

Don't use root --notebook, it's buggy.

Also note that c++ root kernel is slow at loading. Have patience.

About

Statistical analysis of K*-decayment related data

License:GNU General Public License v3.0


Languages

Language:Jupyter Notebook 100.0%