SearcharxivSearch

arXiv subjects

S. Gorbunov

Publications and source records attributed to S. Gorbunov.

14 recordsLinked to original sources

Demonstrating CBM Capabilities by $\Lambda$ Baryon Reconstruction in Ni+Ni Collisions with the mCBM Experiment at SIS18 of GSI/FAIR

The Compressed Baryonic Matter (CBM) experiment at the upcoming Facility for Antiproton and Ion Research (FAIR) is a high-rate fixed-target experiment designed to investigate nuclear matter at extreme baryon densities in relativistic nucleus-nucleus collisions. To enable high-statistics measurements of rare probes, CBM is designed to operate at event rates up to 10 MHz. This necessitates the development of fast and radiation-tolerant detectors, self-triggered front-end electronics, a free-streaming data acquisition architecture, and real-time event reconstruction capabilities. Prototype versions and pre-series productions of the CBM detector systems have been deployed in the mini-CBM demonstrator setup mCBM - an experimental precursor comprising sub-components of all major CBM systems, installed at the SIS18 facility of GSI/FAIR within the FAIR Phase-0 program. In 2024, Ni+Ni collisions at a kinetic beam energy of 1.93 AGeV and an average interaction rate of about 250 kHz were successfully recorded. This dataset enables a detailed evaluation of the operational performance of the detector systems as well as the complete CBM data chain, while the reconstruction of rare $\Lambda$ baryons serves as a natural benchmark. This paper presents the first results on $\Lambda$ signal reconstruction with the mCBM experiment, demonstrating the readiness of the detector technologies and the data chain for the upcoming full-scale CBM experiment.

physics.ins-det

Atomic-Scale Insights into Damage Produced by Swift Heavy Ions in Polyethylene

We describe the formation of swift heavy ion tracks in polyethylene (PE) by combining the Monte Carlo code TREKIS, which models electronic excitation in nanometric proximity of the ion trajectory, with the molecular dynamics simulating a response of the atomic system to the perturbation. The model predicts circular tracks in amorphous PE but elliptical ones in crystalline PE caused by preferential propagation of excitation along polymer chains during the cooling stage. The obtained track sizes and shapes agree well with the high-resolution microscopy of tracks in PE. The velocity effect in PE is shown: the track parameters differ for ions with the same energy losses but different velocities.

cond-mat.mtrl-sci

Updated constraints on sterile neutrino mixing in the OPERA experiment using a new $ν_e$ identification method

This paper describes a new $ν_e$ identification method specifically designed to improve the low-energy ($< 30\,\mathrm{GeV}$) $ν_e$ identification efficiency attained by enlarging the emulsion film scanning volume with the next generation emulsion readout system. A relative increase of 25-70% in the $ν_e$ low-energy region is expected, leading to improvements in the OPERA sensitivity to neutrino oscillations in the framework of the 3 + 1 model. The method is applied to a subset of data where the detection efficiency increase is expected to be more relevant, and one additional $ν_e$ candidate is found. The analysis combined with the $ν_τ$ appearance results improves the upper limit on $\sin^2 2θ_{μe}$ to 0.016 at 90% C.L. in the MiniBooNE allowed region $Δm^2_{41} \sim 0.3\,\mathrm{eV}^2$.

hep-ex

Frontiers, challenges, and solutions in modeling of swift heavy ion effects in materials

Since a few breakthroughs in the fundamental understanding of the effects of swift heavy ions (SHI) decelerating in the electronic stopping regime in the matter have been achieved in the last decade, it motivated us to review the state-of-the-art approaches in the modeling of SHI effects. The SHI track kinetics occurs via several well-separated stages: from attoseconds in ion-impact ionization depositing energy in a target, to femtoseconds of electron transport and hole cascades, to picoseconds of lattice excitation and response, to nanoseconds of atomic relaxation, and even longer macroscopic reaction. Each stage requires its own approaches for quantitative description. We discuss that understanding the links between the stages makes it possible to describe the entire track kinetics within a multiscale model without fitting procedures. The review focuses on the underlying physical mechanisms of each process, the dominant effects they produce, and the limitations of the existing approaches as well as various numerical techniques implementing these models. It provides an overview of ab-initio-based modeling of the evolution of the electronic properties; Monte Carlo simulations of nonequilibrium electronic transport; molecular dynamics modeling of atomic reaction on the surface and in the bulk; kinetic Mote Carlo of atomic defect kinetics; finite-difference methods of tracks interaction with chemical solvents describing etching kinetics. We outline the modern methods that couple these approaches into multiscale multidisciplinary models and point to their bottlenecks, strengths, and weaknesses. The analysis is accompanied by examples of important results improving the understanding of track formation in various materials. Summarizing the most recent advances in the field of the track formation process, the review delivers a comprehensive picture and detailed understanding of the phenomena.

