KM3NeT Collaboration(Aiello, S. et al), Alves Garre, S., Bariego-Quintana, A., Calvo, D., Cecchini, V., Garcia Soto, A., et al. (2025). On the Potential Cosmogenic Origin of the Ultra-high-energy Event KM3-230213A. Astrophys. J. Lett., 984(2), L41–8pp.
Abstract: On 2023 February 13, the KM3NeT/ARCA telescope observed a track-like event compatible with a ultra-high-energy muon with an estimated energy of 120 PeV, produced by a neutrino with an even higher energy, making it the most energetic neutrino event ever detected. A diffuse cosmogenic component is expected to originate from the interactions of ultra-high-energy cosmic rays with ambient photon and matter fields. The flux level required by the KM3NeT/ARCA event is, however, in tension with the standard cosmogenic neutrino predictions based on the observations collected by the Pierre Auger Observatory and Telescope Array over the last decade of the ultra-high-energy cosmic rays above the ankle (hence from the local Universe, z less than or similar to 1). We show here that both observations can be reconciled by extending the integration of the equivalent cosmogenic neutrino flux up to a redshift of zmax=6 and considering either source evolution effects or the presence of a subdominant independent proton component in the ultra-high-energy cosmic-ray flux, thus placing constraints on known cosmic accelerators.
|
KM3NeT Collaboration(Aiello, S. et al), Alves Garre, S., Bariego-Quintana, A., Calvo, D., Carretero, V., Cecchini, V., et al. (2025). Observation of an ultra-high-energy cosmic neutrino with KM3NeT. Nature, 638(8050), 376–382.
Abstract: The detection of cosmic neutrinos with energies above a teraelectronvolt (TeV) offers a unique exploration into astrophysical phenomena(1-3). Electrically neutral and interacting only by means of the weak interaction, neutrinos are not deflected by magnetic fields and are rarely absorbed by interstellar matter: their direction indicates that their cosmic origin might be from the farthest reaches of the Universe. High-energy neutrinos can be produced when ultra-relativistic cosmic-ray protons or nuclei interact with other matter or photons, and their observation could be a signature of these processes. Here we report an exceptionally high-energy event observed by KM3NeT, the deep-sea neutrino telescope in the Mediterranean Sea(4), which we associate with a cosmic neutrino detection. We detect a muon with an estimated energy of 120(-60)(+110) petaelectronvolts (PeV). In light of its enormous energy and near-horizontal direction, the muon most probably originated from the interaction of a neutrino of even higher energy in the vicinity of the detector. The cosmic neutrino energy spectrum measured up to now(5-7) falls steeply with energy. However, the energy of this event is much larger than that of any neutrino detected so far. This suggests that the neutrino may have originated in a different cosmic accelerator than the lower-energy neutrinos, or this may be the first detection of a cosmogenic neutrino(8), resulting from the interactions of ultra-high-energy cosmic rays with background photons in the Universe.
|
KM3NeT Collaboration(Aiello, S. et al), Alves Garre, S., Bariego-Quintana, A., Calvo, D., Cecchini, V., Garcia Soto, A., et al. (2025). gSeaGen code by KM3NeT: An efficient tool to propagate muons simulated with CORSIKA. Comput. Phys. Commun., 314, 109660–15pp.
Abstract: The KM3NeT Collaboration has tackled a common challenge faced by the astroparticle physics community, namely adapting the experiment-specific simulation software to work with the CORSIKA air shower simulation output. The proposed solution is an extension of the open source code gSeaGen, which allows the transport of muons generated by CORSIKA to a detector of any size at an arbitrary depth. The gSeaGen code was not only extended in terms of functionality but also underwent a thorough redesign of the muon propagation routine, resulting in a more accurate and efficient simulation. This paper presents the capabilities of the new gSeaGen code as well as prospects for further developments. Program summary Program title: gSeaGen CPC Library link to program files: https://doi.org/10.17632/ymgxvy2br4.2 Developer's respository link: git.km3net.de/opensource/gseagen Licensing provisions: BSD 3-Clause Programming language: C++ Nature of problem: Integration of the state-of-the-art extensive air shower Monte Carlo event generator CORSIKA [1] into the atmospheric muon simulation for water Cherenkov neutrino telescopes. The primary use case considered is the KM3NeT experiment [2], however, the code should be able to cover other similar experiments as well. The challenges in this work included interfacing the CORSIKA binary output, efficient handling of already generated events to reduce the overall computational cost, and preserving all the additional available information, which can be invaluable in physics analyses. Solution method: The readout of CORSIKA simulation was adapted from the base script provided together with CORSIKA and implemented as a standalone flux driver in gSeaGen. The propagation routine has been redesigned to support the geometry of extensive air shower simulations and to improve its efficiency in propagating particles to the detector. To ensure a reliable modelling of muon energy loss and scattering, PROPOSAL [3] was set as the default internal code for muon transport. PROPOSAL is an open-source software developed and maintained by the IceCube collaboration [4] and is a well-established solution used by the neutrino physics community. Additional comments including restrictions and unusual features: The code was tested with GENIE [5] version 3.4.0 and PROPOSAL 6.1.5. Currently, linking of gSeaGen to GENIE is mandatory, even in the case of a muon-only simulation using CORSIKA.
|
KM3NeT Collaboration(Aiello, S. et al), Alves Garre, S., Calvo, D., Carretero, V., Garcia Soto, A., Gozzini, S. R., et al. (2024). Embedded software of the KM3NeT central logic board. Comput. Phys. Commun., 296, 109036–15pp.
Abstract: The KM3NeT Collaboration is building and operating two deep sea neutrino telescopes at the bottom of the Mediterranean Sea. The telescopes consist of latices of photomultiplier tubes housed in pressure-resistant glass spheres, called digital optical modules and arranged in vertical detection units. The two main scientific goals are the determination of the neutrino mass ordering and the discovery and observation of high-energy neutrino sources in the Universe. Neutrinos are detected via the Cherenkov light, which is induced by charged particles originated in neutrino interactions. The photomultiplier tubes convert the Cherenkov light into electrical signals that are acquired and timestamped by the acquisition electronics. Each optical module houses the acquisition electronics for collecting and timestamping the photomultiplier signals with one nanosecond accuracy. Once finished, the two telescopes will have installed more than six thousand optical acquisition nodes, completing one of the more complex networks in the world in terms of operation and synchronization. The embedded software running in the acquisition nodes has been designed to provide a framework that will operate with different hardware versions and functionalities. The hardware will not be accessible once in operation, which complicates the embedded software architecture. The embedded software provides a set of tools to facilitate remote manageability of the deployed hardware, including safe reconfiguration of the firmware. This paper presents the architecture and the techniques, methods and implementation of the embedded software running in the acquisition nodes of the KM3NeT neutrino telescopes. Program summary Program title: Embedded software for the KM3NeT CLB CPC Library link to program files: https://doi.org/10.17632/s847hpsns4.1 Licensing provisions: GNU General Public License 3 Programming language: C Nature of problem: The challenge for the embedded software in the KM3NeT neutrino telescope lies in orchestrating the Digital Optical Modules (DOMs) to achieve the synchronized data acquisition of the incoming optical signals. The DOMs are the crucial component responsible for capturing neutrino interactions deep underwater. The embedded software must configure and precisely time the operation of each DOM. Any deviation or timing mismatch could compromise data integrity, undermining the scientific value of the experiment. Therefore, the embedded software plays a critical role in coordinating, synchronizing, and operating these modules, ensuring they work in unison to capture and process neutrino signals accurately, ultimately advancing our understanding of fundamental particles in the Universe. Solution method: The embedded software on the DOMs provides a solution based on a C-based bare-metal application, operating without a real-time embedded OS. It is loaded into the RAM during FPGA configuration, consuming less than 256 kB of RAM. The software architecture comprises two layers: system software and application. The former offers OS-like features, including a multitasking scheduler, firmware updates, peripheral drivers, a UDP-based network stack, and error handling utilities. The application layer contains a state machine ensuring consistent program states. It is navigated via slow control events, including external inputs and autonomous responses. Subsystems within the application code control specific acquisition electronics components via the associated driver abstractions. Additional comments including restrictions and unusual features: Due to the operation conditions of the neutrino telescope, where access is restricted, the embedded software implements a fail-safe procedure to reconfigure the firmware where the embedded software runs.
|
KM3NeT Collaboration(Aiello, S. et al), Alves Garre, S., Bariego-Quintana, A., Calvo, D., Carretero, V., Cecchini, V., et al. (2024). Differential Sensitivity of the KM3NeT/ARCA detector to a diffuse neutrino flux and to point-like source emission: Exploring the case of the Starburst Galaxies. Astropart Phys., 162, 102990–9pp.
Abstract: KM3NeT/ARCA is a Cherenkov neutrino telescope under construction in the Mediterranean sea, optimised for the detection of astrophysical neutrinos with energies above similar to 1 TeV. In this work, using Monte Carlo simulations including all-flavour neutrinos, the integrated and differential sensitivities for KM3NeT/ARCA are presented considering the case of a diffuse neutrino flux as well as extended and point-like neutrino sources. This analysis is applied to Starburst Galaxies demonstrating that the detector has the capability of tracing TeV neutrinos from these sources. Remarkably, after eight years, a hard power-law spectrum from the nearby Small Magellanic Cloud can be constrained. The sensitivity and discovery potential for NGC 1068 is also evaluated showing that KM3NeT/ARCA will discriminate between different astrophysical components of the measured neutrino flux after 3 years of data taking.
|
Garcia Soto, A., Zhelnin, P., Safa, I., & Arguelles, C. A. (2022). Tau Appearance from High-Energy Neutrino Interactions. Phys. Rev. Lett., 128(17), 171101–7pp.
Abstract: High-energy muon and electron neutrinos yield a non-negligible flux of tau neutrinos as they propagate through Earth. In this Letter, we address the impact of this additional component in the PeV and EeV energy regimes for the first time. Above 300 TeV, this contribution is predicted to be significantly larger than the atmospheric background, and it alters current and future neutrino telescopes' capabilities to discover a cosmic tau-neutrino flux. Further, we demonstrate that Earth-skimming neutrino experiments, designed to observe tau neutrinos, will be sensitive to cosmogenic neutrinos even in extreme scenarios without a primary tau-neutrino component.
|
GENIE Collaboration(Li, W. J. et al), & Garcia Soto, A. (2024). First combined tuning on transverse kinematic imbalance data with and without pion production constraints. Phys. Rev. D, 110(7), 072016–18pp.
Abstract: We present the first combined tuning, using GENIE, of four transverse kinematic imbalance measurements of neutrino-hydrocarbon scattering, both with and without pion final states, from the T2K and MINERvA experiments. As a proof of concept, we have simultaneously tuned the initial state and final state interaction models (SF-CFG and hA, respectively), producing a new effective model that more accurately describes the data.
|
Wilkinson, C., & Garcia Soto, A. (2024). Low-ν method with LHC neutrinos. Phys. Rev. D, 109(3), 033010–19pp.
Abstract: The Forward Physics Facility (FPF) plans to use neutrinos produced at the Large Hadron Collider to make a variety of measurements at previously unexplored TeV energies. Its primary goals include precision measurements of the neutrino cross section and using the measured neutrino flux both to uncover information about far-forward hadron production and to search for various beyond standard model scenarios. However, these goals have the potential to conflict: Extracting information about the flux or cross section relies upon an assumption about the other. In this paper, we demonstrate that the FPF can use the low-nu method-a technique for constraining the flux shape by isolating neutrino interactions with low energy transfer to the nucleus-to break this degeneracy. We show that the low-nu method is effective for extracting the nu μflux shape, in a model-independent way. We discuss its application for extracting the nu over bar μflux shape but find that this is significantly more model dependent. Finally, we explore the precision to which the nu μflux shape could be constrained at the FPF for a variety of proposed detector options. We find that the precision would be sufficient to discriminate between various realistic flux models.
|
Garcia Soto, A., Garg, D., Reno, M. H., & Arguelles, C. A. (2023). Probing quantum gravity with elastic interactions of ultrahigh-energy neutrinos. Phys. Rev. D, 107(3), 033009–9pp.
Abstract: The next generation of radio telescopes will be sensitive to low-scale quantum gravity by measuring ultrahigh-energy neutrinos. In this work, we demonstrate for the first time that neutrino-nucleon soft interactions induced by TeV-scale gravity would significantly increase the number of events detected by the IceCube-Gen2 radio array in the EeV regime. However, we show that these experiments cannot measure the total cross section using only the angular and energy information of the neutrino flux, unless assumptions on the underlying inelasticity distribution of neutral interactions are made.
|
KM3NeT Collaboration(Aiello, S. et al), Alves Garre, S., Bariego-Quintana, A., Calvo, D., Cecchini, V., Garcia Soto, A., et al. (2025). Measurement of the atmospheric νμ flux with six detection units of KM3NeT/ORCA. Eur. Phys. J. C, 85(8), 871–11pp.
Abstract: A measurement of the atmospheric nu(mu) + (nu) over bar (mu) flux with energies between 1 and 100 GeV is presented. The measurement has been performed using data taken with the first six detection units of the KM3NeT/ORCA detector, referred to as ORCA6. The data were collected between January 2020 and November 2021 and correspond to 510 days of livetime, with a total exposure of 433 kton.years. Using machine learning classification, 3894 neutrino candidate events have been selected with an atmospheric muon contamination of less than 1%. The atmospheric nu(mu) + (nu) over bar (mu) energy spectrum is derived using an unfolding procedure and the impact of systematic uncertainties is estimated. The atmospheric nu(mu) + (nu) over bar (mu) flux measured using the ORCA6 configuration is in agreement with the values measured by other experiments.
|