SearcharxivSearch

arXiv subjects

Thomas Madlener

Publications and source records attributed to Thomas Madlener.

11 recordsLinked to original sources

MAIA: A new detector concept for a 10 TeV muon collider

Muon colliders offer a compelling opportunity to explore the TeV scale and conduct precision tests of the Standard Model, all within a relatively compact geographical footprint. This paper introduces a new detector concept, MAIA (Muon Accelerator Instrumented Apparatus), optimized for $\sqrt{s}=10$ TeV $μ^+ μ^-$ collisions. The detector features an all-silicon tracker immersed in a 5T solenoid field. High-granularity silicon-tungsten and iron-scintillator calorimeters surrounding the solenoid capture high-energy electronic and hadronic showers, respectively, and support particle-flow reconstruction. The outermost subsystem comprises an air-gap muon spectrometer, which contributes to muon identification. The performance of the MAIA detector is evaluated in terms of differential particle reconstruction efficiencies and resolutions. Beam-induced background and incoherent pair production simulations are overlaid to single particle gun samples to assess detector reconstruction capabilities under realistic experimental conditions. Even in the presence of backgrounds, reconstruction efficiencies exceed approximately 95\% for energetic tracks, photons, and charged pions in the central region of the detector. This paper outlines promising avenues for future work, including forward region optimization, opportunities for enhanced flavor tagging and boosted object reconstruction, and technological developments needed to achieve the desired detector performance.

physics.ins-det

CaloClouds3: Ultra-Fast Geometry-Independent Highly-Granular Calorimeter Simulation

We present CaloClouds3, a model for the fast simulation of photon showers in the barrel of a high granularity detector. This iteration demonstrates for the first time how a pointcloud model can employ angular conditioning to replicate photons at all incident angles. Showers produced by this model can be used across the whole detector barrel, due to specially produced position agnostic training data. With this flexibility, the model is usable in a full simulation and reconstruction chain, which offers a further handle for evaluating physics performance of the model. As inference time is a crucial consideration for a generative model, the pre-processing and hyperparameters are aggressively optimised, achieving a speed up factor of two orders of magnitude over Geant4 at inference.

physics.ins-det

A First Full Physics Benchmark for Highly Granular Calorimeter Surrogates

The physics programs of current and future collider experiments necessitate the development of surrogate simulators for calorimeter showers. While much progress has been made in the development of generative models for this task, they have typically been evaluated in simplified scenarios and for single particles. This is particularly true for the challenging task of highly granular calorimeter simulation. For the first time, this work studies the use of highly granular generative calorimeter surrogates in a realistic simulation application. We introduce DDML, a generic library which enables the combination of generative calorimeter surrogates with realistic detectors implemented using the DD4hep toolkit. We compare two different generative models - one operating on a regular grid representation, and the other using a less common point cloud approach. In order to disentangle methodological details from model performance, we provide comparisons to idealized simulators which directly sample representations of different resolutions from the full simulation ground-truth. We then systematically evaluate model performance on post-reconstruction benchmarks for electromagnetic shower simulation. Beginning with a typical single particle study, we introduce a first multi-particle benchmark based on di-photon separations, before studying a first full-physics benchmark based on hadronic decays of the tau lepton. Our results indicate that models operating on a point cloud can achieve a favorable balance between speed and accuracy for highly granular calorimeter simulation compared to those which operate on a regular grid representation.

hep-ex

Early Career Researcher Input to the European Strategy for Particle Physics Update: White Paper

This document, written by early career researchers (ECRs) in particle physics, aims to represent the perspectives of the European ECR community and serves as input for the 2025--2026 update of the European Strategy for Particle Physics. With input from a community-wide survey, it highlights key challenges faced by ECRs -- career stability, funding access and long-term research opportunities -- while proposing policy recommendations and targeted initiatives. It underscores the importance of practices fostering diverse, equitable, inclusive and healthy workplaces, as well as of stronger ECR communities, and highlights how effective communication and interdisciplinary collaborations reinforce the societal relevance of particle physics and promote continued support for large-scale and long-term projects. Finally, the future of both collider and beyond-collider experiments is addressed, emphasising the critical role of ECRs in shaping future projects. The ECR contribution is formed of two parts: the ten-page executive summary submitted as input to the European Strategy for Particle Physics Update and, as backup document, this extended white paper providing additional context.

hep-ex

The Key4hep software stack: Beyond Future Higgs factories

The Key4hep project aims to provide a turnkey software solution for the full experiment lifecycle, based on established community tools. Several future collider communities (CEPC, CLIC, EIC, FCC, and ILC) have joined to develop and adapt their workflows to use the common data model EDM4hep and common framework. Besides sharing of existing experiment workflows, one focus of the Key4hep project is the development and integration of new experiment independent software libraries. Ongoing collaborations with projects such as ACTS, CLUE, PandoraPFA and the OpenDataDector show the potential of Key4hep as an experiment-independent testbed and development platform. In this talk, we present the challenges of an experiment-independent framework along with the lessons learned from discussions of interested communities (such as LUXE) and recent adopters of Key4hep in order to discuss how Key4hep could be of interest to the wider HEP community while staying true to its goal of supporting future collider designs studies.

hep-ex

Key4hep: Progress Report on Integrations

