Search for: All records

Creators/Authors contains: "Ricci, R"

Note: When clicking on a Digital Object Identifier (DOI) number, you will be taken to an external site maintained by the publisher. Some full text articles may not yet be available without a charge during the embargo (administrative interval).
What is a DOI Number?

Some links on this page may take you to non-federal websites. Their policies may differ from this site.

  1. Abstract Quantum Chromodynamics predicts a phase transition from hadronic matter to quark–gluon plasma (QGP) at high temperatures and energy densities, where quarks and gluons (partons) are no longer confined within hadrons. The QGP forms in ultrarelativistic heavy-ion collisions. Anisotropic flow coefficients, quantifying the azimuthal expansion of produced matter, probe QGP properties. Flow measurements in high-energy heavy-ion collisions show a distinctive grouping of anisotropic flow for baryons and mesons at intermediate transverse momentum – a feature associated with flow imparted at the quark level, confirming QGP existence. The observation of QGP-like features in proton–proton and proton–ion collisions has sparked debate about QGP formation in smaller systems. For the first time, we demonstrate the distinctive grouping of anisotropic flow for baryons and mesons in high-multiplicity proton–lead and proton–proton collisions at the Large Hadron Collider (LHC). These results are described by a model including hydrodynamic flow followed by hadron formation via quark coalescence, consistent with the formation of partonic flowing systems in these collisions. 
    more » « less
    Free, publicly-accessible full text available December 1, 2027
  2. ABSTRACT X-ray emission from the gravitational wave transient GW170817 is well described as non-thermal afterglow radiation produced by a structured relativistic jet viewed off-axis. We show that the X-ray counterpart continues to be detected at 3.3 years after the merger. Such long-lasting signal is not a prediction of the earlier jet models characterized by a narrow jet core and a viewing angle ≈20 deg, and is spurring a renewed interest in the origin of the X-ray emission. We present a comprehensive analysis of the X-ray dataset aimed at clarifying existing discrepancies in the literature, and in particular the presence of an X-ray rebrightening at late times. Our analysis does not find evidence for an increase in the X-ray flux, but confirms a growing tension between the observations and the jet model. Further observations at radio and X-ray wavelengths would be critical to break the degeneracy between models. 
    more » « less
  3. null (Ed.)
    ABSTRACT Neutron star mergers produce a substantial amount of fast-moving ejecta, expanding outwardly for years after the merger. The interaction of these ejecta with the surrounding medium may produce a weak isotropic radio remnant, detectable in relatively nearby events. We use late-time radio observations of short duration gamma-ray bursts (sGRBs) to constrain this model. Two samples of events were studied: four sGRBs that are possibly in the local (<200 Mpc) Universe were selected to constrain the remnant non-thermal emission from the sub-relativistic ejecta, whereas 17 sGRBs at cosmological distances were used to constrain the presence of a proto-magnetar central engine, possibly re-energizing the merger ejecta. We consider the case of GRB 170817A/GW170817 and find that in this case the early radio emission may be quenched by the jet blast-wave. In all cases, for ejecta mass range of $${M}_{\rm {ej}}\lesssim 10^{-2}\, (5\times 10^{-2})\, \mathrm{M}_\odot$$, we can rule out very energetic merger ejecta $${E}_{\rm {ej}}\gtrsim 5\times 10^{52}\, (10^{53})\, \rm erg$$, thus excluding the presence of a powerful magnetar as a merger remnant. 
    more » « less
  4. Abstract Two-particle angular correlations probe particle production mechanisms and the underlying event-wide phenomena present in hadronic collisions. The correlations are examined as a function of rapidity and azimuthal-angle differences ($$\Delta y, \Delta \varphi $$ Δ y , Δ φ ) for pairs of like- and unlike-sign pions, kaons, and (anti-)protons produced in pp collisions at$$\sqrt{s}$$ s = 13 TeV, measured by the ALICE experiment. Two-particle correlation functions are provided together with$$\Delta y$$ Δ y and$$\Delta \varphi $$ Δ φ projections and compared to Monte Carlo (MC) model predictions. For the first time, the measurement is performed as a function of the event’s charged-particle density. Previous studies conducted for pp collisions at$$\sqrt{s}$$ s = 7 TeV at ALICE revealed a near-side anticorrelation for baryon–baryon and antibaryon–antibaryon pairs, whose origin remains unresolved. Here, an additional approach is introduced to study the multiplicity dependence and the expected inverse multiplicity scaling of the correlation function. This method highlights qualitative differences in the underlying sources of correlations, such as quantum-statistics effects, final-state interactions, and resonance decays. The puzzling near-side anticorrelation in baryon baryon measurements is observed across all multiplicity classes and continues to challenge current particle-production models. Furthermore, the multiplicity dependence of the correlations between mesons provides an independent probe of the sensitivity of current MC models to soft-QCD effects and hadronization dynamics. The presented measurements, together with the baryon results, enrich the experimental picture of two-particle correlations in pp collisions and serve as valuable input for ongoing theoretical developments. 
    more » « less
    Free, publicly-accessible full text available July 1, 2027
  5. In-memory key-value stores that use kernel-bypass networking serve millions of operations per second per machine with microseconds of latency. They are fast in part because they are simple, but their simple interfaces force applications to move data across the network. This is inefficient for operations that aggregate over large amounts of data, and it causes delays when traversing complex data structures. Ideally, applications could push small functions to storage to avoid round trips and data movement; however, pushing code to these fast systems is challenging. Any extra complexity for interpreting or isolating code cuts into their latency and throughput benefits. We present Splinter, a low-latency key-value store that clients extend by pushing code to it. Splinter is designed for modern multi-tenant data centers; it allows mutually distrusting tenants to write their own fine-grained extensions and push them to the store at runtime. The core of Splinter’s design relies on type- and memory-safe extension code to avoid conventional hardware isolation costs. This still allows for bare-metal execution, avoids data copying across trust boundaries, and makes granular storage functions that perform less than a microsecond of compute practical. Our measurements show that Splinter can process 3.5 million remote extension invocations per second with a median round-trip latency of less than 9 μs at densities of more than 1,000 tenants per server. We provide an implementation of Facebook’s TAO as an 800 line extension that, when pushed to a Splinter server, improves performance by 400 Kop/s to perform 3.2 Mop/s over online graph data with 30 μs remote access times. 
    more » « less
  6. The performance of compute hardware varies: software run repeatedly on the same server (or a different server with supposedly identical parts) can produce performance results that differ with each execution. This variation has important effects on the reproducibility of systems research and ability to quantitatively compare the performance of different systems. It also has implications for commercial computing, where agreements are often made conditioned on meeting specific performance targets. Over a period of 10 months, we conducted a large-scale study capturing nearly 900,000 data points from 835 servers. We examine this data from two perspectives: that of a service provider wishing to offer a consistent environment, and that of a systems researcher who must understand how variability impacts experimental results. From this examination, we draw a number of lessons about the types and magnitudes of performance variability and the effects on confidence in experiment results. We also create a statistical model that can be used to understand how representative an individual server is of the general population. The full dataset and our analysis tools are publicly available, and we have built a system to interactively explore the data and make recommendations for experiment parameters based on statistical analysis of historical data. 
    more » « less
  7. A<sc>bstract</sc> The probability to observe a specific number of strange and multi-strange hadrons (nS), denoted as P(nS), is measured by ALICE at midrapidity (|y|<0.5) in$$\sqrt{s}=5.02$$TeV proton-proton (pp) collisions, dividing events into several multiplicity-density classes. Exploiting, for the first time, a technique based on counting the number of strange-particle candidates event-by-event, this measurement allows one to extend the study of strangeness production beyond the mean of the distribution. This constitutes a new test bench for production mechanisms, probing events with a large imbalance between strange and non-strange content. The analysis of a large-statistics data sample makes it possible to extract P(nS) up to a maximumnSof 7 for$${\text{K}}_{\text{S}}^{0}$$, 5 for Λ and$$\overline{\Lambda }$$, 4 for Ξand$${\overline{\Xi } }^{+}$$, and 2 for Ωand$${\overline{\Omega } }^{+}$$. From this, the probability of producing strange hadron multiplets per event is calculated, thereby enabling the extension of the study of strangeness enhancement to extreme situations where several strange quarks hadronize in a single event at midrapidity. Moreover, comparing hadron combinations with differentuanddquark compositions and equal overallsquark content, the contribution to the enhancement pattern coming from non-strangeness related mechanisms is isolated. The results are compared with state-of-the-art phenomenological models implemented in commonly used Monte Carlo event generators, including PYTHIA 8 Monash 2013, PYTHIA 8 with QCD-based Color Reconnection and Rope Hadronization (QCD-CR + Ropes), and EPOS LHC, which incorporates both partonic interactions and hydrodynamic evolution. These comparisons show that the new approach dramatically enhances the sensitivity to the different underlying physics mechanisms modeled by each generator. 
    more » « less
    Free, publicly-accessible full text available June 1, 2027
  8. Abstract The azimuthal-correlation distributions between electrons from the decays of heavy-flavor hadrons and associated charged particles in Pb–Pb collisions at$$\sqrt{s_{\textrm{NN}}} = 5.02$$ s NN = 5.02 TeV are reported for the 0–10% and 30–50% centrality classes. This measurement provides access to the jet-like correlation observables in the heavy-flavor sector in Pb–Pb collisions. The analysis is performed for trigger electrons from heavy-flavor hadron decays with transverse momentum$$4< p_\textrm{T}^\textrm{e} < 16~\textrm{GeV}/c$$ 4 < p T e < 16 GeV / c , considering associated particles within the transverse-momentum range$$1< p_\textrm{T}^\textrm{assoc} < 7$$ 1 < p T assoc < 7 $$\textrm{GeV}/c$$ GeV / c , and a pseudorapidity difference of$$|\Delta \eta |<1$$ | Δ η | < 1 between the trigger electron and associated particles. The per-trigger nuclear modification factor ($$I_\textrm{AA}$$ I AA ) is calculated to compare the near- and away-side peak yields to those in pp collisions at$$\sqrt{s} = 5.02$$ s = 5.02 TeV. In 0–10% central collisions, the$$I_\textrm{AA}$$ I AA indicates a hint of enhancement of associated-particle yields with$$p_\textrm{T}<3$$ p T < 3 GeV/con the near side, and a suppression of yields with$$p_\textrm{T}>4$$ p T > 4 GeV/con the away side. The$$I_\textrm{AA}$$ I AA for electron triggers from heavy-flavor hadron decays is compared with that for light-flavor and strange-particle triggers to investigate the dependence on different fragmentation processes and parton-medium dynamics, and is found to be the same within uncertainties. 
    more » « less
    Free, publicly-accessible full text available June 1, 2027
  9. Free, publicly-accessible full text available April 1, 2027
  10. A<sc>bstract</sc> The measurement of three-dimensional femtoscopic correlations between identical charged kaons (K±K±) produced in p–Pb collisions at center-of-mass energy per nucleon pair$$\sqrt{{s}_{\text{NN}}}=5.02$$TeV with ALICE at the LHC is presented for the first time. This measurement, supplementary to those in pp and Pb–Pb collisions, allows understanding the particle-production mechanisms at different charged-particle multiplicities and provides information on the dynamics of the source of particles created in p–Pb collisions, for which a general consensus does not yet exist. It is shown that the measured source sizes increase with charged-particle multiplicity and decrease with increasing pair transverse momentum. These trends for K±K±are similar to the ones observed earlier in identical charged-pion and$${\text{K}}_{\text{s}}^{0}{\text{K}}_{\text{s}}^{0}$$correlations in Pb–Pb collisions at various energies and inπ±π±correlations in p–Pb collisions at$$\sqrt{{s}_{\text{NN}}}=5.02$$TeV. At comparable multiplicity, the source sizes measured in p–Pb collisions agree within uncertainties with those observed in pp collisions, and there is an indication that they are smaller than those observed in Pb–Pb collisions. The obtained results are also compared with predictions from the hadronic interaction model EPOS 3, which tends to underestimate the source size for the most central collisions and agrees with the data for semicentral and peripheral events. Furthermore, the time of maximal emission for kaons is extracted. It turns out to be comparable with the value obtained in highly peripheral Pb–Pb collisions at the same energy, indicating that the kaon emission evolution is similar to that in p–Pb collisions. 
    more » « less
    Free, publicly-accessible full text available April 1, 2027