Conveners
Plenary Session Monday
- Eduardo Rodrigues (University of Liverpool (GB))
- Nikolai Hartmann (Ludwig Maximilians Universitat (DE))
Plenary Session Monday
- Graeme A Stewart (CERN)
- Matthew Feickert (University of Wisconsin Madison (US))
[Plothist][1] is a Python package that provides easy-to-use functions for visualizing and comparing histograms generated with [boost-histogram][2]. The package provides an out-of-the-box, publication-ready default style that significantly reduces the effort required to produce publishable-quality figures, while retaining all the flexibility offered by matplotlib. Specifically, plothist...
We present a python module named [VLQcalc][1] which can be used for employing coupling parameters of vector-like quarks (VLQs) within model framework. It facilitates the conversion of couplings between different parametrization of VLQ models and computes these couplings depending on the width-to-mass ratio ($\Gamma/m$), with given branchings. By utilizing a modified version of Genetic...
This is a talk in two parts. The first part goes over what’s new in Python 3.13, the most forward-thinking release we’ve ever had. For the first time in 30+ years, Python has a new REPL implemented in Python with exciting new features. Python exceptions have color by default now, and several errors have been improved. There are also new typing features along with a new deprecated decorator...
Effective data extraction has been one of major challenges in physics analysis and will be more important in the High-Luminosity LHC era. ServiceX provides a novel data access and delivery by exploiting industry-driven software and recent high-energy physics software in the python ecosystem. In this talk, the newly designed client library will be extensively introduced with various practical...
Workflow managers help structure the code of pipelined jobs by defining and managing dependencies between tasks in a clear and easy-to-understand fashion. This abstraction allows independent tasks to be automatically parallelised more independently of computing systems. Additionally, workflow managers help keep track of different tasks’ outputs and inputs.
b2luigi is an extension of the...
The Python package pdg provides a high-level tool for programmatically accessing the data published by the Particle Data Group (PDG) in the Review of Particle Physics. We will give an overview of the package and the functionality it provides, and will then demonstrate its use and show a number of examples.