Detector studies for future experiments rely on advanced software tools to estimate performance and optimize their design and technology choices. The Key4hep project provides a flexible turnkey solution for the full experiment life-cycle based on established community tools such as ROOT, Geant4, DD4hep, Gaudi, podio and spack. Members of the CEPC, CLIC, EIC, FCC, and ILC communities have joined to develop this framework and have merged, or are in the progress of merging, their respective software environments into the Key4hep stack. These proceedings will give an overview over the recent progress in the Key4hep project: covering the developments towards adaptation of state-of-the-art tools for simulation (DD4hep, Gaussino), track and calorimeter reconstruction (ACTS, CLUE), particle flow (PandoraPFA), analysis via RDataFrame, and visualization with Phoenix, as well as tools for testing and validation.

hep-ex

Of Frames and schema evolution -- The newest features of podio

The podio event data model (EDM) toolkit provides an easy way to generate a performant implementation of an EDM from a high level description in yaml format. We present the most recent developments in podio, most importantly the inclusion of a schema evolution mechanism for generated EDMs as well as the "Frame", a thread safe, generalized event data container. For the former we discuss some of the technical aspects in relation with supporting different I/O backends and leveraging potentially existing schema evolution mechanisms provided by them. Regarding the Frame we introduce the basic concept and highlight some of the functionality as well as important aspects of its implementation. The usage of podio for generating different EDMs for future collider projects (most importantly EDM4hep, the common EDM for the Key4hep project) has inspired new features. We present some of those smaller new features and end with a brief overview on current developments towards a first stable version as well as an outlook on future developments beyond that.

hep-ex

Towards podio v1.0 -- A first stable release of the EDM toolkit

A performant and easy-to-use event data model (EDM) is a key component of any HEP software stack. The podio EDM toolkit provides a user friendly way of generating such a performant implementation in C++ from a high level description in yaml format. Finalizing a few important developments, we are in the final stretches for release v1.0 of podio, a stable release with backward compatibility for datafiles written with podio from then on. We present an overview of the podio basics, and go into slighty more technical detail on the most important topics and developments. These include: schema evolution for generated EDMs, multithreading with podio generated EDMs, the implementation of them as well as the basics of I/O. Using EDM4hep, the common and shared EDM of the Key4hep project, we highlight a few of the smaller features in action as well as some lessons learned during the development of EDM4hep and podio. Finally, we show how podio has been integrated into the Gaudi based event processing framework that is used by Key4hep, before we conclude with a brief outlook on potential developments after v1.0.

hep-ex

From prompt to direct J/$ψ$ production: new insights on the $χ_{c1}$ and $χ_{c2}$ polarizations and feed-down contributions from a global-fit analysis of mid-rapidity LHC data

While the prompt J/$ψ$ cross section and polarization have been measured with good precision as a function of transverse momentum, $p_{\rm T}$, those of the directly produced J/$ψ$ are practically unknown, given that the cross sections and polarizations of the $χ_{c1}$ and $χ_{c2}$ mesons, large indirect contributors to J/$ψ$ production, are only known with rather poor accuracy. The lack of precise measurements of the $χ_{cJ}$ polarizations induces large uncertainties in the level of their feed-down contributions to the prompt J/$ψ$ yield, because of the polarization-dependent acceptance corrections. The experimental panorama of charmonium production can be significantly improved through a consistent and model-independent global analysis of existing measurements of J/$ψ$, $ψ$(2S) and $χ_{c}$ cross sections and polarizations, faithfully respecting all the correlations and uncertainties. In particular, it is seen that the $χ_{cJ}$ polarizations and feed-down fractions to J/$ψ$ production have a negligible dependence on the J/$ψ$ $p_{\rm T}$, with average values $λ_\vartheta^{χ_{c1}} = 0.55 \pm 0.23$, $λ_\vartheta^{χ_{c2}} = -0.39 \pm 0.22$, $R^{χ_{c1}} = (18.8 \pm 1.4)\%$ and $R^{χ_{c2}} = (6.5 \pm 0.5)\%$. The analysis also shows that $(67.2 \pm 1.9)\%$ of the prompt J/$ψ$ yield is due to directly-produced mesons, of polarization constrained to remarkably small values, $λ_\vartheta^{{\rm J}/ψ} = 0.04 \pm 0.06$.

hep-ph

High Visibility in Two-Color Above-Threshold Photoemission from Tungsten Nanotips in a Coherent Control Scheme

In this article we present coherent control of above-threshold photoemission from a tungsten nanotip achieving nearly perfect modulation. Depending on the pulse delay between fundamental (1560 nm) and second harmonic (780 nm) pulses of a femtosecond fiber laser at the nanotip, electron emission is significantly enhanced or depressed during temporal overlap. Electron emission is studied as a function of pulse delay, optical near-field intensities, DC bias field, and final photoelectron energy. Under optimized conditions modulation amplitudes of the electron emission of 97.5% are achieved. Experimental observations are discussed in the framework of quantum- pathway interference supported by local density of states (LDOS) simulations.

physics.optics

Two-color coherent control of femtosecond above-threshold photoemission from a tungsten nanotip

We demonstrate coherent control of multiphoton and above-threshold photoemission from a single solid-state nanoemitter driven by a fundamental and a weak second harmonic laser pulse. Depending on the relative phase of the two pulses, electron emission is modulated with a contrast of the oscillating current signal of up to 94%. Electron spectra reveal that all observed photon orders are affected simultaneously and similarly. We confirm that photoemission takes place within 10 fs. Accompanying simulations indicate that the current modulation with its large contrast results from two interfering quantum pathways leading to electron emission.

physics.optics