eduardo-rodrigues / 2022-09-13_PyHEP2022Workshop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Particle & DecayLanguage packages

Presentation on the Particle and DecayLanguage packages of the Scikit-HEP project at the PyHEP 2022 workshop on September 13th 2022.

DOI

Abstract

An overview of the Particle & DecayLanguage packages is given. Particle provides a pythonic interface to the Particle Data Group particle data tables and particle identification codes, with extended particle information and extra goodies. DecayLanguage provides tools to parse so-called .dec decay files, and describe, manipulate and visualise decay chains. DecayLanguage also implements a language to describe and convert particle decays between digital representations, effectively making it possible to interoperate several fitting programs.

Installation-free run

One can straightforwardly run this notebook presentation on Binder, with no installation requirements on the user side. Anything can be altered along the way. Just click on

Launch Binder

Running everything on your own computer

Alternatively, you may want to download the repository and play with the notebook, saving for example the plots it produces.

git clone https://github.com/eduardo-rodrigues/2022-09-13_PyHEP2022Workshop.git
cd 2022-09-13_PyHEP2022Workshop

About

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Jupyter Notebook 100.0%