cond-mat.mtrl-sci

First observation of a tau neutrino charged current interaction with charm production in the Opera experiment

An event topology with two secondary vertices compatible with the decay of short-lived particles was found in the analysis of neutrino interactions in the Opera target. The observed topology is compatible with tau neutrino charged current (CC) interactions with charm production and neutrino neutral current (NC) interactions with $c\overline{c}$ pair production. However, other processes can mimic this topology. A dedicated analysis was implemented to identify the underlying process. A Monte Carlo simulation was developed and complementary procedures were introduced in the kinematic reconstruction. A multivariate analysis technique was used to achieve an optimal separation of signal from background. Most likely, this event is a $ν_τ$ CC interaction with charm production, the tau and charm particle decaying into 1 prong and 2 prongs, respectively. The significance of this observation is evaluated.

hep-ex

Final results on neutrino oscillation parameters from the OPERA experiment in the CNGS beam

The OPERA experiment has conclusively observed the appearance of tau neutrinos in the muon neutrino CNGS beam. Exploiting the OPERA detector capabilities, it was possible to isolate high purity samples of $ν_{e}$, $ν_μ$ and $ν_τ$ charged current weak neutrino interactions, as well as neutral current weak interactions. In this Letter, the full dataset is used for the first time to test the three-flavor neutrino oscillation model and to derive constraints on the existence of a light sterile neutrino within the framework of the $3+1$ neutrino model. For the first time, tau and electron neutrino appearance channels are jointly used to test the sterile neutrino hypothesis. A significant fraction of the sterile neutrino parameter space allowed by LSND and MiniBooNE experiments is excluded at 90% C.L. In particular, the best-fit values obtained by MiniBooNE combining neutrino and antineutrino data are excluded at 3.3 $σ$ significance.

hep-ex

RCanopus: Making Canopus Resilient to Failures and Byzantine Faults

Distributed consensus is a key enabler for many distributed systems including distributed databases and blockchains. Canopus is a scalable distributed consensus protocol that ensures that live nodes in a system agree on an ordered sequence of operations (called transactions). Unlike most prior consensus protocols, Canopus does not rely on a single leader. Instead, it uses a virtual tree overlay for message dissemination to limit network traffic across oversubscribed links. It leverages hardware redundancies, both within a rack and inside the network fabric, to reduce both protocol complexity and communication overhead. These design decisions enable Canopus to support large deployments without significant performance degradation. The existing Canopus protocol is resilient in the face of node and communication failures, but its focus is primarily on performance, so does not respond well to other types of failures. For example, the failure of a single rack of servers causes all live nodes to stall. The protocol is also open to attack by Byzantine nodes, which can cause different live nodes to conclude the protocol with different transaction orders. In this paper, we describe RCanopus (`resilent Canopus') which extends Canopus to add liveness, that is, allowing live nodes to make progress, when possible, despite many types of failures. This requires RCanopus to accurately detect and recover from failure despite using unreliable failure detectors, and tolerance of Byzantine attacks. Second, RCanopus guarantees safety, that is, agreement amongst live nodes of transaction order, in the presence of Byzantine attacks and network partitioning.

cs.DC

Latest results of the OPERA experiment on nu-tau appearance in the CNGS neutrino beam

OPERA is a long-baseline experiment designed to search for $ν_μ\toν_τ$ oscillations in appearance mode. It was based at the INFN Gran Sasso laboratory (LNGS) and took data from 2008 to 2012 with the CNGS neutrino beam from CERN. After the discovery of $ν_τ$ appearance in 2015, with $5.1σ$ significance, the criteria to select $ν_τ$ candidates have been extended and a multivariate approach has been used for events identification. In this way the statistical uncertainty in the measurement of the oscillation parameters and of $ν_τ$ properties has been improved. Results are reported.

hep-ex

Measurement of the cosmic ray muon flux seasonal variation with the OPERA detector

The OPERA experiment discovered muon neutrino into tau neutrino oscillations in appearance mode, detecting tau leptons by means of nuclear emulsion films. The apparatus was also endowed with electronic detectors with tracking capability, such as scintillator strips and resistive plate chambers. Because of its location, in the underground Gran Sasso laboratory, under 3800 m.w.e., the OPERA detector has also been used as an observatory for TeV muons produced by cosmic rays in the atmosphere. In this paper the measurement of the single muon flux modulation and of its correlation with the seasonal variation of the atmospheric temperature are reported.

hep-ex

Final results of the search for $ν_μ \to ν_{e}$ oscillations with the OPERA detector in the CNGS beam

The OPERA experiment has discovered the tau neutrino appearance in the CNGS muon neutrino beam, in agreement with the 3 neutrino flavour oscillation hypothesis. The OPERA neutrino interaction target, made of Emulsion Cloud Chamber, was particularly efficient in the reconstruction of electromagnetic showers. Moreover, thanks to the very high granularity of the emulsion films, showers induced by electrons can be distinguished from those induced by $π^0$s, thus allowing the detection of charged current interactions of electron neutrinos. In this paper the results of the search for electron neutrino events using the full dataset are reported. An improved method for the electron neutrino energy estimation is exploited. Data are compatible with the 3 neutrino flavour mixing model expectations and are used to set limits on the oscillation parameters of the 3+1 neutrino mixing model, in which an additional mass eigenstate $m_{4}$ is introduced. At high $Δm^{2}_{41}$ $( \gtrsim 0.1~\textrm{eV}^{2})$, an upper limit on $\sin^2 2θ_{μe}$ is set to 0.021 at 90% C.L. and $Δm^2_{41} \gtrsim 4 \times 10^{-3}~\textrm{eV}^{2}$ is excluded for maximal mixing in appearance mode.

hep-ex

Final results of the OPERA experiment on $ν_τ$ appearance in the CNGS beam

The OPERA experiment was designed to study $ν_μ\toν_τ$ oscillations in appearance mode in the CNGS neutrino beam. In this letter we report the final analysis of the full data sample collected between 2008 and 2012, corresponding to $17.97\cdot 10^{19}$ protons on target. Selection criteria looser than in previous analyses have produced ten $ν_τ$ candidate events, thus reducing the statistical uncertainty in the measurement of the oscillation parameters and of $ν_τ$ properties. A multivariate approach for event identification has been applied to the candidate events and the discovery of $ν_τ$ appearance is confirmed with an improved significance level of 6.1 $σ$. $Δm^2_{23}$ has been measured, in appearance mode, with an accuracy of 20%. The measurement of $ν_τ$ CC cross-section, for the first time with a negligible contamination from $\barν_τ$, and the first direct observation of the $ν_τ$ lepton number are also reported.

hep-ex

Discovery potential for directional Dark Matter detection with nuclear emulsions

Direct Dark Matter searches are nowadays one of the most fervid research topics with many experimental efforts devoted to the search for nuclear recoils induced by the scattering of Weakly Interactive Massive Particles (WIMPs). Detectors able to reconstruct the direction of the nucleus recoiling against the scattering WIMP are opening a new frontier to possibly extend Dark Matter searches beyond the neutrino background. Exploiting directionality would also prove the galactic origin of Dark Matter with an unambiguous signal-to-background separation. Indeed, the angular distribution of recoiled nuclei is centered around the direction of the Cygnus constellation, while the background distribution is expected to be isotropic. Current directional experiments are based on gas TPC whose sensitivity is limited by the small achievable detector mass. In this paper we present the discovery potential of a directional experiment based on the use of a solid target made of newly developed nuclear emulsions and of optical read-out systems reaching unprecedented nanometric resolution.

astro-ph.CO

The active muon shield in the SHiP experiment

The SHiP experiment is designed to search for very weakly interacting particles beyond the Standard Model which are produced in a 400 GeV/c proton beam dump at the CERN SPS. An essential task for the experiment is to keep the Standard Model background level to less than 0.1 event after $2\times 10^{20}$ protons on target. In the beam dump, around $10^{11}$ muons will be produced per second. The muon rate in the spectrometer has to be reduced by at least four orders of magnitude to avoid muon-induced combinatorial background. A novel active muon shield is used to magnetically deflect the muons out of the acceptance of the spectrometer. This paper describes the basic principle of such a shield, its optimization and its performance.

physics.ins-det

NEWS: Nuclear Emulsions for WIMP Search

Nowadays there is compelling evidence for the existence of dark matter in the Universe. A general consensus has been expressed on the need for a directional sensitive detector to confirm, with a complementary approach, the candidates found in conventional searches and to finally extend their sensitivity beyond the limit of neutrino-induced background. We propose here the use of a detector based on nuclear emulsions to measure the direction of WIMP-induced nuclear recoils. The production of nuclear emulsion films with nanometric grains is established. Several measurement campaigns have demonstrated the capability of detecting sub-micrometric tracks left by low energy ions in such emulsion films. Innovative analysis technologies with fully automated optical microscopes have made it possible to achieve the track reconstruction for path lengths down to one hundred nanometers and there are good prospects to further exceed this limit. The detector concept we propose foresees the use of a bulk of nuclear emulsion films surrounded by a shield from environmental radioactivity, to be placed on an equatorial telescope in order to cancel out the effect of the Earth rotation, thus keeping the detector at a fixed orientation toward the expected direction of galactic WIMPs. We report the schedule and cost estimate for a one-kilogram mass pilot experiment, aiming at delivering the first results on the time scale of six years.

astro-ph.IM