-
Eduardo Rodrigues (University of Liverpool (GB))26/08/2024, 09:30
-
Juraj Smiesko (CERN)26/08/2024, 09:37
-
Jan Bรผrger (ErUM-Data-Hub)26/08/2024, 09:44
-
Jim Pivarski (Princeton University)26/08/2024, 09:51
-
Lino Oscar Gerlach (Princeton University (US))26/08/2024, 09:58
-
Josue Molina26/08/2024, 10:05
-
Ianna Osborne (Princeton University)26/08/2024, 10:12
-
Mate Farkas (Rheinisch Westfaelische Tech. Hoch. (DE))26/08/2024, 10:19
-
Yaroslav Nikitenko26/08/2024, 10:26
-
Alexander Held (University of Wisconsin Madison (US)), Oksana Shadura (University of Nebraska Lincoln (US))26/08/2024, 10:40
We provide an overview of two ongoing projects that aim to ensure the availability of fast and user-friendly solutions for physics analysis pipelines towards the HL-LHC. The Analysis Grand Challenge (AGC) defines an analysis task that captures relevant physics analysis workflow aspects. A variety of implementations have been developed for this task, allowing to probe user experience and...
Go to contribution page -
Manfred Peter Fackeldey (RWTH Aachen University (DE))27/08/2024, 09:00
-
Stefan Frรถse (ErUM-Data-Hub)27/08/2024, 09:01
-
Matthew Feickert (University of Wisconsin Madison (US))27/08/2024, 09:07
-
Jonas Eschle (Syracuse University (US))27/08/2024, 09:14
-
Alexander Held (University of Wisconsin Madison (US))27/08/2024, 09:21
-
Dr Giordon Holtsberg Stark (University of California,Santa Cruz (US))27/08/2024, 09:28
-
Marcel Rieger (Hamburg University (DE))27/08/2024, 09:35
-
Jonas Eppelt (Karlsruher Insititute of Technology (KIT))27/08/2024, 09:42
-
Alexander Heidelbach27/08/2024, 09:49
-
Dr Vincenzo Eduardo Padulano (CERN)27/08/2024, 09:55
-
Jonas Eschle (Syracuse University (US))27/08/2024, 10:02
This talk will give a broad overview on the fitting that we're doing in
Go to contribution page
HEP. On one hand, the talk will cover the variety of fits in HEP, the
different needs and types of inference as well as efforts for
serialization and standardization. On the other hand, the relevant
libraries will be covered, that is zfit, pyhf, hepstats iminuit and
Python packages like SciPy and how they work... -
Manfred Peter Fackeldey (RWTH Aachen University (DE))27/08/2024, 10:32
I'd like to present
Go to contribution pageevermore(https://github.com/pfackeldey/evermore) that focusses in efficiently building and evaluating likelihoods typically for HEP. Currently, it focusses on binned template fits.
It supports autodiff, JIT-compilation and vectorization of full fits (even on GPUs). -
Cyrille Praz, Tristan Fillinger (KEK / IPNS)28/08/2024, 09:00
-
Saransh Chopra (Princeton University (US))28/08/2024, 09:20
-
Oksana Shadura (University of Nebraska Lincoln (US))28/08/2024, 09:27
-
Nikolai Hartmann (Ludwig Maximilians Universitat (DE))28/08/2024, 09:33
-
Alexander Heidelbach, Jonas Eppelt (Karlsruher Insititute of Technology (KIT))28/08/2024, 09:40
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...
Go to contribution page -
Marcel Rieger (Hamburg University (DE))28/08/2024, 10:00
Physicists performing data analyses are usually required to steer their individual, complex workflows manually, frequently involving job submission in several stages and interaction with distributed storage systems by hand. This process is not only time-consuming and error-prone, but also leads to undocumented relations between particular workloads, rendering the steering of an analysis a...
Go to contribution page -
Benjamin Fischer (RWTH Aachen University (DE))28/08/2024, 10:20
Workflows for research in HEP experiments are not only quite complex but also require sufficient flexibility to adapt to changes in structuring, conditions, methodologies, and research interests. This holds especially true in the physics analyses extracting the results and measurements.
Go to contribution page
Here, the use of workflows systems, specifically Luigi, have shown to be of great use to manage and... -
Benjamin Fischer (RWTH Aachen University (DE))28/08/2024, 10:40
Offloading resource intensive tasks, i.e.:
Go to contribution page
- histograms (accumulation) - memory intensive
- DL algorithms - compute intensive -
Dr Vincenzo Eduardo Padulano (CERN)29/08/2024, 09:00
-
Benjamin Fischer (RWTH Aachen University (DE))29/08/2024, 09:05
-
Azzah Aziz Alshehri (University of Glasgow (GB))29/08/2024, 09:12
-
Yaroslav Nikitenko29/08/2024, 09:25
Yet Another Rsync is a Python wrapper around a well-established Linux tool rsync with a simple and familiar interface of git. Python allows us to create a higher-level instrument, which is safer and sometimes more efficient than the original binary.
While many data analysts today heavily use databases and rely on cloud computing, other approaches have also their benefits. Many...
Go to contribution page -
Yaroslav Nikitenko29/08/2024, 09:45
The term ยซarchitectureยป in software has numerous definitions. Ultimately it defines whether your analysis code will be extensible and maintainable. We propose an architecture based on the functional style and separation of data, logic and presentation. It is implemented in a free software framework Lena.
Lena is a general data analysis framework in Python, named after a great...
Go to contribution page -
Juraj Smiesko (CERN)29/08/2024, 10:05
Physics performance analyses provide essential input for defining detector requirements in the Future Circular Collider (FCC) project. To streamline these analyses, we employ FCCAnalyses, a software framework built on top of the ROOT DataFrame.
Among the functionalities offered by the FCCAnalyses are:
Go to contribution page
* Standard set of RDataFrame EDM4hep functions: Events can be analysed directly in the... -
Ianna Osborne (Princeton University)29/08/2024, 10:25
Letโs discuss the exciting world of combining Python and Julia for data analysis for high-energy physics (HEP) and other data-intensive fields.
We'll kick things off with a quick overview of why Python is so popular for data analysis and introduce Julia, which is making waves with its incredible performance and suitability for scientific computing.
Next, I'll show you how we can get the...
Go to contribution page -
Mate Farkas (Rheinisch Westfaelische Tech. Hoch. (DE))29/08/2024, 10:45
PocketCoffea is a python columnar analysis framework based on coffea for CMS NanoAOD events. It provides a workflow for HEP analyses using a combination of customizable abstractions and configuration files. The package features dataset query automatisation, jet calibration, data processing, histogramming and plotting. PocketCoffea also provides support for code execution on various remote...
Go to contribution page -
-
-
-
-
-
-
-
Niclas Eich (Rheinisch Westfaelische Tech. Hoch. (DE))
Choose timezone
Your profile timezone: