From 9b65a915bc0824f13491d4494ece7f4d36759c95 Mon Sep 17 00:00:00 2001 From: ErnestaP Date: Tue, 23 Apr 2024 16:19:06 +0200 Subject: [PATCH] OA: changed golden access calculations --- dags/open_access/open_access.py | 4 + dags/open_access/parsers.py | 34 + dags/open_access/utils.py | 16 + requirements-test.txt | 1 + requirements.txt | 1 + tests/open_access/data/search.xml | 21087 ++++++++++++++++++++++++++++ tests/open_access/test_parser.py | 19 + 7 files changed, 21162 insertions(+) create mode 100644 dags/open_access/parsers.py create mode 100644 tests/open_access/data/search.xml create mode 100644 tests/open_access/test_parser.py diff --git a/dags/open_access/open_access.py b/dags/open_access/open_access.py index 7ce12d3..8873070 100644 --- a/dags/open_access/open_access.py +++ b/dags/open_access/open_access.py @@ -25,6 +25,10 @@ def fetch_data_task(query, **kwargs): url = utils.get_url(f"{base_query}+{query[type_of_query]}") data = utils.get_data(url) total = utils.get_total_results_count(data.text) + if type_of_query == "gold": + total = utils.get_gold_access_count(total, url) + if type_of_query == "green": + total = total - utils.get_gold_access_count(total, url) return {type_of_query: total} @task(multiple_outputs=True, executor_config=kubernetes_executor_config) diff --git a/dags/open_access/parsers.py b/dags/open_access/parsers.py new file mode 100644 index 0000000..f5e59ad --- /dev/null +++ b/dags/open_access/parsers.py @@ -0,0 +1,34 @@ +import xml.etree.ElementTree as ET +from io import StringIO + + +def parse_without_names_spaces(xml): + if type(xml) == str: + it = ET.iterparse(StringIO(xml)) + else: + it = ET.iterparse(StringIO(xml.getvalue().decode("utf-8"))) + for _, el in it: + el.tag = el.tag.rpartition("}")[-1] + root = it.root + return root + + +def get_golden_access_records_ids(data): + xml = parse_without_names_spaces(data) + records = xml.findall(".record") + golden_access = [] + for record in records: + datafields = record.find("datafield/[@tag='540']") + record_type = datafields.find("subfield/[@code='3']") + license = datafields.find("subfield/[@code='a']") + if record_type is not None and license is not None: + if ( + "CC" in license.text + and "BY" in license.text + and record_type.text == "publication" + ): + record_id = record.find("controlfield/[@tag='001']") + if record_id is not None: + doi = record_id.text + golden_access.append(doi) + return golden_access diff --git a/dags/open_access/utils.py b/dags/open_access/utils.py index ddcf80d..786e317 100644 --- a/dags/open_access/utils.py +++ b/dags/open_access/utils.py @@ -1,7 +1,9 @@ +import math import re import backoff import requests +from open_access.parsers import get_golden_access_records_ids def get_url(query, current_collection="Published+Articles"): @@ -13,6 +15,20 @@ def get_url(query, current_collection="Published+Articles"): return url +def get_gold_access_count(total, url): + iterations = math.ceil(total / 100.0) + golden_access_records_ids_count = 0 + + for i in range(0, iterations): + jrec = (i * 100) + 1 + full_url = f"{url}&jrec={jrec}" + data = get_data(full_url) + golden_access_records_ids_count = golden_access_records_ids_count + len( + get_golden_access_records_ids(data) + ) + return golden_access_records_ids_count + + def get_total_results_count(data): TOTAL_RECORDS_COUNT = re.compile( r"Search-Engine-Total-Number-Of-Results" + r":\s(\d*)\s" diff --git a/requirements-test.txt b/requirements-test.txt index a6af130..c0cf4b9 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -2,3 +2,4 @@ pre-commit==3.6.2 pytest==7.4.4 coverage==7.4.3 pytest-cov==4.1.0 +pytest-datadir==1.5.0 diff --git a/requirements.txt b/requirements.txt index 125b6de..4e15ccb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,3 +2,4 @@ apache-airflow[celery, postgres, redis, cncf.kubernetes]==2.8.3 alembic==1.13.1 airflow-provider-alembic==1.0.0 +elementpath==4.4.0 diff --git a/tests/open_access/data/search.xml b/tests/open_access/data/search.xml new file mode 100644 index 0000000..d12891b --- /dev/null +++ b/tests/open_access/data/search.xml @@ -0,0 +1,21087 @@ + + + + + 2894668 + 20240409050727.0 + + oai:cds.cern.ch:2894668 + cerncds:FULLTEXT + cerncds:CERN:FULLTEXT + cerncds:CERN + + + DOI + 10.1103/PhysRevD.108.072002 + + + arXiv + oai:arXiv.org:2307.09427 + + + Inspire + 2680637 + + + arXiv + arXiv:2307.09427 + hep-ex + + + arXiv:reportnumber + LHCb-PAPER-2023-015 + + + arXiv:reportnumber + CERN-EP-2023-116 + + + eng + + + LHCB-PAPER-2023-015-003 + + + LHCB-PAPER-2023-015 + + + Aaij, Roel + INSPIRE-00258707 + ORCID:0000-0003-0533-1952 + Nikhef, Amsterdam + Nikhef National Institute for Subatomic Physics, Amsterdam, Netherlands + + + LHCb Collaboration + + + Observation and branching fraction measurement of the decay $\Xi_b^- \to \Lambda_b^0 \pi^-$ + + + 2023-10-01 + + + Geneva + CERN + 05 Apr 2024 + + + 16 p + + + arXiv + All figures and tables, along with any +supplementary material and additional information, are available at +https://cern.ch/lhcbproject/Publications/p/LHCb-PAPER-2023-015.html (LHCb +public pages) + + + The decay $\Xi_b^-\to\Lambda_b^0\pi^-$ is observed using a proton-proton collision data sample collected at center-of-mass energy $\sqrt{s}=13$ TeV with the LHCb detector, corresponding to an integrated luminosity of 5.5 fb$^{-1}$. This process is mediated by the $s\to u\bar{u}d$ quark-level transition, where the $b$ quark in the $\Xi_b^-$ baryon is a spectator in the decay. Averaging the results obtained using the two $\Lambda_b^0$ decay modes, $\Lambda_b^0\to\Lambda_c^+\pi^-$ and $\Lambda_b^0\to\Lambda_c^+\pi^-\pi^+\pi^-$, the relative production ratio is measured to be $(f_{\Xi_b^-}/f_{\Lambda_b^0})\cal{B}(\Xi_b^-\to\Lambda_b^0\pi^-)=(7.3\pm0.8\pm0.6)\times10^{-4}$. Here the uncertainties are statistical and systematic, respectively, and $f_{\Xi_b^-}(f_{\Lambda_b^0})$ is the fragmentation fraction for a $b$ quark into a $\Xi_b^-$ ($\Lambda_b^0$) baryon. Using an independent measurement of $f_{\Xi_b^-}/f_{\Lambda_b^0}$, the branching fraction ${\cal{B}}(\Xi_b^-\to\Lambda_b^0\pi^-)=(0.89\pm0.10\pm0.07\pm0.29)\%$ is obtained, where the last uncertainty is due to the assumed SU(3) flavor symmetry in the determination of $f_{\Xi_b^-}/f_{\Lambda_b^0}$. + + + APS + The decay <math display="inline"><msubsup><mi mathvariant="normal">Ξ</mi><mi>b</mi><mo>-</mo></msubsup><mo stretchy="false">→</mo><msubsup><mi mathvariant="normal">Λ</mi><mi>b</mi><mn>0</mn></msubsup><msup><mi>π</mi><mo>-</mo></msup></math> is observed using a proton-proton collision data sample collected at center-of-mass energy <math display="inline"><msqrt><mi>s</mi></msqrt><mo>=</mo><mn>13</mn><mtext> </mtext><mtext> </mtext><mi>TeV</mi></math> with the LHCb detector, corresponding to an integrated luminosity of <math display="inline"><mn>5.5</mn><mtext> </mtext><mtext> </mtext><msup><mi>fb</mi><mrow><mo>-</mo><mn>1</mn></mrow></msup></math>. This process is mediated by the <math display="inline"><mi>s</mi><mo stretchy="false">→</mo><mi>u</mi><mover accent="true"><mi>u</mi><mo stretchy="false">¯</mo></mover><mi>d</mi></math> quark-level transition, where the <math display="inline"><mi>b</mi></math> quark in the <math display="inline"><msubsup><mi mathvariant="normal">Ξ</mi><mi>b</mi><mo>-</mo></msubsup></math> baryon is a spectator in the decay. Averaging the results obtained using the two <math display="inline"><msubsup><mi mathvariant="normal">Λ</mi><mi>b</mi><mn>0</mn></msubsup></math> decay modes, <math display="inline"><msubsup><mi mathvariant="normal">Λ</mi><mi>b</mi><mn>0</mn></msubsup><mo stretchy="false">→</mo><msubsup><mi mathvariant="normal">Λ</mi><mi>c</mi><mo>+</mo></msubsup><msup><mi>π</mi><mo>-</mo></msup></math> and <math display="inline"><msubsup><mi mathvariant="normal">Λ</mi><mi>b</mi><mn>0</mn></msubsup><mo stretchy="false">→</mo><msubsup><mi mathvariant="normal">Λ</mi><mi>c</mi><mo>+</mo></msubsup><msup><mi>π</mi><mo>-</mo></msup><msup><mi>π</mi><mo>+</mo></msup><msup><mi>π</mi><mo>-</mo></msup></math>, the relative production ratio is measured to be <math display="inline"><mo stretchy="false">(</mo><msub><mi>f</mi><msubsup><mi mathvariant="normal">Ξ</mi><mi>b</mi><mo>-</mo></msubsup></msub><mo stretchy="false">/</mo><msub><mi>f</mi><msubsup><mi mathvariant="normal">Λ</mi><mi>b</mi><mn>0</mn></msubsup></msub><mo stretchy="false">)</mo><mi mathvariant="script">B</mi><mo stretchy="false">(</mo><msubsup><mi mathvariant="normal">Ξ</mi><mi>b</mi><mo>-</mo></msubsup><mo stretchy="false">→</mo><msubsup><mi mathvariant="normal">Λ</mi><mi>b</mi><mn>0</mn></msubsup><msup><mi>π</mi><mo>-</mo></msup><mo stretchy="false">)</mo><mo>=</mo><mspace linebreak="goodbreak"/><mo stretchy="false">(</mo><mn>7.3</mn><mo>±</mo><mn>0.8</mn><mo>±</mo><mn>0.6</mn><mo stretchy="false">)</mo><mo>×</mo><msup><mn>10</mn><mrow><mo>-</mo><mn>4</mn></mrow></msup></math>. Here the uncertainties are statistical and systematic, respectively, and <math display="inline"><msub><mi>f</mi><msubsup><mi mathvariant="normal">Ξ</mi><mi>b</mi><mo>-</mo></msubsup></msub><mo stretchy="false">(</mo><msub><mi>f</mi><msubsup><mi mathvariant="normal">Λ</mi><mi>b</mi><mn>0</mn></msubsup></msub><mo stretchy="false">)</mo></math> is the fragmentation fraction for a <math display="inline"><mi>b</mi></math> quark into a <math display="inline"><msubsup><mi mathvariant="normal">Ξ</mi><mi>b</mi><mo>-</mo></msubsup></math> (<math display="inline"><msubsup><mi mathvariant="normal">Λ</mi><mi>b</mi><mn>0</mn></msubsup></math>) baryon. Using an independent measurement of <math display="inline"><msub><mi>f</mi><msubsup><mi mathvariant="normal">Ξ</mi><mi>b</mi><mo>-</mo></msubsup></msub><mo stretchy="false">/</mo><msub><mi>f</mi><msubsup><mi mathvariant="normal">Λ</mi><mi>b</mi><mn>0</mn></msubsup></msub></math>, the branching fraction <math display="inline"><mi mathvariant="script">B</mi><mo stretchy="false">(</mo><msubsup><mi mathvariant="normal">Ξ</mi><mi>b</mi><mo>-</mo></msubsup><mo stretchy="false">→</mo><msubsup><mi mathvariant="normal">Λ</mi><mi>b</mi><mn>0</mn></msubsup><msup><mi>π</mi><mo>-</mo></msup><mo stretchy="false">)</mo><mo>=</mo><mo stretchy="false">(</mo><mn>0.89</mn><mo>±</mo><mn>0.10</mn><mo>±</mo><mn>0.07</mn><mo>±</mo><mn>0.29</mn><mo stretchy="false">)</mo><mo>%</mo></math> is obtained, where the last uncertainty is due to the assumed SU(3) flavor symmetry in the determination of <math display="inline"><msub><mi>f</mi><msubsup><mi mathvariant="normal">Ξ</mi><mi>b</mi><mo>-</mo></msubsup></msub><mo stretchy="false">/</mo><msub><mi>f</mi><msubsup><mi mathvariant="normal">Λ</mi><mi>b</mi><mn>0</mn></msubsup></msub></math>. + + + arXiv + The decay $\Xi_b^-\to\Lambda_b^0\pi^-$ is observed using a proton-proton collision data sample collected at center-of-mass energy $\sqrt{s}=13$ TeV with the LHCb detector, corresponding to an integrated luminosity of 5.5 fb$^{-1}$. This process is mediated by the $s\to u\bar{u}d$ quark-level transition, where the $b$ quark in the $\Xi_b^-$ baryon is a spectator in the decay. Averaging the results obtained using the two $\Lambda_b^0$ decay modes, $\Lambda_b^0\to\Lambda_c^+\pi^-$ and $\Lambda_b^0\to\Lambda_c^+\pi^-\pi^+\pi^-$, the relative production ratio is measured to be $(f_{\Xi_b^-}/f_{\Lambda_b^0}){\cal{B}}(\Xi_b^-\to\Lambda_b^0\pi^-)=(7.3\pm0.8\pm0.6)\times10^{-4}$. Here the uncertainties are statistical and systematic, respectively, and $f_{\Xi_b^-}(f_{\Lambda_b^0})$ is the fragmentation fraction for a $b$ quark into a $\Xi_b^-$ ($\Lambda_b^0$) baryon. Using an independent measurement of $f_{\Xi_b^-}/f_{\Lambda_b^0}$, the branching fraction ${\cal{B}}(\Xi_b^-\to\Lambda_b^0\pi^-)=(0.89\pm0.10\pm0.07\pm0.29)\%$ is obtained, where the last uncertainty is due to the assumed SU(3) flavor symmetry in the determination of $f_{\Xi_b^-}/f_{\Lambda_b^0}$. + + + Preprint + CC-BY-4.0 + http://creativecommons.org/licenses/by/4.0/ + + + publication + CC BY 4.0 + SCOAP3 + http://creativecommons.org/licenses/by/4.0/ + + + publication + CERN + 2023 + + + Preprint + CERN + 2023 + + + SzGeCERN + Particle Physics - Experiment + + + CERN + flavor physics + + + CERN + QCD + + + CERN + B physics + + + CERN + branching fraction + + + LHCb_Papers + + + CERN + + + ARTICLE + + + CERN LHC + LHCb + + + Abdelmotteleb, Ahmed Sameh Wagih + ORCID:0000-0001-7905-0542 + Warwick U. + Department of Physics, University of Warwick, Coventry, United Kingdom + + + Abellan Beteta, Carlos + INSPIRE-00259460 + Zurich U. + Physik-Institut, Universität Zürich, Zürich, Switzerland + + + Abudinén, Fernando Jesus + ORCID:0000-0002-6737-3528 + Warwick U. + Department of Physics, University of Warwick, Coventry, United Kingdom + + + Ackernley, Thomas + ORCID:0000-0002-5951-3498 + Liverpool U. + Oliver Lodge Laboratory, University of Liverpool, Liverpool, United Kingdom + + + Adeva, Bernardo + INSPIRE-00194077 + ORCID:0000-0001-9756-3712 + U. Santiago de Compostela (main) + Instituto Galego de Física de Altas Enerxías (IGFAE), Universidade de Santiago de Compostela, Santiago de Compostela, Spain + + + Adinolfi, Marco + INSPIRE-00060950 + ORCID:0000-0002-1326-1264 + Bristol U. + H.H. Wills Physics Laboratory, University of Bristol, Bristol, United Kingdom + + + Adlarson, Patrik Harri + ORCID:0000-0001-6280-3851 + Uppsala U. + Department of Physics and Astronomy, Uppsala University, Uppsala, Sweden (associated with School of Physics and Astronomy, University of Glasgow, Glasgow, United Kingdom) + + + Afsharnia, Hossein + Clermont-Ferrand U. + Université Clermont Auvergne, CNRS/IN2P3, LPC, Clermont-Ferrand, France + + + Agapopoulou, Christina + ORCID:0000-0002-2368-0147 + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Aidala, Christine Angela + ORCID:0000-0001-9540-4988 + U. Michigan, Ann Arbor + University of Michigan, Ann Arbor, Michigan, USA (associated with Syracuse University, Syracuse, New York, USA) + + + Ajaltouni, Ziad + INSPIRE-00061185 + Clermont-Ferrand U. + Université Clermont Auvergne, CNRS/IN2P3, LPC, Clermont-Ferrand, France + + + Akar, Simon + INSPIRE-00277451 + ORCID:0000-0003-0288-9694 + Cincinnati U. + University of Cincinnati, Cincinnati, Ohio, USA + + + Akiba, Kazuyoshi + INSPIRE-00055208 + ORCID:0000-0002-6736-471X + Nikhef, Amsterdam + Nikhef National Institute for Subatomic Physics, Amsterdam, Netherlands + + + Albicocco, Pietro + ORCID:0000-0001-6430-1038 + Frascati + INFN Laboratori Nazionali di Frascati, Frascati, Italy + + + Albrecht, Johannes + INSPIRE-00259834 + ORCID:0000-0001-8636-1621 + Tech. U., Dortmund (main) + Fakultät Physik, Technische Universität Dortmund, Dortmund, Germany + + + Alessio, Federico + INSPIRE-00257446 + ORCID:0000-0001-5317-1098 + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Alexander, Michael + INSPIRE-00160626 + ORCID:0000-0002-8148-2392 + Glasgow U. + School of Physics and Astronomy, University of Glasgow, Glasgow, United Kingdom + + + Alfonso Albero, Alejandro + ORCID:0000-0001-6025-0675 + U. Barcelona (main) + ICCUB, Universitat de Barcelona, Barcelona, Spain + + + Aliouche, Zakariya + ORCID:0000-0003-0897-4160 + Manchester U. + Department of Physics and Astronomy, University of Manchester, Manchester, United Kingdom + + + Alvarez Cartelle, Paula + INSPIRE-00259650 + ORCID:0000-0003-1652-2834 + Cambridge U. + Cavendish Laboratory, University of Cambridge, Cambridge, United Kingdom + + + Amalric, Renaud + ORCID:0000-0003-4595-2729 + Paris U., VI-VII + LPNHE, Sorbonne Université, Paris Diderot Sorbonne Paris Cité, CNRS/IN2P3, Paris, France + + + Amato, Sandra + INSPIRE-00061842 + ORCID:0000-0002-3277-0662 + Rio de Janeiro Federal U. + Universidade Federal do Rio de Janeiro (UFRJ), Rio de Janeiro, Brazil + + + Amey, Jake Lewis + ORCID:0000-0002-2597-3808 + Bristol U. + H.H. Wills Physics Laboratory, University of Bristol, Bristol, United Kingdom + + + Amhis, Yasmine + INSPIRE-00260470 + ORCID:0000-0003-4282-1512 + IJCLab, Orsay + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + Université Paris-Saclay, CNRS/IN2P3, IJCLab, Orsay, France + + + An, Liupan + INSPIRE-00451766 + ORCID:0000-0002-3274-5627 + Peking U., SKLNPT + School of Physics State Key Laboratory of Nuclear Physics and Technology, Peking University, Beijing, China + + + Anderlini, Lucio + INSPIRE-00357120 + ORCID:0000-0001-6808-2418 + INFN, Florence + INFN Sezione di Firenze, Firenze, Italy + + + Andersson, Martin + ORCID:0000-0003-3594-9163 + Zurich U. + Physik-Institut, Universität Zürich, Zürich, Switzerland + + + Andreianov, Aleksei + ORCID:0000-0002-6273-0506 + Unlisted + Affiliated with an institute covered by a cooperation agreement with CERN + + + Andreola, Pasquale + INSPIRE-00000000 + ORCID:0000-0002-3923-431X + Zurich U. + Physik-Institut, Universität Zürich, Zürich, Switzerland + + + Andreotti, Mirco + INSPIRE-00042608 + ORCID:0000-0003-2918-1311 + INFN, Ferrara + INFN Sezione di Ferrara, Ferrara, Italy + + + Andreou, Dimitra + ORCID:0000-0001-6288-0558 + Syracuse U. + Syracuse University, Syracuse, New York, USA + + + Ao, Dong + ORCID:0000-0003-1647-4238 + Beijing, GUCAS + University of Chinese Academy of Sciences, Beijing, China + + + Archilli, Flavio + INSPIRE-00340940 + ORCID:0000-0002-1779-6813 + Rome U., Tor Vergata + INFN Sezione di Roma Tor Vergata, Roma, Italy + + + Artamonov, Alexander + INSPIRE-00320358 + ORCID:0000-0002-2785-2233 + Unlisted + Affiliated with an institute covered by a cooperation agreement with CERN + + + Artuso, Marina + INSPIRE-00063052 + ORCID:0000-0002-5991-7273 + Syracuse U. + Syracuse University, Syracuse, New York, USA + + + Aslanides, Elie + INSPIRE-00257456 + ORCID:0000-0003-3286-683X + Marseille, CPPM + Aix Marseille Université, CNRS/IN2P3, CPPM, Marseille, France + + + Atzeni, Michele + ORCID:0000-0002-3208-3336 + MIT + Massachusetts Institute of Technology, Cambridge, Massachusetts, USA + + + Audurier, Benjamin + ORCID:0000-0001-9090-4254 + Ecole Polytechnique + Laboratoire Leprince-Ringuet, CNRS/IN2P3, Ecole Polytechnique, Institut Polytechnique de Paris, Palaiseau, France + + + Bacher, David + ORCID:0000-0002-1249-367X + Oxford U. + Department of Physics, University of Oxford, Oxford, United Kingdom + + + Bachiller Perea, Irene + ORCID:0000-0002-3721-4876 + Annecy, LAPP + Université Savoie Mont Blanc, CNRS, IN2P3-LAPP, Annecy, France + + + Bachmann, Sebastian + INSPIRE-00257758 + ORCID:0000-0002-1186-3894 + Heidelberg U. + Physikalisches Institut, Ruprecht-Karls-Universität Heidelberg, Heidelberg, Germany + + + Bachmayer, Marie + ORCID:0000-0001-5996-2747 + Ecole Polytechnique, Lausanne + Institute of Physics, Ecole Polytechnique Fédérale de Lausanne (EPFL), Lausanne, Switzerland + + + Back, John + INSPIRE-00041629 + ORCID:0000-0001-7791-4490 + Warwick U. + Department of Physics, University of Warwick, Coventry, United Kingdom + + + Bailly-reyre, Aurelien + Paris U., VI-VII + LPNHE, Sorbonne Université, Paris Diderot Sorbonne Paris Cité, CNRS/IN2P3, Paris, France + + + Baladron Rodriguez, Pablo + ORCID:0000-0003-4240-2094 + U. Santiago de Compostela (main) + Instituto Galego de Física de Altas Enerxías (IGFAE), Universidade de Santiago de Compostela, Santiago de Compostela, Spain + + + Balagura, Vladislav + INSPIRE-00202437 + ORCID:0000-0002-1611-7188 + Ecole Polytechnique + Laboratoire Leprince-Ringuet, CNRS/IN2P3, Ecole Polytechnique, Institut Polytechnique de Paris, Palaiseau, France + + + Baldini, Wander + INSPIRE-00210350 + ORCID:0000-0001-7658-8777 + INFN, Ferrara + CERN + INFN Sezione di Ferrara, Ferrara, Italy + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Baptista de Souza Leite, Juan + ORCID:0000-0002-4442-5372 + Rio de Janeiro, CBPF + Centro Brasileiro de Pesquisas Físicas (CBPF), Rio de Janeiro, Brazil + + + Barbetti, Matteo + ORCID:0000-0002-6704-6914 + INFN, Florence + Florence U. + INFN Sezione di Firenze, Firenze, Italy + + + Barbosa, Ivanildo Rui + ORCID:0000-0002-3226-8672 + Rio de Janeiro, Pont. U. Catol. + Pontifícia Universidade Católica do Rio de Janeiro (PUC-Rio), Rio de Janeiro, Brazil (associated with Universidade Federal do Rio de Janeiro (UFRJ), Rio de Janeiro, Brazil) + + + Barlow, Roger + INSPIRE-00064590 + ORCID:0000-0002-8295-8612 + Manchester U. + Department of Physics and Astronomy, University of Manchester, Manchester, United Kingdom + + + Barsuk, Sergey + INSPIRE-00257536 + ORCID:0000-0002-0898-6551 + IJCLab, Orsay + Université Paris-Saclay, CNRS/IN2P3, IJCLab, Orsay, France + + + Barter, William + INSPIRE-00340962 + ORCID:0000-0002-9264-4799 + Edinburgh U. + School of Physics and Astronomy, University of Edinburgh, Edinburgh, United Kingdom + + + Bartolini, Matteo + ORCID:0000-0002-8479-5802 + Cambridge U. + Cavendish Laboratory, University of Cambridge, Cambridge, United Kingdom + + + Baryshnikov, Fedor + ORCID:0000-0002-6418-6428 + Unlisted + Affiliated with an institute covered by a cooperation agreement with CERN + + + Basels, Jan-Marc + ORCID:0000-0001-5860-8770 + Aachen, Tech. Hochsch. + I. Physikalisches Institut, RWTH Aachen University, Aachen, Germany + + + Bassi, Giovanni + ORCID:0000-0002-2145-3805 + INFN, Pisa + Pisa, Scuola Normale Superiore + INFN Sezione di Pisa, Pisa, Italy + + + Batsukh, Baasansuren + INSPIRE-00582120 + ORCID:0000-0003-1020-2549 + Beijing, Inst. High Energy Phys. + Institute of High Energy Physics (IHEP), Beijing, China + + + Battig, Alexander + ORCID:0009-0001-6252-960X + Tech. U., Dortmund (main) + Fakultät Physik, Technische Universität Dortmund, Dortmund, Germany + + + Bay, Aurelio + INSPIRE-00065250 + ORCID:0000-0002-4862-9399 + Ecole Polytechnique, Lausanne + Institute of Physics, Ecole Polytechnique Fédérale de Lausanne (EPFL), Lausanne, Switzerland + + + Beck, Anja + ORCID:0000-0003-4872-1213 + Warwick U. + Department of Physics, University of Warwick, Coventry, United Kingdom + + + Becker, Maik + ORCID:0000-0002-7972-8760 + Tech. U., Dortmund (main) + Fakultät Physik, Technische Universität Dortmund, Dortmund, Germany + + + Bedeschi, Franco + INSPIRE-00065532 + ORCID:0000-0002-8315-2119 + INFN, Pisa + INFN Sezione di Pisa, Pisa, Italy + + + Bediaga, Ignacio + INSPIRE-00065546 + ORCID:0000-0001-7806-5283 + Rio de Janeiro, CBPF + Centro Brasileiro de Pesquisas Físicas (CBPF), Rio de Janeiro, Brazil + + + Beiter, Andrew + Syracuse U. + Syracuse University, Syracuse, New York, USA + + + Belin, Samuel + ORCID:0000-0001-7154-1304 + U. Santiago de Compostela (main) + Instituto Galego de Física de Altas Enerxías (IGFAE), Universidade de Santiago de Compostela, Santiago de Compostela, Spain + + + Bellee, Violaine + INSPIRE-00536729 + ORCID:0000-0001-5314-0953 + Zurich U. + Physik-Institut, Universität Zürich, Zürich, Switzerland + + + Belous, Konstantin + INSPIRE-00259437 + ORCID:0000-0003-0014-2589 + Unlisted + Affiliated with an institute covered by a cooperation agreement with CERN + + + Belov, Ilia + ORCID:0000-0003-1699-9202 + INFN, Genoa + INFN Sezione di Genova, Genova, Italy + + + Belyaev, Ivan + INSPIRE-00258730 + ORCID:0000-0002-7458-7030 + Unlisted + Affiliated with an institute covered by a cooperation agreement with CERN + + + Benane, Gaya + ORCID:0000-0002-8176-8315 + Marseille, CPPM + Aix Marseille Université, CNRS/IN2P3, CPPM, Marseille, France + + + Bencivenni, Giovanni + INSPIRE-00258283 + ORCID:0000-0002-5107-0610 + Frascati + INFN Laboratori Nazionali di Frascati, Frascati, Italy + + + Ben-Haim, Eli + INSPIRE-00052383 + ORCID:0000-0002-9510-8414 + Paris U., VI-VII + LPNHE, Sorbonne Université, Paris Diderot Sorbonne Paris Cité, CNRS/IN2P3, Paris, France + + + Berezhnoy, Alexander + INSPIRE-00202631 + ORCID:0000-0002-4431-7582 + Unlisted + Affiliated with an institute covered by a cooperation agreement with CERN + + + Bernet, Roland + INSPIRE-00066526 + ORCID:0000-0002-4856-8063 + Zurich U. + Physik-Institut, Universität Zürich, Zürich, Switzerland + + + Bernet Andres, Sergi + ORCID:0000-0002-4515-7541 + Ramon Llull U., Barcelona + DS4DS, La Salle, Universitat Ramon Llull, Barcelona, Spain + + + Berninghoff, Daniel + Heidelberg U. + Physikalisches Institut, Ruprecht-Karls-Universität Heidelberg, Heidelberg, Germany + + + Bernstein, Harris Conan + Syracuse U. + Syracuse University, Syracuse, New York, USA + + + Bertella, Claudia + ORCID:0000-0002-3160-147X + Manchester U. + Department of Physics and Astronomy, University of Manchester, Manchester, United Kingdom + + + Bertolin, Alessandro + INSPIRE-00173823 + ORCID:0000-0003-1393-4315 + INFN, Padua + Università degli Studi di Padova, Università e INFN, Padova, Italy + + + Betancourt, Christopher + INSPIRE-00362040 + ORCID:0000-0001-9886-7427 + Zurich U. + Physik-Institut, Universität Zürich, Zürich, Switzerland + + + Betti, Federico + INSPIRE-00582132 + ORCID:0000-0002-2395-235X + Edinburgh U. + School of Physics and Astronomy, University of Edinburgh, Edinburgh, United Kingdom + + + Bex, Josh + ORCID:0000-0002-2856-8074 + Cambridge U. + Cavendish Laboratory, University of Cambridge, Cambridge, United Kingdom + + + Bezshyiko, Ia. + ORCID:0000-0002-4315-6414 + Zurich U. + Physik-Institut, Universität Zürich, Zürich, Switzerland + + + Bezshyiko, Iaroslava + INSPIRE-00582143 + ORCID:0000-0002-4315-6414 + Zurich U. + + + Bhom, Jihyun + ORCID:0000-0002-9709-903X + Cracow, INP + Henryk Niewodniczanski Institute of Nuclear Physics Polish Academy of Sciences, Kraków, Poland + + + Bian, Lingzhu + ORCID:0000-0001-5209-5097 + Wuhan U. + School of Physics and Technology, Wuhan University, Wuhan, China (associated with Center for High Energy Physics, Tsinghua University, Beijing, China) + + + Bieker, Martin Stefan + ORCID:0000-0001-7113-7862 + Tech. U., Dortmund (main) + Fakultät Physik, Technische Universität Dortmund, Dortmund, Germany + + + Biesuz, Nicolo Vladi + ORCID:0000-0003-3004-0946 + INFN, Ferrara + INFN Sezione di Ferrara, Ferrara, Italy + + + Billoir, Pierre + INSPIRE-00067095 + ORCID:0000-0001-5433-9876 + Paris U., VI-VII + LPNHE, Sorbonne Université, Paris Diderot Sorbonne Paris Cité, CNRS/IN2P3, Paris, France + + + Biolchini, Alice + ORCID:0000-0001-6064-9993 + Nikhef, Amsterdam + Nikhef National Institute for Subatomic Physics, Amsterdam, Netherlands + + + Birch, Matthew + ORCID:0000-0001-9157-4461 + Imperial Coll., London + Imperial College London, London, United Kingdom + + + Bishop, Fionn Caitlin Ros + ORCID:0000-0002-0023-3897 + Cambridge U. + Cavendish Laboratory, University of Cambridge, Cambridge, United Kingdom + + + Bitadze, Alexander + INSPIRE-00160399 + ORCID:0000-0001-7979-1092 + Manchester U. + Department of Physics and Astronomy, University of Manchester, Manchester, United Kingdom + + + Bizzeti, Andrea + INSPIRE-00258210 + ORCID:0000-0001-5729-5530 + + + Blago, Michele Piero + ORCID:0000-0001-7542-2388 + Cambridge U. + Cavendish Laboratory, University of Cambridge, Cambridge, United Kingdom + + + Blake, Thomas + INSPIRE-00261950 + ORCID:0000-0002-0259-5891 + Warwick U. + Department of Physics, University of Warwick, Coventry, United Kingdom + + + Blanc, Frederic + INSPIRE-00067348 + ORCID:0000-0001-5775-3132 + Ecole Polytechnique, Lausanne + Institute of Physics, Ecole Polytechnique Fédérale de Lausanne (EPFL), Lausanne, Switzerland + + + Blank, Jonah Evan + ORCID:0000-0002-6546-5605 + Tech. U., Dortmund (main) + Fakultät Physik, Technische Universität Dortmund, Dortmund, Germany + + + Blusk, Steven + INSPIRE-00067685 + ORCID:0000-0001-9170-684X + Syracuse U. + Syracuse University, Syracuse, New York, USA + + + Bobulska, Dana + ORCID:0000-0002-3003-9980 + Glasgow U. + School of Physics and Astronomy, University of Glasgow, Glasgow, United Kingdom + + + Bocharnikov, Vladimir + ORCID:0000-0003-1048-7732 + Unlisted + Affiliated with an institute covered by a cooperation agreement with CERN + + + Boelhauve, Julian Alexander + ORCID:0000-0002-3543-9959 + Tech. U., Dortmund (main) + Fakultät Physik, Technische Universität Dortmund, Dortmund, Germany + + + Boente Garcia, Oscar + ORCID:0000-0003-0261-8085 + Ecole Polytechnique + Laboratoire Leprince-Ringuet, CNRS/IN2P3, Ecole Polytechnique, Institut Polytechnique de Paris, Palaiseau, France + + + Boettcher, Thomas + INSPIRE-00582163 + ORCID:0000-0002-2439-9955 + Cincinnati U. + University of Cincinnati, Cincinnati, Ohio, USA + + + Bohare, Abhishek + ORCID:0000-0003-1077-8046 + Edinburgh U. + School of Physics and Astronomy, University of Edinburgh, Edinburgh, United Kingdom + + + Boldyrev, Alexey + ORCID:0000-0002-7872-6819 + Unlisted + Affiliated with an institute covered by a cooperation agreement with CERN + + + Bolognani, Carolina + ORCID:0000-0003-3752-6789 + Maastricht U. + Universiteit Maastricht, Maastricht, Netherlands (associated with Nikhef National Institute for Subatomic Physics, Amsterdam, Netherlands) + + + Bolzonella, Riccardo + ORCID:0000-0002-0055-0577 + INFN, Ferrara + Ferrara U. + INFN Sezione di Ferrara, Ferrara, Italy + + + Bondar, Nikolay + INSPIRE-00317412 + ORCID:0000-0003-2714-9879 + Unlisted + Affiliated with an institute covered by a cooperation agreement with CERN + + + Borgato, Federica + ORCID:0000-0002-3149-6710 + INFN, Padua + CERN + Università degli Studi di Padova, Università e INFN, Padova, Italy + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Borghi, Silvia + INSPIRE-00261856 + ORCID:0000-0001-5135-1511 + Manchester U. + Department of Physics and Astronomy, University of Manchester, Manchester, United Kingdom + + + Borsato, Martino + INSPIRE-00388228 + ORCID:0000-0001-5760-2924 + Heidelberg U. + Physikalisches Institut, Ruprecht-Karls-Universität Heidelberg, Heidelberg, Germany + + + Borsuk, Jozef Tomasz + ORCID:0000-0002-9065-9030 + Cracow, INP + Henryk Niewodniczanski Institute of Nuclear Physics Polish Academy of Sciences, Kraków, Poland + + + Bouchiba, Sonia Amina + ORCID:0000-0002-0044-6470 + Ecole Polytechnique, Lausanne + Institute of Physics, Ecole Polytechnique Fédérale de Lausanne (EPFL), Lausanne, Switzerland + + + Bowcock, Themistocles + INSPIRE-00068684 + ORCID:0000-0002-3505-6915 + Liverpool U. + Oliver Lodge Laboratory, University of Liverpool, Liverpool, United Kingdom + + + Boyer, Alexandre + ORCID:0000-0002-9909-0186 + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Bozzi, Concezio + INSPIRE-00068846 + ORCID:0000-0001-6782-3982 + INFN, Ferrara + INFN Sezione di Ferrara, Ferrara, Italy + + + Bradley, Matthew John + Imperial Coll., London + Imperial College London, London, United Kingdom + + + Braun, Svende + INSPIRE-00470092 + ORCID:0000-0002-4489-1314 + Maryland U., College Park + University of Maryland, College Park, Maryland, USA + + + Brea Rodriguez, Alexandre + ORCID:0000-0001-5650-445X + U. Santiago de Compostela (main) + Instituto Galego de Física de Altas Enerxías (IGFAE), Universidade de Santiago de Compostela, Santiago de Compostela, Spain + + + Breer, Nils + ORCID:0000-0003-0307-3662 + Tech. U., Dortmund (main) + Fakultät Physik, Technische Universität Dortmund, Dortmund, Germany + + + Brodzicka, Jolanta + INSPIRE-00369499 + ORCID:0000-0002-8556-0597 + Cracow, INP + Henryk Niewodniczanski Institute of Nuclear Physics Polish Academy of Sciences, Kraków, Poland + + + Brossa Gonzalo, Arnau + ORCID:0000-0002-4442-1048 + U. Santiago de Compostela (main) + Instituto Galego de Física de Altas Enerxías (IGFAE), Universidade de Santiago de Compostela, Santiago de Compostela, Spain + + + Brown, James David + ORCID:0000-0001-9846-9672 + Liverpool U. + Oliver Lodge Laboratory, University of Liverpool, Liverpool, United Kingdom + + + Brundu, Davide + ORCID:0000-0003-4457-5896 + INFN, Cagliari + INFN Sezione di Cagliari, Monserrato, Italy + + + Buonaura, Annarita + ORCID:0000-0003-4907-6463 + Zurich U. + Physik-Institut, Universität Zürich, Zürich, Switzerland + + + Buonincontri, Laura + ORCID:0000-0002-1480-454X + INFN, Padua + Università degli Studi di Padova, Università e INFN, Padova, Italy + + + Burke, Aodhan Tomas + ORCID:0000-0003-0243-0517 + Manchester U. + Department of Physics and Astronomy, University of Manchester, Manchester, United Kingdom + + + Burr, Christopher + INSPIRE-00545500 + ORCID:0000-0002-5155-1094 + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Bursche, Albert + INSPIRE-00260792 + South China Normal U. + Guangdong Provincial Key Laboratory of Nuclear Science, Guangdong-Hong Kong Joint Laboratory of Quantum Matter, Institute of Quantum Matter, South China Normal University, Guangzhou, China (associated with Center for High Energy Physics, Tsinghua University, Beijing, China) + + + Butkevich, Anatoly + ORCID:0000-0001-9542-1411 + Unlisted + Affiliated with an institute covered by a cooperation agreement with CERN + + + Butter, Jordy Sebastiaan + ORCID:0000-0002-1816-536X + Nikhef, Amsterdam + Nikhef National Institute for Subatomic Physics, Amsterdam, Netherlands + + + Buytaert, Jan + INSPIRE-00259860 + ORCID:0000-0002-7958-6790 + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Byczynski, Wiktor + ORCID:0009-0008-0187-3395 + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Cadeddu, Sandro + INSPIRE-00258132 + ORCID:0000-0002-7763-500X + INFN, Cagliari + INFN Sezione di Cagliari, Monserrato, Italy + + + Cai, Hao + Wuhan U. + School of Physics and Technology, Wuhan University, Wuhan, China (associated with Center for High Energy Physics, Tsinghua University, Beijing, China) + + + Calabrese, Roberto + INSPIRE-00070550 + ORCID:0000-0002-1354-5400 + INFN, Ferrara + Ferrara U. + INFN Sezione di Ferrara, Ferrara, Italy + + + Calefice, Lukas + ORCID:0000-0001-6401-1583 + Tech. U., Dortmund (main) + Fakultät Physik, Technische Universität Dortmund, Dortmund, Germany + + + Cali, Stefano + ORCID:0000-0001-9056-0711 + Frascati + INFN Laboratori Nazionali di Frascati, Frascati, Italy + + + Calvi, Marta + INSPIRE-00258504 + ORCID:0000-0002-8797-1357 + INFN, Milan Bicocca + Milan Bicocca U. + INFN Sezione di Milano-Bicocca, Milano, Italy + + + Calvo Gomez, Miriam + INSPIRE-00259475 + ORCID:0000-0001-5588-1448 + Ramon Llull U., Barcelona + DS4DS, La Salle, Universitat Ramon Llull, Barcelona, Spain + + + Cambon Bouzas, Jose Ivan + ORCID:0000-0002-2952-3118 + U. Santiago de Compostela (main) + Instituto Galego de Física de Altas Enerxías (IGFAE), Universidade de Santiago de Compostela, Santiago de Compostela, Spain + + + Campana, Pierluigi + INSPIRE-00258299 + ORCID:0000-0001-8233-1951 + Frascati + INFN Laboratori Nazionali di Frascati, Frascati, Italy + + + Campora Perez, Daniel Hugo + INSPIRE-00388548 + ORCID:0000-0001-8998-9975 + Maastricht U. + Universiteit Maastricht, Maastricht, Netherlands (associated with Nikhef National Institute for Subatomic Physics, Amsterdam, Netherlands) + + + Campoverde Quezada, Angel Fernando + ORCID:0000-0003-1968-1216 + Beijing, GUCAS + University of Chinese Academy of Sciences, Beijing, China + + + Capelli, Simone + ORCID:0000-0002-8444-4498 + INFN, Milan Bicocca + Milan Bicocca U. + INFN Sezione di Milano-Bicocca, Milano, Italy + + + Capriotti, Lorenzo + INSPIRE-00452150 + ORCID:0000-0003-4899-0587 + INFN, Ferrara + INFN Sezione di Ferrara, Ferrara, Italy + + + Carbone, Angelo + INSPIRE-00258058 + ORCID:0000-0002-7045-2243 + INFN, Bologna + Bologna U. + INFN Sezione di Bologna, Bologna, Italy + + + Carcedo Salgado, Lidia + ORCID:0000-0003-3101-3528 + U. Santiago de Compostela (main) + Instituto Galego de Física de Altas Enerxías (IGFAE), Universidade de Santiago de Compostela, Santiago de Compostela, Spain + + + Cardinale, Roberta + INSPIRE-00259930 + ORCID:0000-0002-7835-7638 + INFN, Genoa + Genoa U. + INFN Sezione di Genova, Genova, Italy + + + Cardini, Alessandro + INSPIRE-00071030 + ORCID:0000-0002-6649-0298 + INFN, Cagliari + INFN Sezione di Cagliari, Monserrato, Italy + + + Carniti, Paolo + INSPIRE-00452332 + ORCID:0000-0002-7820-2732 + INFN, Milan Bicocca + Milan Bicocca U. + INFN Sezione di Milano-Bicocca, Milano, Italy + + + Carus, Leon David + Heidelberg U. + Physikalisches Institut, Ruprecht-Karls-Universität Heidelberg, Heidelberg, Germany + + + Casais Vidal, Adrian + ORCID:0000-0003-0469-2588 + U. Santiago de Compostela (main) + Instituto Galego de Física de Altas Enerxías (IGFAE), Universidade de Santiago de Compostela, Santiago de Compostela, Spain + + + Caspary, Rowina + ORCID:0000-0002-1449-1619 + Heidelberg U. + Physikalisches Institut, Ruprecht-Karls-Universität Heidelberg, Heidelberg, Germany + + + Casse, Gianluigi + INSPIRE-00071483 + ORCID:0000-0002-8516-237X + Liverpool U. + Oliver Lodge Laboratory, University of Liverpool, Liverpool, United Kingdom + + + Cattaneo, Marco + INSPIRE-00071656 + ORCID:0000-0001-7707-169X + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Cavallero, Giovanni + INSPIRE-00452703 + ORCID:0000-0002-8342-7047 + INFN, Ferrara + INFN Sezione di Ferrara, Ferrara, Italy + + + Cavallini, Viola + ORCID:0000-0001-7601-129X + INFN, Ferrara + Ferrara U. + INFN Sezione di Ferrara, Ferrara, Italy + + + Celani, Sara + ORCID:0000-0003-4715-7622 + Ecole Polytechnique, Lausanne + Institute of Physics, Ecole Polytechnique Fédérale de Lausanne (EPFL), Lausanne, Switzerland + + + Cerasoli, Jacopo + ORCID:0000-0001-9777-881X + Marseille, CPPM + Aix Marseille Université, CNRS/IN2P3, CPPM, Marseille, France + + + Cervenkov, Daniel + ORCID:0000-0002-1865-741X + Oxford U. + Department of Physics, University of Oxford, Oxford, United Kingdom + + + Chadwick, Abbie Jane + ORCID:0000-0003-3537-9404 + Liverpool U. + Oliver Lodge Laboratory, University of Liverpool, Liverpool, United Kingdom + + + Chahrour, Ibrahim + ORCID:0000-0002-1472-0987 + U. Michigan, Ann Arbor + University of Michigan, Ann Arbor, Michigan, USA (associated with Syracuse University, Syracuse, New York, USA) + + + Chapman, Matthew George + Bristol U. + H.H. Wills Physics Laboratory, University of Bristol, Bristol, United Kingdom + + + Charles, Matthew + INSPIRE-00054561 + ORCID:0000-0003-4795-498X + Paris U., VI-VII + LPNHE, Sorbonne Université, Paris Diderot Sorbonne Paris Cité, CNRS/IN2P3, Paris, France + + + Charpentier, Philippe + INSPIRE-00259892 + ORCID:0000-0001-9295-8635 + CERN + + + Charpentier, Ph. + ORCID:0000-0001-9295-8635 + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Chavez Barajas, Carlos Alberto + ORCID:0000-0002-4602-8661 + Liverpool U. + Oliver Lodge Laboratory, University of Liverpool, Liverpool, United Kingdom + + + Chefdeville, Maximilien + INSPIRE-02701689 + ORCID:0000-0002-6553-6493 + Annecy, LAPP + Université Savoie Mont Blanc, CNRS, IN2P3-LAPP, Annecy, France + + + Chen, Chen + ORCID:0000-0002-3400-5489 + Marseille, CPPM + Aix Marseille Université, CNRS/IN2P3, CPPM, Marseille, France + + + Chen, Shanzhen + INSPIRE-00400187 + ORCID:0000-0002-8647-1828 + Beijing, Inst. High Energy Phys. + Institute of High Energy Physics (IHEP), Beijing, China + + + Chernov, Aleksei + ORCID:0000-0003-0232-6808 + Cracow, INP + Henryk Niewodniczanski Institute of Nuclear Physics Polish Academy of Sciences, Kraków, Poland + + + Chernyshenko, Serhii + ORCID:0000-0002-2546-6080 + Kiev, INR + Institute for Nuclear Research of the National Academy of Sciences (KINR), Kyiv, Ukraine + + + Chobanova, Veronika + INSPIRE-00369648 + ORCID:0000-0002-1353-6002 + U. Santiago de Compostela (main) + Instituto Galego de Física de Altas Enerxías (IGFAE), Universidade de Santiago de Compostela, Santiago de Compostela, Spain + + + Cholak, Serhii + ORCID:0000-0001-8091-4766 + Ecole Polytechnique, Lausanne + Institute of Physics, Ecole Polytechnique Fédérale de Lausanne (EPFL), Lausanne, Switzerland + + + Chrzaszcz, Marcin + INSPIRE-00344777 + ORCID:0000-0001-7901-8710 + Cracow, INP + Henryk Niewodniczanski Institute of Nuclear Physics Polish Academy of Sciences, Kraków, Poland + + + Chubykin, Aleksei + ORCID:0000-0003-1061-9643 + Unlisted + Affiliated with an institute covered by a cooperation agreement with CERN + + + Chulikov, Vladimir + ORCID:0000-0002-7767-9117 + Unlisted + Affiliated with an institute covered by a cooperation agreement with CERN + + + Ciambrone, Paolo + ORCID:0000-0003-0253-9846 + Frascati + INFN Laboratori Nazionali di Frascati, Frascati, Italy + + + Cicala, Maria Flavia + ORCID:0000-0003-0678-5809 + Warwick U. + Department of Physics, University of Warwick, Coventry, United Kingdom + + + Cid Vidal, Xabier + INSPIRE-00259661 + ORCID:0000-0002-0468-541X + U. Santiago de Compostela (main) + Instituto Galego de Física de Altas Enerxías (IGFAE), Universidade de Santiago de Compostela, Santiago de Compostela, Spain + + + Ciezarek, Gregory + INSPIRE-00344785 + ORCID:0000-0003-1002-8368 + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Cifra, Pierfrancesco + ORCID:0000-0003-3068-7029 + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Ciullo, Giuseppe + ORCID:0000-0001-8297-2206 + INFN, Ferrara + Ferrara U. + INFN Sezione di Ferrara, Ferrara, Italy + + + Clarke, P.E.L. + INSPIRE-00073694 + ORCID:0000-0003-3746-0732 + Edinburgh U. + School of Physics and Astronomy, University of Edinburgh, Edinburgh, United Kingdom + + + Clemencic, Marco + INSPIRE-00021864 + ORCID:0000-0003-1710-6824 + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Cliff, Harry + INSPIRE-00261009 + ORCID:0000-0003-0531-0916 + Cambridge U. + Cavendish Laboratory, University of Cambridge, Cambridge, United Kingdom + + + Closier, Joel + INSPIRE-00259955 + ORCID:0000-0002-0228-9130 + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Cobbledick, John Leslie + ORCID:0000-0002-5146-9605 + Manchester U. + Department of Physics and Astronomy, University of Manchester, Manchester, United Kingdom + + + Cocha Toapaxi, Carlos Eduardo + ORCID:0000-0001-5812-8611 + Heidelberg U. + Physikalisches Institut, Ruprecht-Karls-Universität Heidelberg, Heidelberg, Germany + + + Coco, Victor + INSPIRE-00262900 + ORCID:0000-0002-5310-6808 + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Cogan, Julien + INSPIRE-00257463 + ORCID:0000-0001-7194-7566 + Marseille, CPPM + Aix Marseille Université, CNRS/IN2P3, CPPM, Marseille, France + + + Cogneras, Eric + INSPIRE-00305695 + ORCID:0000-0002-8933-9427 + Clermont-Ferrand U. + Université Clermont Auvergne, CNRS/IN2P3, LPC, Clermont-Ferrand, France + + + Cojocariu, Lucian + INSPIRE-00453049 + ORCID:0000-0002-1281-5923 + Bucharest, IFIN-HH + Horia Hulubei National Institute of Physics and Nuclear Engineering, Bucharest-Magurele, Romania + + + Collins, Paula + INSPIRE-00259967 + ORCID:0000-0003-1437-4022 + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Colombo, Tommaso + ORCID:0000-0002-9617-9687 + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Comerma-Montells, Albert + INSPIRE-00259490 + ORCID:0000-0002-8980-6048 + U. Barcelona (main) + ICCUB, Universitat de Barcelona, Barcelona, Spain + + + Congedo, Liliana + ORCID:0000-0003-4536-4644 + INFN, Bari + INFN Sezione di Bari, Bari, Italy + + + Contu, Andrea + INSPIRE-00262791 + ORCID:0000-0002-3545-2969 + INFN, Cagliari + INFN Sezione di Cagliari, Monserrato, Italy + + + Cooke, Naomi + ORCID:0000-0002-4179-3700 + Glasgow U. + School of Physics and Astronomy, University of Glasgow, Glasgow, United Kingdom + + + Corredoira, Imanol + ORCID:0000-0002-6089-0899 + U. Santiago de Compostela (main) + Instituto Galego de Física de Altas Enerxías (IGFAE), Universidade de Santiago de Compostela, Santiago de Compostela, Spain + + + Correia, Anthony + ORCID:0000-0002-6483-8596 + Paris U., VI-VII + LPNHE, Sorbonne Université, Paris Diderot Sorbonne Paris Cité, CNRS/IN2P3, Paris, France + + + Corti, Gloria + INSPIRE-00259985 + ORCID:0000-0003-2857-4471 + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Cottee Meldrum, Josephine Jane + Bristol U. + H.H. Wills Physics Laboratory, University of Bristol, Bristol, United Kingdom + + + Couturier, Benjamin + INSPIRE-00345186 + ORCID:0000-0001-6749-1033 + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Craik, Daniel Charles + INSPIRE-00357145 + ORCID:0000-0002-3684-1560 + Zurich U. + Physik-Institut, Universität Zürich, Zürich, Switzerland + + + Cruz Torres, Melissa Maria + INSPIRE-00388812 + ORCID:0000-0003-2607-131X + Rio de Janeiro, CBPF + Centro Brasileiro de Pesquisas Físicas (CBPF), Rio de Janeiro, Brazil + + + Currie, Robert + INSPIRE-00261251 + ORCID:0000-0002-0166-9529 + Edinburgh U. + School of Physics and Astronomy, University of Edinburgh, Edinburgh, United Kingdom + + + Da Silva, Cesar Luiz + ORCID:0000-0003-4106-8258 + Los Alamos + Los Alamos National Laboratory (LANL), Los Alamos, New Mexico, USA + + + Dadabaev, Shakhzod + ORCID:0000-0002-0093-3244 + Unlisted + Affiliated with an institute covered by a cooperation agreement with CERN + + + Dai, Lingyun + ORCID:0000-0002-4070-4729 + Hunan U. + Physics and Micro Electronic College, Hunan University, Changsha City, China (associated with Institute of Particle Physics, Central China Normal University, Wuhan, Hubei, China) + + + Dai, Xinchen + ORCID:0000-0003-3395-7151 + Peking U., SKLNPT + School of Physics State Key Laboratory of Nuclear Physics and Technology, Peking University, Beijing, China + + + Dall'Occo, Elena + ORCID:0000-0001-9313-4021 + Tech. U., Dortmund (main) + Fakultät Physik, Technische Universität Dortmund, Dortmund, Germany + + + Dalseno, Jeremy + INSPIRE-00043651 + ORCID:0000-0003-3288-4683 + U. Santiago de Compostela (main) + Instituto Galego de Física de Altas Enerxías (IGFAE), Universidade de Santiago de Compostela, Santiago de Compostela, Spain + + + D'Ambrosio, Carmelo + INSPIRE-00207542 + ORCID:0000-0003-4344-9994 + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Daniel, Jessy + ORCID:0000-0002-9022-4264 + Clermont-Ferrand U. + Université Clermont Auvergne, CNRS/IN2P3, LPC, Clermont-Ferrand, France + + + Danilina, Anna + ORCID:0000-0003-3121-2164 + Unlisted + Affiliated with an institute covered by a cooperation agreement with CERN + + + d'Argent, Philippe + INSPIRE-00522530 + ORCID:0000-0003-2380-8355 + INFN, Bari + INFN Sezione di Bari, Bari, Italy + + + Davidson, Alexander + ORCID:0009-0002-0647-2028 + Warwick U. + Department of Physics, University of Warwick, Coventry, United Kingdom + + + Davies, Jonathan Edward + ORCID:0000-0002-5382-8683 + Manchester U. + Department of Physics and Astronomy, University of Manchester, Manchester, United Kingdom + + + Davis, Adam + INSPIRE-00389020 + ORCID:0000-0001-9458-5115 + Manchester U. + Department of Physics and Astronomy, University of Manchester, Manchester, United Kingdom + + + De Aguiar Francisco, Oscar + INSPIRE-00341212 + ORCID:0000-0003-2735-678X + Manchester U. + Department of Physics and Astronomy, University of Manchester, Manchester, United Kingdom + + + de Boer, Jan + ORCID:0000-0002-6084-4294 + Nikhef, Amsterdam + Nikhef National Institute for Subatomic Physics, Amsterdam, Netherlands + + + De Bruyn, Kristof + INSPIRE-00341032 + ORCID:0000-0002-0615-4399 + U. Groningen, VSI + Van Swinderen Institute, University of Groningen, Groningen, Netherlands (associated with Nikhef National Institute for Subatomic Physics, Amsterdam, Netherlands) + + + De Capua, Stefano + INSPIRE-00258572 + ORCID:0000-0002-6285-9596 + Manchester U. + Department of Physics and Astronomy, University of Manchester, Manchester, United Kingdom + + + De Cian, Michel + INSPIRE-00260810 + ORCID:0000-0002-1268-9621 + Heidelberg U. + Physikalisches Institut, Ruprecht-Karls-Universität Heidelberg, Heidelberg, Germany + + + De Freitas Carneiro Da Graca, Ulisses + ORCID:0000-0003-0451-4028 + Rio de Janeiro, CBPF + Centro Brasileiro de Pesquisas Físicas (CBPF), Rio de Janeiro, Brazil + + + De Lucia, Erika + ORCID:0000-0003-0793-0844 + Frascati + INFN Laboratori Nazionali di Frascati, Frascati, Italy + + + De Miranda, Jussara + INSPIRE-00107943 + ORCID:0009-0003-2505-7337 + Rio de Janeiro, CBPF + Centro Brasileiro de Pesquisas Físicas (CBPF), Rio de Janeiro, Brazil + + + De Paula, Leandro + INSPIRE-00115169 + ORCID:0000-0002-4984-7734 + Rio de Janeiro Federal U. + Universidade Federal do Rio de Janeiro (UFRJ), Rio de Janeiro, Brazil + + + De Serio, Marilisa + INSPIRE-00532670 + ORCID:0000-0003-4915-7933 + INFN, Bari + Bari U. + INFN Sezione di Bari, Bari, Italy + + + De Simone, Dario + ORCID:0000-0001-8180-4366 + Zurich U. + Physik-Institut, Universität Zürich, Zürich, Switzerland + + + De Simone, Patrizia + INSPIRE-00258414 + ORCID:0000-0001-9392-2079 + Frascati + INFN Laboratori Nazionali di Frascati, Frascati, Italy + + + De Vellis, Fabio + ORCID:0000-0001-7596-5091 + Tech. U., Dortmund (main) + Fakultät Physik, Technische Universität Dortmund, Dortmund, Germany + + + de Vries, Jacco + INSPIRE-00400290 + ORCID:0000-0003-4712-9816 + Maastricht U. + Universiteit Maastricht, Maastricht, Netherlands (associated with Nikhef National Institute for Subatomic Physics, Amsterdam, Netherlands) + + + Dean, Cameron Thomas + INSPIRE-00453317 + ORCID:0000-0002-6002-5870 + Los Alamos + Los Alamos National Laboratory (LANL), Los Alamos, New Mexico, USA + + + Debernardis, Francesco + ORCID:0009-0001-5383-4899 + INFN, Bari + Bari U. + INFN Sezione di Bari, Bari, Italy + + + Decamp, Daniel + INSPIRE-00257320 + ORCID:0000-0001-9643-6762 + Annecy, LAPP + Université Savoie Mont Blanc, CNRS, IN2P3-LAPP, Annecy, France + + + Dedu, Vlad-George + ORCID:0000-0001-5672-8672 + Marseille, CPPM + Aix Marseille Université, CNRS/IN2P3, CPPM, Marseille, France + + + Del Buono, Luigi + INSPIRE-00070041 + ORCID:0000-0003-4774-2194 + Paris U., VI-VII + LPNHE, Sorbonne Université, Paris Diderot Sorbonne Paris Cité, CNRS/IN2P3, Paris, France + + + Delaney, Blaise + ORCID:0009-0007-6371-8035 + MIT + Massachusetts Institute of Technology, Cambridge, Massachusetts, USA + + + Dembinski, Hans Peter + ORCID:0000-0003-3337-3850 + Tech. U., Dortmund (main) + Fakultät Physik, Technische Universität Dortmund, Dortmund, Germany + + + Denysenko, Vadym + ORCID:0000-0002-0455-5404 + Zurich U. + Physik-Institut, Universität Zürich, Zürich, Switzerland + + + Deschamps, Olivier + INSPIRE-00257367 + ORCID:0000-0002-7047-6042 + Clermont-Ferrand U. + Université Clermont Auvergne, CNRS/IN2P3, LPC, Clermont-Ferrand, France + + + Dettori, Francesco + INSPIRE-00258140 + ORCID:0000-0003-0256-8663 + INFN, Cagliari + Cagliari U. + INFN Sezione di Cagliari, Monserrato, Italy + + + Dey, Biplab + INSPIRE-00266843 + ORCID:0000-0002-4563-5806 + Eotvos U., Dept. Atomic Phys. + Eotvos Lorand University, Budapest, Hungary (associated with European Organization for Nuclear Research (CERN), Geneva, Switzerland) + + + Di Nezza, Pasquale + ORCID:0000-0003-4894-6762 + Frascati + INFN Laboratori Nazionali di Frascati, Frascati, Italy + + + Diachkov, Igor + ORCID:0000-0001-5222-5293 + Unlisted + Affiliated with an institute covered by a cooperation agreement with CERN + + + Didenko, Sergey + ORCID:0000-0001-5671-5863 + Unlisted + Affiliated with an institute covered by a cooperation agreement with CERN + + + Ding, Shuchong + ORCID:0000-0002-5946-581X + Syracuse U. + Syracuse University, Syracuse, New York, USA + + + Dobishuk, Vasyl + ORCID:0000-0001-9004-3255 + Kiev, INR + Institute for Nuclear Research of the National Academy of Sciences (KINR), Kyiv, Ukraine + + + Docheva, Aleksandrina + ORCID:0000-0002-7680-4043 + Glasgow U. + School of Physics and Astronomy, University of Glasgow, Glasgow, United Kingdom + + + Dolmatov, Aleksandr + Unlisted + Affiliated with an institute covered by a cooperation agreement with CERN + + + Dong, Chenzhi + ORCID:0000-0003-3259-6323 + Tsinghua U., Beijing, CHEP + Center for High Energy Physics, Tsinghua University, Beijing, China + + + Donohoe, Amanda May + ORCID:0000-0002-4438-3950 + University Coll., Dublin + School of Physics, University College Dublin, Dublin, Ireland + + + Dordei, Francesca + INSPIRE-00341074 + ORCID:0000-0002-2571-5067 + INFN, Cagliari + INFN Sezione di Cagliari, Monserrato, Italy + + + dos Reis, Alberto + INSPIRE-00257176 + ORCID:0000-0001-7517-8418 + Rio de Janeiro, CBPF + Centro Brasileiro de Pesquisas Físicas (CBPF), Rio de Janeiro, Brazil + + + Douglas, Lauren + Glasgow U. + School of Physics and Astronomy, University of Glasgow, Glasgow, United Kingdom + + + Downes, Anthony Gavin + ORCID:0000-0003-0217-762X + Annecy, LAPP + Université Savoie Mont Blanc, CNRS, IN2P3-LAPP, Annecy, France + + + Duan, Weisong + ORCID:0000-0003-1765-9939 + South China Normal U. + Guangdong Provincial Key Laboratory of Nuclear Science, Guangdong-Hong Kong Joint Laboratory of Quantum Matter, Institute of Quantum Matter, South China Normal University, Guangzhou, China (associated with Center for High Energy Physics, Tsinghua University, Beijing, China) + + + Duda, Piotr Jakub + ORCID:0000-0003-4043-7963 + Cracow Tech. U. + Tadeusz Kosciuszko Cracow University of Technology, Cracow, Poland (associated with Henryk Niewodniczanski Institute of Nuclear Physics Polish Academy of Sciences, Kraków, Poland) + + + Dudek, Maciej Wojciech + ORCID:0000-0003-3939-3262 + Cracow, INP + Henryk Niewodniczanski Institute of Nuclear Physics Polish Academy of Sciences, Kraków, Poland + + + Dufour, Laurent + INSPIRE-00536780 + ORCID:0000-0002-3924-2774 + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Duk, Viacheslav + ORCID:0000-0001-6440-0087 + INFN, Perugia + INFN Sezione di Perugia, Perugia, Italy (associated with INFN Sezione di Ferrara, Ferrara, Italy) + + + Durante, Paolo + INSPIRE-00389556 + ORCID:0000-0002-1204-2270 + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Duras, Maciej + ORCID:0000-0002-4153-5293 + Cracow Tech. U. + Tadeusz Kosciuszko Cracow University of Technology, Cracow, Poland (associated with Henryk Niewodniczanski Institute of Nuclear Physics Polish Academy of Sciences, Kraków, Poland) + + + Durham, John Matthew + ORCID:0000-0002-5831-3398 + Los Alamos + Los Alamos National Laboratory (LANL), Los Alamos, New Mexico, USA + + + Dutta, Deepanwita + ORCID:0000-0002-1191-3978 + Manchester U. + Department of Physics and Astronomy, University of Manchester, Manchester, United Kingdom + + + Dziurda, Agnieszka + INSPIRE-00341115 + ORCID:0000-0003-4338-7156 + Cracow, INP + Henryk Niewodniczanski Institute of Nuclear Physics Polish Academy of Sciences, Kraków, Poland + + + Dzyuba, Alexey + INSPIRE-00341144 + ORCID:0000-0003-3612-3195 + Unlisted + Affiliated with an institute covered by a cooperation agreement with CERN + + + Easo, Sajan + INSPIRE-00078816 + ORCID:0000-0002-4027-7333 + Rutherford + CERN + STFC Rutherford Appleton Laboratory, Didcot, United Kingdom + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Eckstein, Ellinor + Bonn U., HISKP + Universität Bonn—Helmholtz-Institut für Strahlen und Kernphysik, Bonn, Germany (associated with Physikalisches Institut, Ruprecht-Karls-Universität Heidelberg, Heidelberg, Germany) + + + Egede, Ulrik + INSPIRE-00058834 + ORCID:0000-0001-5493-0762 + Monash U. + School of Physics and Astronomy, Monash University, Melbourne, Australia (associated with Department of Physics, University of Warwick, Coventry, United Kingdom) + + + Egorychev, Artem + ORCID:0000-0001-5555-8982 + Unlisted + Affiliated with an institute covered by a cooperation agreement with CERN + + + Egorychev, Victor + INSPIRE-00259251 + ORCID:0000-0002-2539-673X + Unlisted + Affiliated with an institute covered by a cooperation agreement with CERN + + + Eirea Orro, Caetano + U. Santiago de Compostela (main) + Instituto Galego de Física de Altas Enerxías (IGFAE), Universidade de Santiago de Compostela, Santiago de Compostela, Spain + + + Eisenhardt, Stephan + INSPIRE-00079238 + ORCID:0000-0002-4860-6779 + Edinburgh U. + School of Physics and Astronomy, University of Edinburgh, Edinburgh, United Kingdom + + + Ejopu, Enoch + ORCID:0000-0003-3711-7547 + Manchester U. + Department of Physics and Astronomy, University of Manchester, Manchester, United Kingdom + + + Ek-In, Surapat + ORCID:0000-0002-2232-6760 + Ecole Polytechnique, Lausanne + Institute of Physics, Ecole Polytechnique Fédérale de Lausanne (EPFL), Lausanne, Switzerland + + + Eklund, Lars + INSPIRE-00015467 + ORCID:0000-0002-2014-3864 + Uppsala U. + Department of Physics and Astronomy, Uppsala University, Uppsala, Sweden (associated with School of Physics and Astronomy, University of Glasgow, Glasgow, United Kingdom) + + + Elashri, Mohamed + ORCID:0000-0001-9398-953X + Cincinnati U. + University of Cincinnati, Cincinnati, Ohio, USA + + + Ellbracht, Jan Hendrik + ORCID:0000-0003-1231-6347 + Tech. U., Dortmund (main) + Fakultät Physik, Technische Universität Dortmund, Dortmund, Germany + + + Ely, Scott + INSPIRE-00400105 + ORCID:0000-0003-1618-3617 + Imperial Coll., London + Imperial College London, London, United Kingdom + + + Ene, Alexandru + ORCID:0000-0001-5513-0927 + Bucharest, IFIN-HH + Horia Hulubei National Institute of Physics and Nuclear Engineering, Bucharest-Magurele, Romania + + + Epple, Eliane + ORCID:0000-0002-6312-3740 + Cincinnati U. + University of Cincinnati, Cincinnati, Ohio, USA + + + Escher, Stephan + ORCID:0009-0007-2540-4203 + Aachen, Tech. Hochsch. + I. Physikalisches Institut, RWTH Aachen University, Aachen, Germany + + + Eschle, Jonas Nathanael + ORCID:0000-0002-7312-3699 + Zurich U. + Physik-Institut, Universität Zürich, Zürich, Switzerland + + + Esen, Sevda + INSPIRE-00238345 + ORCID:0000-0003-2437-8078 + Zurich U. + Physik-Institut, Universität Zürich, Zürich, Switzerland + + + Evans, Timothy + INSPIRE-00452003 + ORCID:0000-0003-3016-1879 + Manchester U. + Department of Physics and Astronomy, University of Manchester, Manchester, United Kingdom + + + Fabiano, Federica + ORCID:0000-0001-6915-9923 + INFN, Cagliari + CERN + Cagliari U. + INFN Sezione di Cagliari, Monserrato, Italy + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Falcao, Lucas + ORCID:0000-0003-3441-583X + Rio de Janeiro, CBPF + Centro Brasileiro de Pesquisas Físicas (CBPF), Rio de Janeiro, Brazil + + + Fan, Yanting + ORCID:0000-0002-3153-430X + Beijing, GUCAS + University of Chinese Academy of Sciences, Beijing, China + + + Fang, Bo + ORCID:0000-0003-0030-3813 + Wuhan U. + IJCLab, Orsay + School of Physics and Technology, Wuhan University, Wuhan, China (associated with Center for High Energy Physics, Tsinghua University, Beijing, China) + Université Paris-Saclay, CNRS/IN2P3, IJCLab, Orsay, France + + + Fantini, Lisa + ORCID:0000-0002-2351-3998 + INFN, Perugia + INFN Sezione di Perugia, Perugia, Italy (associated with INFN Sezione di Ferrara, Ferrara, Italy) + + + Faria, Maria + ORCID:0000-0002-4675-4209 + Ecole Polytechnique, Lausanne + Institute of Physics, Ecole Polytechnique Fédérale de Lausanne (EPFL), Lausanne, Switzerland + + + Farmer, Keira Gwyn + ORCID:0000-0003-2364-2877 + Edinburgh U. + School of Physics and Astronomy, University of Edinburgh, Edinburgh, United Kingdom + + + Farry, Stephen + INSPIRE-00257989 + ORCID:0000-0001-5119-9740 + Liverpool U. + Oliver Lodge Laboratory, University of Liverpool, Liverpool, United Kingdom + + + Fazzini, Davide + INSPIRE-00582259 + ORCID:0000-0002-5938-4286 + INFN, Milan Bicocca + Milan Bicocca U. + INFN Sezione di Milano-Bicocca, Milano, Italy + + + Felkowski, Lukasz Jerzy + ORCID:0000-0002-0196-910X + Cracow Tech. U. + Tadeusz Kosciuszko Cracow University of Technology, Cracow, Poland (associated with Henryk Niewodniczanski Institute of Nuclear Physics Polish Academy of Sciences, Kraków, Poland) + + + Feng, Mingjie + ORCID:0000-0002-6308-5078 + Beijing, Inst. High Energy Phys. + Beijing, GUCAS + Institute of High Energy Physics (IHEP), Beijing, China + University of Chinese Academy of Sciences, Beijing, China + + + Feo, Mauricio + ORCID:0000-0001-5266-2442 + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Fernandez Gomez, Miguel + ORCID:0000-0003-1984-4759 + U. Santiago de Compostela (main) + Instituto Galego de Física de Altas Enerxías (IGFAE), Universidade de Santiago de Compostela, Santiago de Compostela, Spain + + + Fernez, Alex Daniel + ORCID:0000-0001-9900-6514 + Maryland U., College Park + University of Maryland, College Park, Maryland, USA + + + Ferrari, Fabio + INSPIRE-00522680 + ORCID:0000-0002-3721-4585 + INFN, Bologna + INFN Sezione di Bologna, Bologna, Italy + + + Ferreira Lopes, Lino + ORCID:0009-0003-5290-823X + Ecole Polytechnique, Lausanne + Institute of Physics, Ecole Polytechnique Fédérale de Lausanne (EPFL), Lausanne, Switzerland + + + Ferreira Rodrigues, Fernando + INSPIRE-00257190 + ORCID:0000-0002-4274-5583 + Rio de Janeiro Federal U. + Universidade Federal do Rio de Janeiro (UFRJ), Rio de Janeiro, Brazil + + + Ferreres Sole, Silvia + ORCID:0000-0003-3571-7741 + Nikhef, Amsterdam + Nikhef National Institute for Subatomic Physics, Amsterdam, Netherlands + + + Ferrillo, Martina + ORCID:0000-0003-1052-2198 + Zurich U. + Physik-Institut, Universität Zürich, Zürich, Switzerland + + + Ferro-Luzzi, Massimiliano + INSPIRE-00159865 + ORCID:0009-0008-1868-2165 + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Filippov, Sergey + INSPIRE-00259378 + ORCID:0000-0003-3900-3914 + Unlisted + Affiliated with an institute covered by a cooperation agreement with CERN + + + Fini, Rosa Anna + INSPIRE-00262271 + ORCID:0000-0002-3821-3998 + INFN, Bari + INFN Sezione di Bari, Bari, Italy + + + Fiorini, Massimiliano + INSPIRE-00017773 + ORCID:0000-0001-6559-2084 + INFN, Ferrara + Ferrara U. + INFN Sezione di Ferrara, Ferrara, Italy + + + Firlej, Miroslaw + INSPIRE-00452328 + ORCID:0000-0002-1084-0084 + AGH-UST, Cracow + AGH—University of Science and Technology, Faculty of Physics and Applied Computer Science, Kraków, Poland + + + Fischer, K.M. + ORCID:0009-0000-8700-9910 + Oxford U. + Department of Physics, University of Oxford, Oxford, United Kingdom + + + Fischer, Kamil Leszek + ORCID:0009-0000-8700-9910 + Oxford U. + + + Fitzgerald, Dillon Scott + ORCID:0000-0001-6862-6876 + U. Michigan, Ann Arbor + University of Michigan, Ann Arbor, Michigan, USA (associated with Syracuse University, Syracuse, New York, USA) + + + Fitzpatrick, Conor + INSPIRE-00261277 + ORCID:0000-0003-3674-0812 + Manchester U. + Department of Physics and Astronomy, University of Manchester, Manchester, United Kingdom + + + Fiutowski, Tomasz + INSPIRE-00452523 + ORCID:0000-0003-2342-8854 + AGH-UST, Cracow + AGH—University of Science and Technology, Faculty of Physics and Applied Computer Science, Kraków, Poland + + + Fleuret, Frederic + INSPIRE-00081683 + ORCID:0000-0002-2430-782X + Ecole Polytechnique + Laboratoire Leprince-Ringuet, CNRS/IN2P3, Ecole Polytechnique, Institut Polytechnique de Paris, Palaiseau, France + + + Fontana, Marianna + INSPIRE-00341209 + ORCID:0000-0003-4727-831X + INFN, Bologna + INFN Sezione di Bologna, Bologna, Italy + + + Fontanelli, Flavio + INSPIRE-00081845 + ORCID:0000-0001-7029-7178 + INFN, Genoa + Genoa U. + INFN Sezione di Genova, Genova, Italy + + + Foreman, Lucas Arthur + ORCID:0000-0002-2741-9966 + Manchester U. + + + Foreman, L.F. + ORCID:0000-0002-2741-9966 + Manchester U. + Department of Physics and Astronomy, University of Manchester, Manchester, United Kingdom + + + Forty, Roger + INSPIRE-00260047 + ORCID:0000-0003-2103-7577 + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Foulds-Holt, Daniel + ORCID:0000-0001-9921-687X + Cambridge U. + Cavendish Laboratory, University of Cambridge, Cambridge, United Kingdom + + + Franco Sevilla, Manuel + INSPIRE-01061349 + ORCID:0000-0002-5250-2948 + Maryland U., College Park + University of Maryland, College Park, Maryland, USA + + + Frank, Markus + INSPIRE-00260763 + ORCID:0000-0002-4625-559X + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Franzoso, Edoardo + ORCID:0000-0003-2130-1593 + INFN, Ferrara + Ferrara U. + INFN Sezione di Ferrara, Ferrara, Italy + + + Frau, Giulia + ORCID:0000-0003-3160-482X + Heidelberg U. + Physikalisches Institut, Ruprecht-Karls-Universität Heidelberg, Heidelberg, Germany + + + Frei, Christoph + INSPIRE-00260067 + ORCID:0000-0001-5501-5611 + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Friday, David Anthony + ORCID:0000-0001-9400-3322 + Manchester U. + Department of Physics and Astronomy, University of Manchester, Manchester, United Kingdom + + + Frontini, Luca + ORCID:0000-0002-1137-8629 + INFN, Milan + U. Milan (main) + INFN Sezione di Milano, Milano, Italy + + + Fu, Jinlin + INSPIRE-00390117 + ORCID:0000-0003-3177-2700 + Beijing, GUCAS + University of Chinese Academy of Sciences, Beijing, China + + + Fuehring, Quentin + INSPIRE-01777879 + ORCID:0000-0003-3179-2525 + Tech. U., Dortmund (main) + Fakultät Physik, Technische Universität Dortmund, Dortmund, Germany + + + Fujii, Yuki + ORCID:0000-0002-0813-3065 + Monash U. + School of Physics and Astronomy, Monash University, Melbourne, Australia (associated with Department of Physics, University of Warwick, Coventry, United Kingdom) + + + Fulghesu, Tommaso + ORCID:0000-0001-9391-8619 + Paris U., VI-VII + LPNHE, Sorbonne Université, Paris Diderot Sorbonne Paris Cité, CNRS/IN2P3, Paris, France + + + Gabriel, Emmy + ORCID:0000-0001-8300-5939 + Nikhef, Amsterdam + Nikhef National Institute for Subatomic Physics, Amsterdam, Netherlands + + + Galati, Giuliana + ORCID:0000-0001-7348-3312 + INFN, Bari + Bari U. + INFN Sezione di Bari, Bari, Italy + + + Galati, Maria Domenica + ORCID:0000-0002-8716-4440 + Nikhef, Amsterdam + Nikhef National Institute for Subatomic Physics, Amsterdam, Netherlands + + + Gallas Torreira, Abraham + INSPIRE-00259710 + ORCID:0000-0002-2745-7954 + U. Santiago de Compostela (main) + Instituto Galego de Física de Altas Enerxías (IGFAE), Universidade de Santiago de Compostela, Santiago de Compostela, Spain + + + Galli, Domenico + INSPIRE-00178050 + ORCID:0000-0003-2375-6030 + INFN, Bologna + Bologna U. + INFN Sezione di Bologna, Bologna, Italy + + + Gambetta, Silvia + INSPIRE-00150884 + ORCID:0000-0003-2420-0501 + Edinburgh U. + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + School of Physics and Astronomy, University of Edinburgh, Edinburgh, United Kingdom + + + Gandelman, Miriam + INSPIRE-00083458 + ORCID:0000-0001-8192-8377 + Rio de Janeiro Federal U. + Universidade Federal do Rio de Janeiro (UFRJ), Rio de Janeiro, Brazil + + + Gandini, Paolo + INSPIRE-00262802 + ORCID:0000-0001-7267-6008 + INFN, Milan + INFN Sezione di Milano, Milano, Italy + + + Gao, Han + ORCID:0000-0002-6025-6193 + Beijing, GUCAS + University of Chinese Academy of Sciences, Beijing, China + + + Gao, Rui + ORCID:0009-0004-1782-7642 + Oxford U. + Department of Physics, University of Oxford, Oxford, United Kingdom + + + Gao, Yuanning + INSPIRE-00257210 + ORCID:0000-0003-1484-0943 + Peking U., SKLNPT + Institute of Particle Physics, Central China Normal University, Wuhan, Hubei, China + + + Gao, Yang + ORCID:0000-0002-6069-8995 + CCNU, Wuhan, Inst. Part. Phys. + School of Physics State Key Laboratory of Nuclear Physics and Technology, Peking University, Beijing, China + + + Garau, Michela + ORCID:0000-0002-0505-9584 + INFN, Cagliari + Cagliari U. + INFN Sezione di Cagliari, Monserrato, Italy + + + Garcia Martin, Luis Miguel + INSPIRE-00582283 + ORCID:0000-0003-0714-8991 + Ecole Polytechnique, Lausanne + Institute of Physics, Ecole Polytechnique Fédérale de Lausanne (EPFL), Lausanne, Switzerland + + + Garcia Moreno, Paula + ORCID:0000-0002-3612-1651 + U. Barcelona (main) + ICCUB, Universitat de Barcelona, Barcelona, Spain + + + García Pardiñas, Julián + INSPIRE-00452833 + ORCID:0000-0003-2316-8829 + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Garcia Plana, Beatriz + U. Santiago de Compostela (main) + Instituto Galego de Física de Altas Enerxías (IGFAE), Universidade de Santiago de Compostela, Santiago de Compostela, Spain + + + Garcia Rosales, Felipe Andres + ORCID:0000-0003-4395-0244 + Ecole Polytechnique + Laboratoire Leprince-Ringuet, CNRS/IN2P3, Ecole Polytechnique, Institut Polytechnique de Paris, Palaiseau, France + + + Garrido, Lluis + INSPIRE-00157725 + ORCID:0000-0001-8883-6539 + U. Barcelona (main) + ICCUB, Universitat de Barcelona, Barcelona, Spain + + + Gaspar, Clara + INSPIRE-00083907 + ORCID:0000-0002-8009-1509 + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Geertsema, Robbert Erik + ORCID:0000-0001-6829-7777 + Nikhef, Amsterdam + Nikhef National Institute for Subatomic Physics, Amsterdam, Netherlands + + + Gerken, Louis Lenard + ORCID:0000-0002-6769-3679 + Tech. U., Dortmund (main) + Fakultät Physik, Technische Universität Dortmund, Dortmund, Germany + + + Gersabeck, Evelina + INSPIRE-00357178 + ORCID:0000-0002-2860-6528 + Manchester U. + Department of Physics and Astronomy, University of Manchester, Manchester, United Kingdom + + + Gersabeck, Marco + INSPIRE-00192519 + ORCID:0000-0002-0075-8669 + Manchester U. + Department of Physics and Astronomy, University of Manchester, Manchester, United Kingdom + + + Gershon, Timothy + INSPIRE-00043636 + ORCID:0000-0002-3183-5065 + Warwick U. + Department of Physics, University of Warwick, Coventry, United Kingdom + + + Giambastiani, Luca + ORCID:0000-0002-5170-0635 + INFN, Padua + Università degli Studi di Padova, Università e INFN, Padova, Italy + + + Giasemis, Fotis Ioannis + ORCID:0000-0003-0622-1069 + Paris U., VI-VII + LPNHE, Sorbonne Université, Paris Diderot Sorbonne Paris Cité, CNRS/IN2P3, Paris, France + + + Gibson, Valerie + INSPIRE-00179031 + ORCID:0000-0002-6661-1192 + Cambridge U. + Cavendish Laboratory, University of Cambridge, Cambridge, United Kingdom + + + Giemza, Henryk Karol + ORCID:0000-0003-2597-8796 + NCBJ, Swierk + National Center for Nuclear Research (NCBJ), Warsaw, Poland + + + Gilman, Alexander Leon + ORCID:0000-0001-5934-7541 + Oxford U. + Department of Physics, University of Oxford, Oxford, United Kingdom + + + Giovannetti, Matteo + ORCID:0000-0003-2135-9568 + Frascati + INFN Laboratori Nazionali di Frascati, Frascati, Italy + + + Gioventù, Alessandra + ORCID:0000-0001-5399-326X + U. Santiago de Compostela (main) + Instituto Galego de Física de Altas Enerxías (IGFAE), Universidade de Santiago de Compostela, Santiago de Compostela, Spain + + + Gironella Gironell, Pere + ORCID:0000-0001-5603-4750 + U. Barcelona (main) + ICCUB, Universitat de Barcelona, Barcelona, Spain + + + Giugliano, Carmen + ORCID:0000-0002-6159-4557 + INFN, Ferrara + Ferrara U. + INFN Sezione di Ferrara, Ferrara, Italy + + + Giza, Maciej Artur + ORCID:0000-0002-0805-1561 + Cracow, INP + Henryk Niewodniczanski Institute of Nuclear Physics Polish Academy of Sciences, Kraków, Poland + + + Gizdov, Konstantin + INSPIRE-00582300 + ORCID:0000-0002-3543-7451 + Edinburgh U. + School of Physics and Astronomy, University of Edinburgh, Edinburgh, United Kingdom + + + Gkougkousis, Evangelos Leonidas + ORCID:0000-0002-2132-2071 + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Glaser, Fabian Christoph + ORCID:0000-0001-8416-5416 + IJCLab, Orsay + Heidelberg U. + Physikalisches Institut, Ruprecht-Karls-Universität Heidelberg, Heidelberg, Germany + Université Paris-Saclay, CNRS/IN2P3, IJCLab, Orsay, France + + + Gligorov, Vladimir + INSPIRE-00260081 + ORCID:0000-0002-8189-8267 + Paris U., VI-VII + LPNHE, Sorbonne Université, Paris Diderot Sorbonne Paris Cité, CNRS/IN2P3, Paris, France + + + Göbel, Carla + INSPIRE-00262964 + ORCID:0000-0003-0523-495X + Rio de Janeiro, Pont. U. Catol. + Pontifícia Universidade Católica do Rio de Janeiro (PUC-Rio), Rio de Janeiro, Brazil (associated with Universidade Federal do Rio de Janeiro (UFRJ), Rio de Janeiro, Brazil) + + + Golobardes, Elisabet + ORCID:0000-0001-8080-0769 + Ramon Llull U., Barcelona + DS4DS, La Salle, Universitat Ramon Llull, Barcelona, Spain + + + Golubkov, Dmitry + INSPIRE-00261070 + ORCID:0000-0001-6216-1596 + Unlisted + Affiliated with an institute covered by a cooperation agreement with CERN + + + Golutvin, Andrey + INSPIRE-00259263 + ORCID:0000-0003-2500-8247 + Imperial Coll., London + CERN + Affiliated with an institute covered by a cooperation agreement with CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + Imperial College London, London, United Kingdom + + + Gomes, Alvaro + INSPIRE-00257143 + ORCID:0009-0005-2892-2968 + Rio de Janeiro, CBPF + Rio de Janeiro Federal U. + UFTM, Uberaba + Centro Brasileiro de Pesquisas Físicas (CBPF), Rio de Janeiro, Brazil + Universidade Federal do Rio de Janeiro (UFRJ), Rio de Janeiro, Brazil + + + Gomez Fernandez, Sergio + ORCID:0000-0002-3064-9834 + U. Barcelona (main) + ICCUB, Universitat de Barcelona, Barcelona, Spain + + + Goncalves Abrantes, Fernanda + ORCID:0000-0002-7318-482X + Oxford U. + Department of Physics, University of Oxford, Oxford, United Kingdom + + + Goncerz, Mateusz + ORCID:0000-0002-9224-914X + Cracow, INP + Henryk Niewodniczanski Institute of Nuclear Physics Polish Academy of Sciences, Kraków, Poland + + + Gong, Guanghua + ORCID:0000-0002-7822-3947 + Tsinghua U., Beijing, CHEP + Center for High Energy Physics, Tsinghua University, Beijing, China + + + Gooding, James Andrew + ORCID:0000-0003-3353-9750 + Tech. U., Dortmund (main) + Fakultät Physik, Technische Universität Dortmund, Dortmund, Germany + + + Gorelov, Igor Vladimirovich + INSPIRE-00048110 + ORCID:0000-0001-5570-0133 + Unlisted + Affiliated with an institute covered by a cooperation agreement with CERN + + + Gotti, Claudio + INSPIRE-00400552 + ORCID:0000-0003-2501-9608 + INFN, Milan Bicocca + INFN Sezione di Milano-Bicocca, Milano, Italy + + + Grabowski, Jascha Peter + ORCID:0000-0001-8461-8382 + Bonn U., HISKP + Universität Bonn—Helmholtz-Institut für Strahlen und Kernphysik, Bonn, Germany (associated with Physikalisches Institut, Ruprecht-Karls-Universität Heidelberg, Heidelberg, Germany) + + + Granado Cardoso, Luis Alberto + INSPIRE-00246283 + ORCID:0000-0003-2868-2173 + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Graugés, Eugeni + INSPIRE-00086454 + ORCID:0000-0001-6571-4096 + U. Barcelona (main) + ICCUB, Universitat de Barcelona, Barcelona, Spain + + + Graverini, Elena + INSPIRE-00453214 + ORCID:0000-0003-4647-6429 + Ecole Polytechnique, Lausanne + Institute of Physics, Ecole Polytechnique Fédérale de Lausanne (EPFL), Lausanne, Switzerland + + + Grazette, Luke + ORCID:0000-0001-7907-4261 + Warwick U. + Department of Physics, University of Warwick, Coventry, United Kingdom + + + Graziani, Giacomo + INSPIRE-00086506 + ORCID:0000-0001-8212-846X + + + Grecu, Alexandru Tudor + INSPIRE-00259115 + ORCID:0000-0002-7770-1839 + Bucharest, IFIN-HH + Horia Hulubei National Institute of Physics and Nuclear Engineering, Bucharest-Magurele, Romania + + + Greeven, Lex Marinus + ORCID:0000-0001-5813-7972 + Nikhef, Amsterdam + Nikhef National Institute for Subatomic Physics, Amsterdam, Netherlands + + + Grieser, Nathan Allen + ORCID:0000-0003-0386-4923 + Cincinnati U. + University of Cincinnati, Cincinnati, Ohio, USA + + + Grillo, Lucia + INSPIRE-00390672 + ORCID:0000-0001-5360-0091 + Glasgow U. + School of Physics and Astronomy, University of Glasgow, Glasgow, United Kingdom + + + Gromov, Sergey + ORCID:0000-0002-8967-3644 + Unlisted + Affiliated with an institute covered by a cooperation agreement with CERN + + + Gu, Chenxi + ORCID:0000-0001-5635-6063 + Ecole Polytechnique + Laboratoire Leprince-Ringuet, CNRS/IN2P3, Ecole Polytechnique, Institut Polytechnique de Paris, Palaiseau, France + + + Guarise, Marco + ORCID:0000-0001-8829-9681 + INFN, Ferrara + INFN Sezione di Ferrara, Ferrara, Italy + + + Guittiere, Manuel + ORCID:0000-0002-2916-7184 + IJCLab, Orsay + Université Paris-Saclay, CNRS/IN2P3, IJCLab, Orsay, France + + + Guliaeva, Vasilisa + ORCID:0000-0003-3676-5040 + Unlisted + Affiliated with an institute covered by a cooperation agreement with CERN + + + Günther, Paul Andre + ORCID:0000-0002-4057-4274 + Heidelberg U. + Physikalisches Institut, Ruprecht-Karls-Universität Heidelberg, Heidelberg, Germany + + + Guseinov, Abdul-Kerim + ORCID:0000-0002-5115-0581 + Unlisted + Affiliated with an institute covered by a cooperation agreement with CERN + + + Gushchin, Evgeny + INSPIRE-00259385 + ORCID:0000-0001-8857-1665 + Unlisted + Affiliated with an institute covered by a cooperation agreement with CERN + + + Guz, Yury + INSPIRE-00259449 + ORCID:0000-0001-7552-400X + Peking U., SKLNPT + CERN + Affiliated with an institute covered by a cooperation agreement with CERN + School of Physics State Key Laboratory of Nuclear Physics and Technology, Peking University, Beijing, China + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Gys, Thierry + INSPIRE-00260098 + ORCID:0000-0002-6825-6497 + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Hadavizadeh, Thomas + INSPIRE-00536800 + ORCID:0000-0001-5730-8434 + Monash U. + School of Physics and Astronomy, Monash University, Melbourne, Australia (associated with Department of Physics, University of Warwick, Coventry, United Kingdom) + + + Hadjivasiliou, Christos + INSPIRE-00341268 + ORCID:0000-0002-2234-0001 + Maryland U., College Park + University of Maryland, College Park, Maryland, USA + + + Haefeli, Guido + INSPIRE-00260534 + ORCID:0000-0002-9257-839X + Ecole Polytechnique, Lausanne + Institute of Physics, Ecole Polytechnique Fédérale de Lausanne (EPFL), Lausanne, Switzerland + + + Haen, Christophe + INSPIRE-00341278 + ORCID:0000-0002-4947-2928 + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Haimberger, Jakob + ORCID:0000-0002-3363-7783 + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Haines, Susan + INSPIRE-00261030 + ORCID:0000-0001-5906-391X + Cambridge U. + Cavendish Laboratory, University of Cambridge, Cambridge, United Kingdom + + + Hajheidari, Mohammadtaghi + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Halewood-leagas, Tabitha + ORCID:0000-0001-9629-7029 + Liverpool U. + Oliver Lodge Laboratory, University of Liverpool, Liverpool, United Kingdom + + + Halvorsen, Marius Maehlum + ORCID:0000-0003-0959-3853 + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Hamilton, Phoebe Meredith + ORCID:0000-0002-2231-1374 + Maryland U., College Park + University of Maryland, College Park, Maryland, USA + + + Hammerich, Jan + ORCID:0000-0002-5556-1775 + Liverpool U. + Oliver Lodge Laboratory, University of Liverpool, Liverpool, United Kingdom + + + Han, Qundong + ORCID:0000-0002-7958-2917 + CCNU, Wuhan, Inst. Part. Phys. + Institute of Particle Physics, Central China Normal University, Wuhan, Hubei, China + + + Han, Xiaoxue + INSPIRE-00400676 + ORCID:0000-0001-7641-7505 + Heidelberg U. + Physikalisches Institut, Ruprecht-Karls-Universität Heidelberg, Heidelberg, Germany + + + Hansmann-Menzemer, Stephanie + INSPIRE-00046350 + ORCID:0000-0002-3804-8734 + Heidelberg U. + Physikalisches Institut, Ruprecht-Karls-Universität Heidelberg, Heidelberg, Germany + + + Hao, Lei + ORCID:0000-0001-8162-4277 + Beijing, GUCAS + University of Chinese Academy of Sciences, Beijing, China + + + Harnew, Neville + INSPIRE-00088706 + ORCID:0000-0001-9616-6651 + Oxford U. + Department of Physics, University of Oxford, Oxford, United Kingdom + + + Harrison, Thomas + ORCID:0000-0002-1576-9205 + Liverpool U. + Oliver Lodge Laboratory, University of Liverpool, Liverpool, United Kingdom + + + Hartmann, Marie + ORCID:0009-0005-8756-0960 + IJCLab, Orsay + Université Paris-Saclay, CNRS/IN2P3, IJCLab, Orsay, France + + + Hasse, Christoph + ORCID:0000-0002-9658-8827 + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Hatch, Mark + INSPIRE-00230526 + ORCID:0009-0004-4850-7465 + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + He, Jibo + INSPIRE-00257559 + ORCID:0000-0002-1465-0077 + Beijing, GUCAS + University of Chinese Academy of Sciences, Beijing, China + + + Heijhoff, Kevin + ORCID:0000-0001-5407-7466 + Nikhef, Amsterdam + Nikhef National Institute for Subatomic Physics, Amsterdam, Netherlands + + + Hemmer, Frederic + ORCID:0000-0001-8177-0856 + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Henderson, Conor + ORCID:0000-0002-6986-9404 + Cincinnati U. + University of Cincinnati, Cincinnati, Ohio, USA + + + Henderson, Riley Dylan Leslie + ORCID:0000-0001-6445-4907 + Monash U. + Warwick U. + School of Physics and Astronomy, Monash University, Melbourne, Australia (associated with Department of Physics, University of Warwick, Coventry, United Kingdom) + Department of Physics, University of Warwick, Coventry, United Kingdom + + + Hennequin, Arthur Marius + ORCID:0009-0008-7974-3785 + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Hennessy, Karol + INSPIRE-00014964 + ORCID:0000-0002-1529-8087 + Liverpool U. + Oliver Lodge Laboratory, University of Liverpool, Liverpool, United Kingdom + + + Henry, Louis + INSPIRE-00390866 + ORCID:0000-0003-3605-832X + Ecole Polytechnique, Lausanne + Institute of Physics, Ecole Polytechnique Fédérale de Lausanne (EPFL), Lausanne, Switzerland + + + Herd, James Daniel + ORCID:0000-0001-7828-3694 + Imperial Coll., London + Imperial College London, London, United Kingdom + + + Heuel, Johannes + ORCID:0000-0001-9384-6926 + Aachen, Tech. Hochsch. + I. Physikalisches Institut, RWTH Aachen University, Aachen, Germany + + + Hicheur, Adlène + INSPIRE-00028041 + ORCID:0000-0002-3712-7318 + Rio de Janeiro Federal U. + Universidade Federal do Rio de Janeiro (UFRJ), Rio de Janeiro, Brazil + + + Hill, Donal + INSPIRE-00357210 + ORCID:0000-0003-2613-7315 + Ecole Polytechnique, Lausanne + Institute of Physics, Ecole Polytechnique Fédérale de Lausanne (EPFL), Lausanne, Switzerland + + + Hilton, Martha + ORCID:0000-0001-7703-7424 + Manchester U. + Department of Physics and Astronomy, University of Manchester, Manchester, United Kingdom + + + Hollitt, Sophie + ORCID:0000-0002-4962-3546 + Tech. U., Dortmund (main) + Fakultät Physik, Technische Universität Dortmund, Dortmund, Germany + + + Horswill, Joshua Ethan + ORCID:0000-0002-9199-8616 + Manchester U. + Department of Physics and Astronomy, University of Manchester, Manchester, United Kingdom + + + Hou, Ruiwen + ORCID:0000-0002-3139-3332 + CCNU, Wuhan, Inst. Part. Phys. + Institute of Particle Physics, Central China Normal University, Wuhan, Hubei, China + + + Hou, Yingrui + ORCID:0000-0001-6454-278X + Annecy, LAPP + Université Savoie Mont Blanc, CNRS, IN2P3-LAPP, Annecy, France + + + Howarth, Ned Francis + Liverpool U. + Oliver Lodge Laboratory, University of Liverpool, Liverpool, United Kingdom + + + Hu, Jiangqiao + Heidelberg U. + Physikalisches Institut, Ruprecht-Karls-Universität Heidelberg, Heidelberg, Germany + + + Hu, Jifeng + ORCID:0000-0002-8227-4544 + South China Normal U. + Guangdong Provincial Key Laboratory of Nuclear Science, Guangdong-Hong Kong Joint Laboratory of Quantum Matter, Institute of Quantum Matter, South China Normal University, Guangzhou, China (associated with Center for High Energy Physics, Tsinghua University, Beijing, China) + + + Hu, Wenhua + ORCID:0000-0002-2855-0544 + Peking U., SKLNPT + School of Physics State Key Laboratory of Nuclear Physics and Technology, Peking University, Beijing, China + + + Hu, Xiaofan + ORCID:0000-0002-5924-2683 + Tsinghua U., Beijing, CHEP + Center for High Energy Physics, Tsinghua University, Beijing, China + + + Huang, Wenqian + ORCID:0000-0002-1407-1729 + Beijing, GUCAS + University of Chinese Academy of Sciences, Beijing, China + + + Huang, Xiaotao + Wuhan U. + School of Physics and Technology, Wuhan University, Wuhan, China (associated with Center for High Energy Physics, Tsinghua University, Beijing, China) + + + Hulsbergen, Wouter + INSPIRE-00091582 + ORCID:0000-0003-3018-5707 + Nikhef, Amsterdam + Nikhef National Institute for Subatomic Physics, Amsterdam, Netherlands + + + Hunter, Ross John + ORCID:0000-0001-7894-8799 + Warwick U. + Department of Physics, University of Warwick, Coventry, United Kingdom + + + Hushchyn, Mikhail + INSPIRE-00545541 + ORCID:0000-0002-8894-6292 + Unlisted + Affiliated with an institute covered by a cooperation agreement with CERN + + + Hutchcroft, David + INSPIRE-00091737 + ORCID:0000-0002-4174-6509 + Liverpool U. + Oliver Lodge Laboratory, University of Liverpool, Liverpool, United Kingdom + + + Ibis, Philipp + ORCID:0000-0002-2022-6862 + Tech. U., Dortmund (main) + Fakultät Physik, Technische Universität Dortmund, Dortmund, Germany + + + Idzik, Marek + INSPIRE-00091920 + ORCID:0000-0001-6349-0033 + AGH-UST, Cracow + AGH—University of Science and Technology, Faculty of Physics and Applied Computer Science, Kraków, Poland + + + Ilin, Dmitrii + ORCID:0000-0001-8771-3115 + Unlisted + Affiliated with an institute covered by a cooperation agreement with CERN + + + Ilten, Philip + INSPIRE-00258006 + ORCID:0000-0001-5534-1732 + Cincinnati U. + University of Cincinnati, Cincinnati, Ohio, USA + + + Inglessi, Alexander + ORCID:0000-0002-2522-6722 + Unlisted + Affiliated with an institute covered by a cooperation agreement with CERN + + + Iniukhin, Aleksandr + ORCID:0000-0002-1940-6276 + Unlisted + Affiliated with an institute covered by a cooperation agreement with CERN + + + Ishteev, Artur + ORCID:0000-0003-1409-1428 + Unlisted + Affiliated with an institute covered by a cooperation agreement with CERN + + + Ivshin, Kuzma + ORCID:0000-0001-8403-0706 + Unlisted + Affiliated with an institute covered by a cooperation agreement with CERN + + + Jacobsson, Richard + INSPIRE-00260123 + ORCID:0000-0003-4971-7160 + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Jage, Hendrik + ORCID:0000-0002-8096-3792 + Aachen, Tech. Hochsch. + I. Physikalisches Institut, RWTH Aachen University, Aachen, Germany + + + Jaimes Elles, Sergio Javier + ORCID:0000-0003-0182-8638 + Valencia U., IFIC + Colombia, U. Natl. + Instituto de Fisica Corpuscular, Centro Mixto Universidad de Valencia—CSIC, Valencia, Spain + Departamento de Fisica, Universidad Nacional de Colombia, Bogota, Colombia (associated with LPNHE, Sorbonne Université, Paris Diderot Sorbonne Paris Cité, CNRS/IN2P3, Paris, France) + + + Jakobsen, Sune + ORCID:0000-0002-6564-040X + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Jans, Eddy + INSPIRE-00258761 + ORCID:0000-0002-5438-9176 + Nikhef, Amsterdam + Nikhef National Institute for Subatomic Physics, Amsterdam, Netherlands + + + Jashal, Brij Kishor + ORCID:0000-0002-0025-4663 + Valencia U., IFIC + Instituto de Fisica Corpuscular, Centro Mixto Universidad de Valencia—CSIC, Valencia, Spain + + + Jawahery, Abolhassan + INSPIRE-00144300 + ORCID:0000-0003-3719-119X + Maryland U., College Park + University of Maryland, College Park, Maryland, USA + + + Jevtic, Vukan + ORCID:0000-0001-6427-4746 + Tech. U., Dortmund (main) + Fakultät Physik, Technische Universität Dortmund, Dortmund, Germany + + + Jiang, Emily Kaiyin + ORCID:0000-0003-1728-8525 + Maryland U., College Park + University of Maryland, College Park, Maryland, USA + + + Jiang, Xiaojie + ORCID:0000-0001-8120-3296 + Beijing, Inst. High Energy Phys. + Beijing, GUCAS + Institute of High Energy Physics (IHEP), Beijing, China + University of Chinese Academy of Sciences, Beijing, China + + + Jiang, Yi + ORCID:0000-0002-8964-5109 + Beijing, GUCAS + University of Chinese Academy of Sciences, Beijing, China + + + Jiang, Yuyang + INSPIRE-00000000 + ORCID:0000-0002-0656-8647 + Peking U., SKLNPT + School of Physics State Key Laboratory of Nuclear Physics and Technology, Peking University, Beijing, China + + + John, Malcolm + INSPIRE-00042030 + ORCID:0000-0002-8579-844X + Oxford U. + Department of Physics, University of Oxford, Oxford, United Kingdom + + + Johnson, Daniel + INSPIRE-00262837 + ORCID:0000-0003-3272-6001 + Birmingham U. + University of Birmingham, Birmingham, United Kingdom + + + Jones, Christopher + INSPIRE-00261047 + ORCID:0000-0003-1699-8816 + Cambridge U. + Cavendish Laboratory, University of Cambridge, Cambridge, United Kingdom + + + Jones, Thomas Peter + ORCID:0000-0001-5706-7255 + Warwick U. + Department of Physics, University of Warwick, Coventry, United Kingdom + + + Joshi, Salil + ORCID:0000-0002-5821-1674 + NCBJ, Swierk + National Center for Nuclear Research (NCBJ), Warsaw, Poland + + + Jost, Beat + INSPIRE-00260147 + ORCID:0009-0005-4053-1222 + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Jurik, Nathan + INSPIRE-00400750 + ORCID:0000-0002-6066-7232 + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Juszczak, Izabela + ORCID:0000-0002-1285-3911 + Cracow, INP + Henryk Niewodniczanski Institute of Nuclear Physics Polish Academy of Sciences, Kraków, Poland + + + Kaminaris, Dimitrios + ORCID:0000-0002-8912-4653 + Ecole Polytechnique, Lausanne + Institute of Physics, Ecole Polytechnique Fédérale de Lausanne (EPFL), Lausanne, Switzerland + + + Kandybei, Sergii + INSPIRE-00341378 + ORCID:0000-0003-3598-0427 + Kharkov, KIPT + NSC Kharkiv Institute of Physics and Technology (NSC KIPT), Kharkiv, Ukraine + + + Kang, Youen + ORCID:0000-0002-6528-8178 + Tsinghua U., Beijing, CHEP + Center for High Energy Physics, Tsinghua University, Beijing, China + + + Karacson, Matthias + INSPIRE-00341385 + ORCID:0009-0006-1867-9674 + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Karpenkov, Dmitrii + ORCID:0000-0001-8686-2303 + Unlisted + Affiliated with an institute covered by a cooperation agreement with CERN + + + Karpov, Maksim + ORCID:0000-0003-4503-2682 + Unlisted + Affiliated with an institute covered by a cooperation agreement with CERN + + + Kauniskangas, Anni Matilda + ORCID:0000-0002-4285-8027 + Ecole Polytechnique, Lausanne + Institute of Physics, Ecole Polytechnique Fédérale de Lausanne (EPFL), Lausanne, Switzerland + + + Kautz, Jacob William + ORCID:0000-0001-8482-5576 + Cincinnati U. + University of Cincinnati, Cincinnati, Ohio, USA + + + Keizer, Floris + ORCID:0000-0002-1290-6737 + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Keller, Dustin Michael + ORCID:0000-0002-2608-1270 + Syracuse U. + Syracuse University, Syracuse, New York, USA + + + Kenzie, Matthew + INSPIRE-00239270 + ORCID:0000-0001-7910-4109 + Cambridge U. + Cavendish Laboratory, University of Cambridge, Cambridge, United Kingdom + + + Ketel, Tjeerd + INSPIRE-00258866 + ORCID:0000-0002-9652-1964 + Nikhef, Amsterdam + Nikhef National Institute for Subatomic Physics, Amsterdam, Netherlands + + + Khanji, Basem + INSPIRE-00257475 + ORCID:0000-0003-3838-281X + Syracuse U. + Syracuse University, Syracuse, New York, USA + + + Kharisova, Anastasiia + ORCID:0000-0002-5291-9583 + Unlisted + Affiliated with an institute covered by a cooperation agreement with CERN + + + Kholodenko, Sergei + ORCID:0000-0002-0260-6570 + Unlisted + Affiliated with an institute covered by a cooperation agreement with CERN + + + Khreich, Gaelle + ORCID:0000-0002-6520-8203 + IJCLab, Orsay + Université Paris-Saclay, CNRS/IN2P3, IJCLab, Orsay, France + + + Kirn, Thomas + INSPIRE-00545568 + ORCID:0000-0002-0253-8619 + Aachen, Tech. Hochsch. + I. Physikalisches Institut, RWTH Aachen University, Aachen, Germany + + + Kirsebom, Veronica Soelund + ORCID:0009-0005-4421-9025 + Ecole Polytechnique, Lausanne + Institute of Physics, Ecole Polytechnique Fédérale de Lausanne (EPFL), Lausanne, Switzerland + + + Kitouni, Ouail + ORCID:0000-0001-9695-8165 + MIT + Massachusetts Institute of Technology, Cambridge, Massachusetts, USA + + + Klaver, Suzanne + INSPIRE-00391174 + ORCID:0000-0001-7909-1272 + NIKHEF, Amsterdam + Vrije U., Amsterdam + Nikhef National Institute for Subatomic Physics and VU University Amsterdam, Amsterdam, Netherlands + + + Kleijne, Nico + ORCID:0000-0003-0828-0943 + INFN, Pisa + Pisa, Scuola Normale Superiore + INFN Sezione di Pisa, Pisa, Italy + + + Klimaszewski, Konrad + INSPIRE-00400854 + ORCID:0000-0003-0741-5922 + NCBJ, Swierk + National Center for Nuclear Research (NCBJ), Warsaw, Poland + + + Kmiec, Mateusz Rafal + ORCID:0000-0002-1821-1848 + NCBJ, Swierk + National Center for Nuclear Research (NCBJ), Warsaw, Poland + + + Koliiev, Serhii + INSPIRE-00582346 + ORCID:0009-0002-3680-1224 + Kiev, INR + Institute for Nuclear Research of the National Academy of Sciences (KINR), Kyiv, Ukraine + + + Kolk, Lars + ORCID:0000-0003-2589-5130 + Tech. U., Dortmund (main) + Fakultät Physik, Technische Universität Dortmund, Dortmund, Germany + + + Kondybayeva, Almagul + ORCID:0000-0001-8727-6840 + Unlisted + Affiliated with an institute covered by a cooperation agreement with CERN + + + Konoplyannikov, Anatoly + ORCID:0009-0005-2645-8364 + Unlisted + Affiliated with an institute covered by a cooperation agreement with CERN + + + Kopciewicz, Pawel + ORCID:0000-0001-9092-3527 + AGH-UST, Cracow + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + AGH—University of Science and Technology, Faculty of Physics and Applied Computer Science, Kraków, Poland + + + Kopecna, Renata + Heidelberg U. + Physikalisches Institut, Ruprecht-Karls-Universität Heidelberg, Heidelberg, Germany + + + Koppenburg, Patrick + INSPIRE-00058578 + ORCID:0000-0001-8614-7203 + Nikhef, Amsterdam + Nikhef National Institute for Subatomic Physics, Amsterdam, Netherlands + + + Korolev, Mikhail + INSPIRE-00259339 + ORCID:0000-0002-7473-2031 + Unlisted + Affiliated with an institute covered by a cooperation agreement with CERN + + + Kostiuk, Igor + ORCID:0000-0002-8767-7289 + Nikhef, Amsterdam + Nikhef National Institute for Subatomic Physics, Amsterdam, Netherlands + + + Kot, Oleksander + Kiev, INR + Institute for Nuclear Research of the National Academy of Sciences (KINR), Kyiv, Ukraine + + + Kotriakhova, Sofia + ORCID:0000-0002-1495-0053 + + + Kozachuk, Anastasiia + INSPIRE-00582368 + ORCID:0000-0001-6805-0395 + Unlisted + Affiliated with an institute covered by a cooperation agreement with CERN + + + Kravchenko, Polina + ORCID:0000-0002-4036-2060 + Unlisted + Affiliated with an institute covered by a cooperation agreement with CERN + + + Kravchuk, Leonid + INSPIRE-00259390 + ORCID:0000-0001-8631-4200 + Unlisted + Affiliated with an institute covered by a cooperation agreement with CERN + + + Kreps, Michal + INSPIRE-00041048 + ORCID:0000-0002-6133-486X + Warwick U. + Department of Physics, University of Warwick, Coventry, United Kingdom + + + Kretzschmar, Sophie Katharina + ORCID:0009-0008-8631-9552 + Aachen, Tech. Hochsch. + I. Physikalisches Institut, RWTH Aachen University, Aachen, Germany + + + Krokovny, Pavel + INSPIRE-00257824 + ORCID:0000-0002-1236-4667 + Unlisted + Affiliated with an institute covered by a cooperation agreement with CERN + + + Krupa, Wojciech + ORCID:0000-0002-7947-465X + Syracuse U. + Syracuse University, Syracuse, New York, USA + + + Krzemien, Wojciech + INSPIRE-00437507 + ORCID:0000-0002-9546-358X + NCBJ, Swierk + National Center for Nuclear Research (NCBJ), Warsaw, Poland + + + Kubat, Jakub + Heidelberg U. + Physikalisches Institut, Ruprecht-Karls-Universität Heidelberg, Heidelberg, Germany + + + Kubis, Sebastian Antoni + ORCID:0000-0001-8774-8270 + Cracow Tech. U. + Tadeusz Kosciuszko Cracow University of Technology, Cracow, Poland (associated with Henryk Niewodniczanski Institute of Nuclear Physics Polish Academy of Sciences, Kraków, Poland) + + + Kucewicz, Wojciech + INSPIRE-00256649 + ORCID:0000-0002-2073-711X + Cracow, INP + Henryk Niewodniczanski Institute of Nuclear Physics Polish Academy of Sciences, Kraków, Poland + + + Kucharczyk, Marcin + INSPIRE-00258880 + ORCID:0000-0003-4688-0050 + Cracow, INP + Henryk Niewodniczanski Institute of Nuclear Physics Polish Academy of Sciences, Kraków, Poland + + + Kudryavtsev, Vasily + INSPIRE-00341500 + ORCID:0009-0000-2192-995X + Unlisted + Affiliated with an institute covered by a cooperation agreement with CERN + + + Kulikova, Evgenia + ORCID:0009-0002-8059-5325 + Unlisted + Affiliated with an institute covered by a cooperation agreement with CERN + + + Kupsc, Andrzej + ORCID:0000-0003-4937-2270 + Uppsala U. + Department of Physics and Astronomy, Uppsala University, Uppsala, Sweden (associated with School of Physics and Astronomy, University of Glasgow, Glasgow, United Kingdom) + + + Kutsenko, Bogdan + ORCID:0000-0002-8366-1167 + Marseille, CPPM + Aix Marseille Université, CNRS/IN2P3, CPPM, Marseille, France + + + Lacarrere, Daniel + INSPIRE-00260180 + ORCID:0009-0005-6974-140X + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Lafferty, George + INSPIRE-00099630 + ORCID:0000-0003-0658-4919 + Manchester U. + Department of Physics and Astronomy, University of Manchester, Manchester, United Kingdom + + + Lai, Adriano + INSPIRE-00258150 + ORCID:0000-0003-1633-0496 + INFN, Cagliari + INFN Sezione di Cagliari, Monserrato, Italy + + + Lampis, Andrea + ORCID:0000-0002-5443-4870 + INFN, Cagliari + Cagliari U. + INFN Sezione di Cagliari, Monserrato, Italy + + + Lancierini, Davide + ORCID:0000-0003-1587-4555 + Zurich U. + Physik-Institut, Universität Zürich, Zürich, Switzerland + + + Landesa Gomez, Clara + ORCID:0000-0001-5241-8642 + U. Santiago de Compostela (main) + Instituto Galego de Física de Altas Enerxías (IGFAE), Universidade de Santiago de Compostela, Santiago de Compostela, Spain + + + Lane, John Jake + ORCID:0000-0002-5816-9488 + Monash U. + School of Physics and Astronomy, Monash University, Melbourne, Australia (associated with Department of Physics, University of Warwick, Coventry, United Kingdom) + + + Lane, Richard + ORCID:0000-0002-2360-2392 + Bristol U. + H.H. Wills Physics Laboratory, University of Bristol, Bristol, United Kingdom + + + Langenbruch, Christoph + INSPIRE-00003200 + ORCID:0000-0002-3454-7261 + Heidelberg U. + Physikalisches Institut, Ruprecht-Karls-Universität Heidelberg, Heidelberg, Germany + + + Langer, Jan + ORCID:0000-0002-0322-5550 + Tech. U., Dortmund (main) + Fakultät Physik, Technische Universität Dortmund, Dortmund, Germany + + + Lantwin, Oliver + ORCID:0000-0003-2384-5973 + Unlisted + Affiliated with an institute covered by a cooperation agreement with CERN + + + Latham, Thomas + INSPIRE-00041615 + ORCID:0000-0002-7195-8537 + Warwick U. + Department of Physics, University of Warwick, Coventry, United Kingdom + + + Lazzari, Federico + ORCID:0000-0002-3151-3453 + INFN, Pisa + U. Pisa (main) + INFN Sezione di Pisa, Pisa, Italy + + + Lazzeroni, Cristina + INSPIRE-00100355 + ORCID:0000-0003-4074-4787 + Birmingham U. + University of Birmingham, Birmingham, United Kingdom + + + Le Gac, Renaud + INSPIRE-00083087 + ORCID:0000-0002-7551-6971 + Marseille, CPPM + Aix Marseille Université, CNRS/IN2P3, CPPM, Marseille, France + + + Lee, Sook Hyun + ORCID:0000-0003-3523-9479 + U. Michigan, Ann Arbor + University of Michigan, Ann Arbor, Michigan, USA (associated with Syracuse University, Syracuse, New York, USA) + + + Lefèvre, Regis + INSPIRE-00041022 + ORCID:0000-0002-6917-6210 + Clermont-Ferrand U. + Université Clermont Auvergne, CNRS/IN2P3, LPC, Clermont-Ferrand, France + + + Leflat, Alexander + INSPIRE-00100871 + ORCID:0000-0001-9619-6666 + Unlisted + Affiliated with an institute covered by a cooperation agreement with CERN + + + Legotin, Sergey + ORCID:0000-0003-3192-6175 + Unlisted + Affiliated with an institute covered by a cooperation agreement with CERN + + + Lenisa, Paolo + ORCID:0000-0003-3509-1240 + INFN, Ferrara + Ferrara U. + INFN Sezione di Ferrara, Ferrara, Italy + + + Leroy, Olivier + INSPIRE-00101253 + ORCID:0000-0002-2589-240X + Marseille, CPPM + Aix Marseille Université, CNRS/IN2P3, CPPM, Marseille, France + + + Lesiak, Tadeusz + INSPIRE-00101288 + ORCID:0000-0002-3966-2998 + Cracow, INP + Henryk Niewodniczanski Institute of Nuclear Physics Polish Academy of Sciences, Kraków, Poland + + + Leverington, Blake + INSPIRE-00391255 + ORCID:0000-0001-6640-7274 + Heidelberg U. + Physikalisches Institut, Ruprecht-Karls-Universität Heidelberg, Heidelberg, Germany + + + Li, Anfeng + ORCID:0000-0001-5012-6013 + Tsinghua U., Beijing, CHEP + Center for High Energy Physics, Tsinghua University, Beijing, China + + + Li, Hengne + ORCID:0000-0002-2366-9554 + South China Normal U. + Guangdong Provincial Key Laboratory of Nuclear Science, Guangdong-Hong Kong Joint Laboratory of Quantum Matter, Institute of Quantum Matter, South China Normal University, Guangzhou, China (associated with Center for High Energy Physics, Tsinghua University, Beijing, China) + + + Li, Kechen + ORCID:0000-0002-2243-8412 + CCNU, Wuhan, Inst. Part. Phys. + Institute of Particle Physics, Central China Normal University, Wuhan, Hubei, China + + + Li, Lanxing + ORCID:0000-0003-4625-6880 + Manchester U. + Department of Physics and Astronomy, University of Manchester, Manchester, United Kingdom + + + Li, Peilian + ORCID:0000-0003-2740-9765 + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Li, Pei-Rong + ORCID:0000-0002-1603-3646 + Lanzhou U. + Lanzhou University, Lanzhou, China (associated with Institute Of High Energy Physics (IHEP), Beijing, China) + + + Li, Shiyang + ORCID:0000-0001-5455-3768 + CCNU, Wuhan, Inst. Part. Phys. + Institute of Particle Physics, Central China Normal University, Wuhan, Hubei, China + + + Li, Tiange + ORCID:0000-0002-5241-2555 + Beijing, Inst. High Energy Phys. + Institute of High Energy Physics (IHEP), Beijing, China + + + Li, Tianqi + ORCID:0000-0002-5723-0961 + South China Normal U. + Guangdong Provincial Key Laboratory of Nuclear Science, Guangdong-Hong Kong Joint Laboratory of Quantum Matter, Institute of Quantum Matter, South China Normal University, Guangzhou, China (associated with Center for High Energy Physics, Tsinghua University, Beijing, China) + + + Li, Yiming + INSPIRE-00385568 + ORCID:0000-0003-2043-4669 + Beijing, Inst. High Energy Phys. + Institute of High Energy Physics (IHEP), Beijing, China + + + Li, Zhuoming + ORCID:0000-0003-0755-8413 + Syracuse U. + Syracuse University, Syracuse, New York, USA + + + Lian, Zhengchen + ORCID:0000-0003-4602-6946 + Tsinghua U., Beijing, CHEP + Center for High Energy Physics, Tsinghua University, Beijing, China + + + Liang, Xixin + ORCID:0000-0002-5277-9103 + Syracuse U. + Syracuse University, Syracuse, New York, USA + + + Lin, Chuangxin + ORCID:0000-0001-7587-3365 + Beijing, GUCAS + University of Chinese Academy of Sciences, Beijing, China + + + Lin, Tai-hua + ORCID:0000-0001-6052-8243 + Rutherford + STFC Rutherford Appleton Laboratory, Didcot, United Kingdom + + + Lindner, Rolf + INSPIRE-00101983 + ORCID:0000-0002-5541-6500 + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Lisovskyi, Vitalii + ORCID:0000-0003-4451-214X + Ecole Polytechnique, Lausanne + Institute of Physics, Ecole Polytechnique Fédérale de Lausanne (EPFL), Lausanne, Switzerland + + + Litvinov, Roman + ORCID:0000-0002-4234-435X + INFN, Cagliari + Cagliari U. + INFN Sezione di Cagliari, Monserrato, Italy + + + Liu, Guoming + INSPIRE-00260200 + ORCID:0000-0001-5961-6588 + South China Normal U. + Guangdong Provincial Key Laboratory of Nuclear Science, Guangdong-Hong Kong Joint Laboratory of Quantum Matter, Institute of Quantum Matter, South China Normal University, Guangzhou, China (associated with Center for High Energy Physics, Tsinghua University, Beijing, China) + + + Liu, Huanhuan + ORCID:0000-0001-6658-1993 + Beijing, GUCAS + University of Chinese Academy of Sciences, Beijing, China + + + Liu, Kai + ORCID:0000-0003-4529-3356 + Lanzhou U. + Lanzhou University, Lanzhou, China (associated with Institute Of High Energy Physics (IHEP), Beijing, China) + + + Liu, Qian + ORCID:0000-0003-4658-6361 + Beijing, GUCAS + University of Chinese Academy of Sciences, Beijing, China + + + Liu, Shuaiyi + ORCID:0000-0002-6919-227X + Beijing, Inst. High Energy Phys. + Beijing, GUCAS + Institute of High Energy Physics (IHEP), Beijing, China + University of Chinese Academy of Sciences, Beijing, China + + + Liu, Yiming + ORCID:0000-0003-3257-9240 + Edinburgh U. + School of Physics and Astronomy, University of Edinburgh, Edinburgh, United Kingdom + + + Liu, Ying + Lanzhou U. + Lanzhou University, Lanzhou, China (associated with Institute Of High Energy Physics (IHEP), Beijing, China) + + + Lobo Salvia, Aniol + ORCID:0000-0002-2375-9509 + U. Barcelona (main) + ICCUB, Universitat de Barcelona, Barcelona, Spain + + + Loi, Angelo + ORCID:0000-0003-4176-1503 + INFN, Cagliari + INFN Sezione di Cagliari, Monserrato, Italy + + + Lomba Castro, Julian + ORCID:0000-0003-1874-8407 + U. Santiago de Compostela (main) + Instituto Galego de Física de Altas Enerxías (IGFAE), Universidade de Santiago de Compostela, Santiago de Compostela, Spain + + + Long, Thomas + ORCID:0000-0001-7292-848X + Cambridge U. + Cavendish Laboratory, University of Cambridge, Cambridge, United Kingdom + + + Longstaff, Iain + INSPIRE-00391330 + Glasgow U. + School of Physics and Astronomy, University of Glasgow, Glasgow, United Kingdom + + + Lopes, Jose + INSPIRE-00341531 + ORCID:0000-0003-1168-9547 + Rio de Janeiro Federal U. + Universidade Federal do Rio de Janeiro (UFRJ), Rio de Janeiro, Brazil + + + Lopez Huertas, Albert + ORCID:0000-0002-6323-5582 + U. Barcelona (main) + ICCUB, Universitat de Barcelona, Barcelona, Spain + + + López Soliño, Saúl + ORCID:0000-0001-9892-5113 + U. Santiago de Compostela (main) + Instituto Galego de Física de Altas Enerxías (IGFAE), Universidade de Santiago de Compostela, Santiago de Compostela, Spain + + + Lovell, George Holger + ORCID:0000-0002-9433-054X + Cambridge U. + Cavendish Laboratory, University of Cambridge, Cambridge, United Kingdom + + + Lu, Yu + ORCID:0000-0003-4416-6961 + Beijing, Inst. High Energy Phys. + Institute of High Energy Physics (IHEP), Beijing, China + + + Lucarelli, Chiara + ORCID:0000-0002-8196-1828 + INFN, Florence + Florence U. + INFN Sezione di Firenze, Firenze, Italy + + + Lucchesi, Donatella + INSPIRE-00102927 + ORCID:0000-0003-4937-7637 + INFN, Padua + U. Padua (main) + Università degli Studi di Padova, Università e INFN, Padova, Italy + + + Luchuk, Stanislav + ORCID:0000-0002-3697-8129 + Unlisted + Affiliated with an institute covered by a cooperation agreement with CERN + + + Lucio Martinez, Miriam + INSPIRE-00522703 + ORCID:0000-0001-6823-2607 + Maastricht U. + Universiteit Maastricht, Maastricht, Netherlands (associated with Nikhef National Institute for Subatomic Physics, Amsterdam, Netherlands) + + + Lukashenko, Valeriia + ORCID:0000-0002-0630-5185 + Nikhef, Amsterdam + Kiev, INR + Nikhef National Institute for Subatomic Physics, Amsterdam, Netherlands + Institute for Nuclear Research of the National Academy of Sciences (KINR), Kyiv, Ukraine + + + Luo, Yiheng + ORCID:0009-0001-8755-2937 + Tsinghua U., Beijing, CHEP + Center for High Energy Physics, Tsinghua University, Beijing, China + + + Lupato, Anna + INSPIRE-00453739 + ORCID:0000-0003-0312-3914 + INFN, Padua + Università degli Studi di Padova, Università e INFN, Padova, Italy + + + Luppi, Eleonora + INSPIRE-00103142 + ORCID:0000-0002-1072-5633 + INFN, Ferrara + Ferrara U. + INFN Sezione di Ferrara, Ferrara, Italy + + + Lynch, Kate + ORCID:0000-0002-7053-4951 + University Coll., Dublin + School of Physics, University College Dublin, Dublin, Ireland + + + Lyu, Xiao-Rui + INSPIRE-00385243 + ORCID:0000-0001-5689-9578 + Beijing, GUCAS + University of Chinese Academy of Sciences, Beijing, China + + + Ma, Ruiting + ORCID:0000-0002-0152-2412 + Beijing, GUCAS + University of Chinese Academy of Sciences, Beijing, China + + + Maccolini, Serena + ORCID:0000-0002-9571-7535 + Tech. U., Dortmund (main) + Fakultät Physik, Technische Universität Dortmund, Dortmund, Germany + + + Machefert, Frederic + INSPIRE-00103518 + ORCID:0000-0002-4644-5916 + IJCLab, Orsay + Université Paris-Saclay, CNRS/IN2P3, IJCLab, Orsay, France + + + Maciuc, Florin + INSPIRE-00054830 + ORCID:0000-0001-6651-9436 + Bucharest, IFIN-HH + Horia Hulubei National Institute of Physics and Nuclear Engineering, Bucharest-Magurele, Romania + + + Mackay, Innes + ORCID:0000-0003-0171-7890 + Oxford U. + Department of Physics, University of Oxford, Oxford, United Kingdom + + + Madhan Mohan, Lakshan Ram + ORCID:0000-0002-9390-8821 + Cambridge U. + Cavendish Laboratory, University of Cambridge, Cambridge, United Kingdom + + + Madurai, M.M. + ORCID:0000-0002-6503-0759 + Birmingham U. + University of Birmingham, Birmingham, United Kingdom + + + Madurai, Marcus Jonathan + ORCID:0000-0002-6503-0759 + Birmingham U. + + + Maevskiy, Artem + ORCID:0000-0003-1652-8005 + Unlisted + Affiliated with an institute covered by a cooperation agreement with CERN + + + Magdalinski, Daniel + ORCID:0000-0001-6267-7314 + Nikhef, Amsterdam + Nikhef National Institute for Subatomic Physics, Amsterdam, Netherlands + + + Maisuzenko, Dmitrii + ORCID:0000-0001-5704-3499 + Unlisted + Affiliated with an institute covered by a cooperation agreement with CERN + + + Majewski, Maciej Witold + AGH-UST, Cracow + AGH—University of Science and Technology, Faculty of Physics and Applied Computer Science, Kraków, Poland + + + Malczewski, Jakub Jacek + ORCID:0000-0003-2744-3656 + Cracow, INP + Henryk Niewodniczanski Institute of Nuclear Physics Polish Academy of Sciences, Kraków, Poland + + + Malde, Sneha + INSPIRE-00040960 + ORCID:0000-0002-8179-0707 + Oxford U. + Department of Physics, University of Oxford, Oxford, United Kingdom + + + Malecki, Bartosz + ORCID:0000-0003-0062-1985 + Cracow, INP + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + Henryk Niewodniczanski Institute of Nuclear Physics Polish Academy of Sciences, Kraków, Poland + + + Malentacca, Lorenzo + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Malinin, Alexander + INSPIRE-00401169 + ORCID:0000-0002-3731-9977 + Unlisted + Affiliated with an institute covered by a cooperation agreement with CERN + + + Maltsev, Timofei + INSPIRE-00582594 + ORCID:0000-0002-2120-5633 + Unlisted + Affiliated with an institute covered by a cooperation agreement with CERN + + + Manca, Giulia + INSPIRE-00057054 + ORCID:0000-0003-1960-4413 + INFN, Cagliari + Cagliari U. + INFN Sezione di Cagliari, Monserrato, Italy + + + Mancinelli, Giampiero + INSPIRE-00042821 + ORCID:0000-0003-1144-3678 + Marseille, CPPM + Aix Marseille Université, CNRS/IN2P3, CPPM, Marseille, France + + + Mancuso, Chiara + ORCID:0000-0002-2490-435X + INFN, Milan + IJCLab, Orsay + U. Milan (main) + INFN Sezione di Milano, Milano, Italy + Université Paris-Saclay, CNRS/IN2P3, IJCLab, Orsay, France + + + Manera Escalero, Rafel + U. Barcelona (main) + ICCUB, Universitat de Barcelona, Barcelona, Spain + + + Manuzzi, Daniele + ORCID:0000-0002-9915-6587 + INFN, Bologna + INFN Sezione di Bologna, Bologna, Italy + + + Manzari, Claudio Andrea + ORCID:0000-0001-8114-3078 + Zurich U. + Physik-Institut, Universität Zürich, Zürich, Switzerland + + + Marangotto, Daniele + ORCID:0000-0001-9099-4878 + INFN, Milan + U. Milan (main) + INFN Sezione di Milano, Milano, Italy + + + Marchand, Jean François + INSPIRE-00219901 + ORCID:0000-0002-4111-0797 + Annecy, LAPP + Université Savoie Mont Blanc, CNRS, IN2P3-LAPP, Annecy, France + + + Marconi, Umberto + INSPIRE-00258060 + ORCID:0000-0002-5055-7224 + INFN, Bologna + INFN Sezione di Bologna, Bologna, Italy + + + Mariani, Saverio + ORCID:0000-0002-7298-3101 + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Marin Benito, Carla + INSPIRE-00391574 + ORCID:0000-0003-0529-6982 + U. Barcelona (main) + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + ICCUB, Universitat de Barcelona, Barcelona, Spain + + + Marks, Jörg + INSPIRE-00145236 + ORCID:0000-0002-2867-722X + Heidelberg U. + Physikalisches Institut, Ruprecht-Karls-Universität Heidelberg, Heidelberg, Germany + + + Marshall, Alexander Mclean + ORCID:0000-0002-9863-4954 + Bristol U. + H.H. Wills Physics Laboratory, University of Bristol, Bristol, United Kingdom + + + Marshall, Phillip John + Liverpool U. + Oliver Lodge Laboratory, University of Liverpool, Liverpool, United Kingdom + + + Martelli, Gabriele + ORCID:0000-0002-6150-3168 + INFN, Perugia + INFN Sezione di Perugia, Perugia, Italy (associated with INFN Sezione di Ferrara, Ferrara, Italy) + + + Martellotti, Giuseppe + INSPIRE-00258664 + ORCID:0000-0002-8663-9037 + INFN, Rome + INFN Sezione di Roma La Sapienza, Roma, Italy + + + Martinazzoli, Loris + ORCID:0000-0002-8996-795X + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Martinelli, Maurizio + INSPIRE-00144085 + ORCID:0000-0003-4792-9178 + INFN, Milan Bicocca + Milan Bicocca U. + INFN Sezione di Milano-Bicocca, Milano, Italy + + + Martinez Santos, Diego + INSPIRE-00259733 + ORCID:0000-0002-6438-4483 + U. Santiago de Compostela (main) + Instituto Galego de Física de Altas Enerxías (IGFAE), Universidade de Santiago de Compostela, Santiago de Compostela, Spain + + + Martinez Vidal, Fernando + INSPIRE-00105212 + ORCID:0000-0001-6841-6035 + Valencia U., IFIC + Instituto de Fisica Corpuscular, Centro Mixto Universidad de Valencia—CSIC, Valencia, Spain + + + Massafferri, André + INSPIRE-00271814 + ORCID:0000-0002-3264-3401 + Rio de Janeiro, CBPF + Centro Brasileiro de Pesquisas Físicas (CBPF), Rio de Janeiro, Brazil + + + Materok, Marcel + ORCID:0000-0002-7380-6190 + Aachen, Tech. Hochsch. + I. Physikalisches Institut, RWTH Aachen University, Aachen, Germany + + + Matev, Rosen + INSPIRE-00334839 + ORCID:0000-0001-8713-6119 + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Mathad, Abhijit + INSPIRE-00522716 + ORCID:0000-0002-9428-4715 + Zurich U. + Physik-Institut, Universität Zürich, Zürich, Switzerland + + + Matiunin, Viacheslav + ORCID:0000-0003-4665-5451 + Unlisted + Affiliated with an institute covered by a cooperation agreement with CERN + + + Matteuzzi, Clara + INSPIRE-00258531 + ORCID:0000-0002-4047-4521 + Syracuse U. + INFN, Milan Bicocca + Syracuse University, Syracuse, New York, USA + INFN Sezione di Milano-Bicocca, Milano, Italy + + + Mattioli, Kara Renee + ORCID:0000-0003-2222-7727 + Ecole Polytechnique + Laboratoire Leprince-Ringuet, CNRS/IN2P3, Ecole Polytechnique, Institut Polytechnique de Paris, Palaiseau, France + + + Mauri, Andrea + INSPIRE-00640989 + ORCID:0000-0003-1664-8963 + Imperial Coll., London + Imperial College London, London, United Kingdom + + + Maurice, Emilie + INSPIRE-00257487 + ORCID:0000-0002-7366-4364 + Ecole Polytechnique + Laboratoire Leprince-Ringuet, CNRS/IN2P3, Ecole Polytechnique, Institut Polytechnique de Paris, Palaiseau, France + + + Mauricio, Joan + ORCID:0000-0002-9331-1363 + U. Barcelona (main) + ICCUB, Universitat de Barcelona, Barcelona, Spain + + + Mazurek, Michal + ORCID:0000-0002-3687-9630 + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + McCann, Michael + INSPIRE-00391673 + ORCID:0000-0002-3038-7301 + Imperial Coll., London + Imperial College London, London, United Kingdom + + + Mcconnell, Lucas + ORCID:0009-0004-7045-2181 + University Coll., Dublin + School of Physics, University College Dublin, Dublin, Ireland + + + McGrath, Tamaki Holly + ORCID:0000-0001-8993-3234 + Manchester U. + Department of Physics and Astronomy, University of Manchester, Manchester, United Kingdom + + + McHugh, Niall Thomas + ORCID:0000-0002-5477-3995 + Glasgow U. + School of Physics and Astronomy, University of Glasgow, Glasgow, United Kingdom + + + McNab, Andrew + INSPIRE-00391741 + ORCID:0000-0001-5023-2086 + Manchester U. + Department of Physics and Astronomy, University of Manchester, Manchester, United Kingdom + + + McNulty, Ronan + INSPIRE-00106463 + ORCID:0000-0001-7144-0175 + University Coll., Dublin + School of Physics, University College Dublin, Dublin, Ireland + + + Meadows, Brian + INSPIRE-00106491 + ORCID:0000-0002-1947-8034 + Cincinnati U. + University of Cincinnati, Cincinnati, Ohio, USA + + + Meier, Gerwin + ORCID:0000-0002-4266-1726 + Tech. U., Dortmund (main) + Fakultät Physik, Technische Universität Dortmund, Dortmund, Germany + + + Melnychuk, Dmytro + INSPIRE-00385848 + ORCID:0000-0003-1667-7115 + NCBJ, Swierk + National Center for Nuclear Research (NCBJ), Warsaw, Poland + + + Merk, Marcel + INSPIRE-00106980 + ORCID:0000-0003-0818-4695 + Nikhef, Amsterdam + Maastricht U. + Nikhef National Institute for Subatomic Physics, Amsterdam, Netherlands + Universiteit Maastricht, Maastricht, Netherlands (associated with Nikhef National Institute for Subatomic Physics, Amsterdam, Netherlands) + + + Merli, Andrea + INSPIRE-00582614 + ORCID:0000-0002-0374-5310 + INFN, Milan + U. Milan (main) + INFN Sezione di Milano, Milano, Italy + + + Meyer Garcia, Lucas + INSPIRE-01901355 + ORCID:0000-0002-2622-8551 + Rio de Janeiro Federal U. + Universidade Federal do Rio de Janeiro (UFRJ), Rio de Janeiro, Brazil + + + Miao, Dexing + ORCID:0000-0003-4232-5615 + Beijing, Inst. High Energy Phys. + Beijing, GUCAS + Institute of High Energy Physics (IHEP), Beijing, China + University of Chinese Academy of Sciences, Beijing, China + + + Miao, Han + ORCID:0000-0002-1936-5400 + Beijing, GUCAS + University of Chinese Academy of Sciences, Beijing, China + + + Mikhasenko, Mikhail + ORCID:0000-0002-6969-2063 + Bonn U., HISKP + ORIGINS, Garching + Universität Bonn—Helmholtz-Institut für Strahlen und Kernphysik, Bonn, Germany (associated with Physikalisches Institut, Ruprecht-Karls-Universität Heidelberg, Heidelberg, Germany) + + + Milanes, Diego Alejandro + INSPIRE-00028258 + ORCID:0000-0001-7450-1121 + Colombia, U. Natl. + Departamento de Fisica, Universidad Nacional de Colombia, Bogota, Colombia (associated with LPNHE, Sorbonne Université, Paris Diderot Sorbonne Paris Cité, CNRS/IN2P3, Paris, France) + + + Minard, Marie-Noelle + INSPIRE-00201357 + Annecy, LAPP + Université Savoie Mont Blanc, CNRS, IN2P3-LAPP, Annecy, France + + + Minotti, Alessandro + ORCID:0000-0002-0091-5177 + INFN, Milan Bicocca + Milan Bicocca U. + INFN Sezione di Milano-Bicocca, Milano, Italy + + + Minucci, Elisa + ORCID:0000-0002-3972-6824 + Syracuse U. + Syracuse University, Syracuse, New York, USA + + + Miralles, Tristan + ORCID:0000-0002-4018-1454 + Clermont-Ferrand U. + Université Clermont Auvergne, CNRS/IN2P3, LPC, Clermont-Ferrand, France + + + Mitchell, Sara Elizabeth + ORCID:0000-0002-7956-054X + Edinburgh U. + School of Physics and Astronomy, University of Edinburgh, Edinburgh, United Kingdom + + + Mitreska, Biljana + ORCID:0000-0002-1697-4999 + Tech. U., Dortmund (main) + Fakultät Physik, Technische Universität Dortmund, Dortmund, Germany + + + Mitzel, Dominik Stefan + INSPIRE-00522733 + ORCID:0000-0003-3650-2689 + Tech. U., Dortmund (main) + Fakultät Physik, Technische Universität Dortmund, Dortmund, Germany + + + Modak, Atanu + ORCID:0000-0003-1198-1441 + Rutherford + STFC Rutherford Appleton Laboratory, Didcot, United Kingdom + + + Mödden, Antje + ORCID:0009-0009-9185-4901 + Tech. U., Dortmund (main) + Fakultät Physik, Technische Universität Dortmund, Dortmund, Germany + + + Mohammed, Rizwaan Adeeb + ORCID:0000-0002-3718-4144 + Oxford U. + Department of Physics, University of Oxford, Oxford, United Kingdom + + + Moise, Razvan-Daniel + ORCID:0000-0002-5662-8804 + Aachen, Tech. Hochsch. + I. Physikalisches Institut, RWTH Aachen University, Aachen, Germany + + + Mokhnenko, Sergei + ORCID:0000-0002-1849-1472 + Unlisted + Affiliated with an institute covered by a cooperation agreement with CERN + + + Mombächer, Titus + ORCID:0000-0002-5612-979X + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Monk, Matthew David + ORCID:0000-0003-0484-0157 + Warwick U. + Monash U. + School of Physics and Astronomy, Monash University, Melbourne, Australia (associated with Department of Physics, University of Warwick, Coventry, United Kingdom) + Department of Physics, University of Warwick, Coventry, United Kingdom + + + Monroy, Igancio Alberto + INSPIRE-00536885 + ORCID:0000-0001-8742-0531 + Colombia, U. Natl. + Departamento de Fisica, Universidad Nacional de Colombia, Bogota, Colombia (associated with LPNHE, Sorbonne Université, Paris Diderot Sorbonne Paris Cité, CNRS/IN2P3, Paris, France) + + + Monteil, Stephane + INSPIRE-00257390 + ORCID:0000-0001-5015-3353 + Clermont-Ferrand U. + Université Clermont Auvergne, CNRS/IN2P3, LPC, Clermont-Ferrand, France + + + Morcillo Gomez, Angel + U. Santiago de Compostela (main) + Instituto Galego de Física de Altas Enerxías (IGFAE), Universidade de Santiago de Compostela, Santiago de Compostela, Spain + + + Morello, Gianfranco + ORCID:0000-0002-6180-3697 + Frascati + INFN Laboratori Nazionali di Frascati, Frascati, Italy + + + Morello, Michael Joseph + INSPIRE-00016418 + ORCID:0000-0003-4190-1078 + INFN, Pisa + Pisa, Scuola Normale Superiore + INFN Sezione di Pisa, Pisa, Italy + + + Morgenthaler, Maurice Pierre + ORCID:0000-0002-7699-5724 + Heidelberg U. + Physikalisches Institut, Ruprecht-Karls-Universität Heidelberg, Heidelberg, Germany + + + Moron, Jakub + INSPIRE-00453992 + ORCID:0000-0002-1857-1675 + AGH-UST, Cracow + AGH—University of Science and Technology, Faculty of Physics and Applied Computer Science, Kraków, Poland + + + Morris, Adam Benjamin + INSPIRE-00401257 + ORCID:0000-0002-0832-9199 + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Morris, Andrew George + ORCID:0000-0001-6644-9888 + Marseille, CPPM + Aix Marseille Université, CNRS/IN2P3, CPPM, Marseille, France + + + Mountain, Raymond + INSPIRE-00109283 + ORCID:0000-0003-1908-4219 + Syracuse U. + Syracuse University, Syracuse, New York, USA + + + Mu, Hongjie + ORCID:0000-0001-9720-7507 + Tsinghua U., Beijing, CHEP + Center for High Energy Physics, Tsinghua University, Beijing, China + + + Mu, Zeqing + INSPIRE-00000000 + ORCID:0000-0001-9291-2231 + Peking U., SKLNPT + School of Physics State Key Laboratory of Nuclear Physics and Technology, Peking University, Beijing, China + + + Muhammad, Emir + ORCID:0000-0001-7413-5862 + Warwick U. + Department of Physics, University of Warwick, Coventry, United Kingdom + + + Muheim, Franz + INSPIRE-00194050 + ORCID:0000-0002-1131-8909 + Edinburgh U. + School of Physics and Astronomy, University of Edinburgh, Edinburgh, United Kingdom + + + Mulder, Mick + INSPIRE-00518699 + ORCID:0000-0001-6867-8166 + U. Groningen, VSI + Van Swinderen Institute, University of Groningen, Groningen, Netherlands (associated with Nikhef National Institute for Subatomic Physics, Amsterdam, Netherlands) + + + Müller, Katharina + INSPIRE-00185464 + ORCID:0000-0002-5105-1305 + Zurich U. + Physik-Institut, Universität Zürich, Zürich, Switzerland + + + Mũnoz-Rojas, Federico + ORCID:0000-0002-4978-602X + Costa Rica U. + Consejo Nacional de Rectores (CONARE), San Jose, Costa Rica + + + Murta, Rebecca + ORCID:0000-0002-6915-8370 + Imperial Coll., London + Imperial College London, London, United Kingdom + + + Naik, Paras + INSPIRE-00260976 + ORCID:0000-0001-6977-2971 + Liverpool U. + Oliver Lodge Laboratory, University of Liverpool, Liverpool, United Kingdom + + + Nakada, Tatsuya + INSPIRE-00171856 + ORCID:0009-0000-6210-6861 + Ecole Polytechnique, Lausanne + Institute of Physics, Ecole Polytechnique Fédérale de Lausanne (EPFL), Lausanne, Switzerland + + + Nandakumar, Raja + INSPIRE-00110346 + ORCID:0000-0002-6813-6794 + Rutherford + STFC Rutherford Appleton Laboratory, Didcot, United Kingdom + + + Nanut, Tara + ORCID:0000-0002-5728-9867 + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Nasteva, Irina + INSPIRE-00140157 + ORCID:0000-0001-7115-7214 + Rio de Janeiro Federal U. + Universidade Federal do Rio de Janeiro (UFRJ), Rio de Janeiro, Brazil + + + Needham, Matthew + INSPIRE-00260601 + ORCID:0000-0002-8297-6714 + Edinburgh U. + School of Physics and Astronomy, University of Edinburgh, Edinburgh, United Kingdom + + + Neri, Nicola + INSPIRE-00045899 + ORCID:0000-0002-6106-3756 + INFN, Milan + U. Milan (main) + INFN Sezione di Milano, Milano, Italy + + + Neubert, Sebastian + INSPIRE-00391914 + ORCID:0000-0002-0706-1944 + Bonn U., HISKP + Universität Bonn—Helmholtz-Institut für Strahlen und Kernphysik, Bonn, Germany (associated with Physikalisches Institut, Ruprecht-Karls-Universität Heidelberg, Heidelberg, Germany) + + + Neufeld, Niko + INSPIRE-00260260 + ORCID:0000-0003-2298-0102 + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Neustroev, Petr + Unlisted + Affiliated with an institute covered by a cooperation agreement with CERN + + + Newcombe, Ryan + Imperial Coll., London + Imperial College London, London, United Kingdom + + + Nicolini, Janina + ORCID:0000-0001-9034-3637 + Tech. U., Dortmund (main) + IJCLab, Orsay + Fakultät Physik, Technische Universität Dortmund, Dortmund, Germany + Université Paris-Saclay, CNRS/IN2P3, IJCLab, Orsay, France + + + Nicotra, Davide + ORCID:0000-0001-7513-3033 + Maastricht U. + Universiteit Maastricht, Maastricht, Netherlands (associated with Nikhef National Institute for Subatomic Physics, Amsterdam, Netherlands) + + + Niel, Elisabeth Maria + ORCID:0000-0002-6587-4695 + Ecole Polytechnique, Lausanne + Institute of Physics, Ecole Polytechnique Fédérale de Lausanne (EPFL), Lausanne, Switzerland + + + Nikitin, Nikolay + INSPIRE-00259364 + ORCID:0000-0003-0215-1091 + Unlisted + Affiliated with an institute covered by a cooperation agreement with CERN + + + Nogga, Piet + Bonn U., HISKP + Universität Bonn—Helmholtz-Institut für Strahlen und Kernphysik, Bonn, Germany (associated with Physikalisches Institut, Ruprecht-Karls-Universität Heidelberg, Heidelberg, Germany) + + + Nolte, Niklas Stefan + ORCID:0000-0003-2536-4209 + MIT + Massachusetts Institute of Technology, Cambridge, Massachusetts, USA + + + Normand, Camille + ORCID:0000-0001-5055-7710 + Annecy, LAPP + INFN, Cagliari + Cagliari U. + Université Savoie Mont Blanc, CNRS, IN2P3-LAPP, Annecy, France + INFN Sezione di Cagliari, Monserrato, Italy + + + Novoa Fernandez, Julio + ORCID:0000-0002-1819-1381 + U. Santiago de Compostela (main) + Instituto Galego de Física de Altas Enerxías (IGFAE), Universidade de Santiago de Compostela, Santiago de Compostela, Spain + + + Nowak, Gabriel Matthew + ORCID:0000-0003-4864-7164 + Cincinnati U. + University of Cincinnati, Cincinnati, Ohio, USA + + + Nunez, Cynthia + ORCID:0000-0002-2521-9346 + U. Michigan, Ann Arbor + University of Michigan, Ann Arbor, Michigan, USA (associated with Syracuse University, Syracuse, New York, USA) + + + Nur, Havva Hasret + ORCID:0000-0002-7822-523X + Glasgow U. + + + Nur, H.N. + ORCID:0000-0002-7822-523X + Glasgow U. + School of Physics and Astronomy, University of Glasgow, Glasgow, United Kingdom + + + Oblakowska-Mucha, Agnieszka + INSPIRE-00258945 + ORCID:0000-0003-1328-0534 + AGH-UST, Cracow + AGH—University of Science and Technology, Faculty of Physics and Applied Computer Science, Kraków, Poland + + + Obraztsov, Vladimir + INSPIRE-00191751 + ORCID:0000-0002-0994-3641 + Unlisted + Affiliated with an institute covered by a cooperation agreement with CERN + + + Oeser, Thomas + ORCID:0000-0001-7792-4082 + Aachen, Tech. Hochsch. + I. Physikalisches Institut, RWTH Aachen University, Aachen, Germany + + + Okamura, Shinichi + ORCID:0000-0003-1229-3093 + INFN, Ferrara + CERN + Ferrara U. + INFN Sezione di Ferrara, Ferrara, Italy + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Oldeman, Rudolf + INSPIRE-00112910 + ORCID:0000-0001-6902-0710 + INFN, Cagliari + Cagliari U. + INFN Sezione di Cagliari, Monserrato, Italy + + + Oliva, Federica + ORCID:0000-0001-7025-3407 + Edinburgh U. + School of Physics and Astronomy, University of Edinburgh, Edinburgh, United Kingdom + + + Olocco, Micol + ORCID:0000-0002-6968-1217 + Tech. U., Dortmund (main) + Fakultät Physik, Technische Universität Dortmund, Dortmund, Germany + + + Onderwater, C.J.G. + INSPIRE-00113159 + ORCID:0000-0002-2310-4166 + Maastricht U. + Universiteit Maastricht, Maastricht, Netherlands (associated with Nikhef National Institute for Subatomic Physics, Amsterdam, Netherlands) + + + O'Neil, Ryunosuke Hugo + ORCID:0000-0002-9797-8464 + Edinburgh U. + School of Physics and Astronomy, University of Edinburgh, Edinburgh, United Kingdom + + + Otalora Goicochea, Juan Martin + INSPIRE-00218196 + ORCID:0000-0002-9584-8500 + Rio de Janeiro Federal U. + Universidade Federal do Rio de Janeiro (UFRJ), Rio de Janeiro, Brazil + + + Ovsiannikova, Tatiana + ORCID:0000-0002-3890-9426 + Unlisted + Affiliated with an institute covered by a cooperation agreement with CERN + + + Owen, Patrick + INSPIRE-00341671 + ORCID:0000-0002-4161-9147 + Zurich U. + Physik-Institut, Universität Zürich, Zürich, Switzerland + + + Oyanguren, Maria Aranzazu + INSPIRE-00042432 + ORCID:0000-0002-8240-7300 + Valencia U., IFIC + Instituto de Fisica Corpuscular, Centro Mixto Universidad de Valencia—CSIC, Valencia, Spain + + + Ozcelik, Ozlem + ORCID:0000-0003-3227-9248 + Edinburgh U. + School of Physics and Astronomy, University of Edinburgh, Edinburgh, United Kingdom + + + Padeken, Klaas Ole + ORCID:0000-0001-7251-9125 + Bonn U., HISKP + Universität Bonn—Helmholtz-Institut für Strahlen und Kernphysik, Bonn, Germany (associated with Physikalisches Institut, Ruprecht-Karls-Universität Heidelberg, Heidelberg, Germany) + + + Pagare, Bhagyashree + ORCID:0000-0003-3184-1622 + Warwick U. + Department of Physics, University of Warwick, Coventry, United Kingdom + + + Pais, Preema Rennee + INSPIRE-00237142 + ORCID:0009-0005-9758-742X + Heidelberg U. + Physikalisches Institut, Ruprecht-Karls-Universität Heidelberg, Heidelberg, Germany + + + Pajero, Tommaso + ORCID:0000-0001-9630-2000 + Oxford U. + Department of Physics, University of Oxford, Oxford, United Kingdom + + + Palano, Antimo + INSPIRE-00114021 + ORCID:0000-0002-6095-9593 + INFN, Bari + INFN Sezione di Bari, Bari, Italy + + + Palutan, Matteo + INSPIRE-00259914 + ORCID:0000-0001-7052-1360 + Frascati + INFN Laboratori Nazionali di Frascati, Frascati, Italy + + + Panshin, Gennady + ORCID:0000-0001-9163-2051 + Unlisted + Affiliated with an institute covered by a cooperation agreement with CERN + + + Paolucci, Lorenzo + ORCID:0000-0003-0465-2893 + Warwick U. + Department of Physics, University of Warwick, Coventry, United Kingdom + + + Papanestis, Antonios + INSPIRE-00261218 + ORCID:0000-0002-5405-2901 + Rutherford + STFC Rutherford Appleton Laboratory, Didcot, United Kingdom + + + Pappagallo, Marco + INSPIRE-00043195 + ORCID:0000-0001-7601-5602 + INFN, Bari + Bari U. + INFN Sezione di Bari, Bari, Italy + + + Pappalardo, Luciano + INSPIRE-00401494 + ORCID:0000-0002-0876-3163 + INFN, Ferrara + Ferrara U. + INFN Sezione di Ferrara, Ferrara, Italy + + + Pappenheimer, Cheryl + ORCID:0000-0003-0738-3668 + Cincinnati U. + University of Cincinnati, Cincinnati, Ohio, USA + + + Parkes, Christopher + INSPIRE-00160233 + ORCID:0000-0003-4174-1334 + Manchester U. + CERN + Department of Physics and Astronomy, University of Manchester, Manchester, United Kingdom + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Passalacqua, Barbara + ORCID:0000-0003-3643-7469 + INFN, Ferrara + Ferrara U. + INFN Sezione di Ferrara, Ferrara, Italy + + + Passaleva, Giovanni + INSPIRE-00114920 + ORCID:0000-0002-8077-8378 + INFN, Florence + INFN Sezione di Firenze, Firenze, Italy + + + Passaro, Daniele + ORCID:0000-0002-8601-2197 + INFN, Pisa + INFN Sezione di Pisa, Pisa, Italy + + + Pastore, Alessandra + INSPIRE-00268178 + ORCID:0000-0002-5024-3495 + INFN, Bari + INFN Sezione di Bari, Bari, Italy + + + Patel, Mitesh + INSPIRE-00227343 + ORCID:0000-0003-3871-5602 + Imperial Coll., London + Imperial College London, London, United Kingdom + + + Patoc, Jairus Tristan + ORCID:0009-0000-1201-4918 + Oxford U. + Department of Physics, University of Oxford, Oxford, United Kingdom + + + Patrignani, Claudia + INSPIRE-00115095 + ORCID:0000-0002-5882-1747 + INFN, Bologna + Bologna U. + INFN Sezione di Bologna, Bologna, Italy + + + Pawley, Christopher James + ORCID:0000-0001-9112-3724 + Maastricht U. + Universiteit Maastricht, Maastricht, Netherlands (associated with Nikhef National Institute for Subatomic Physics, Amsterdam, Netherlands) + + + Pellegrino, Antonio + INSPIRE-00173740 + ORCID:0000-0002-7884-345X + Nikhef, Amsterdam + Nikhef National Institute for Subatomic Physics, Amsterdam, Netherlands + + + Pepe Altarelli, Monica + INSPIRE-00296179 + ORCID:0000-0002-1642-4030 + Frascati + INFN Laboratori Nazionali di Frascati, Frascati, Italy + + + Perazzini, Stefano + INSPIRE-00258083 + ORCID:0000-0002-1862-7122 + INFN, Bologna + INFN Sezione di Bologna, Bologna, Italy + + + Pereima, Dmitrii + ORCID:0000-0002-7008-8082 + Unlisted + Affiliated with an institute covered by a cooperation agreement with CERN + + + Pereiro Castro, Asier + ORCID:0000-0001-9721-3325 + U. Santiago de Compostela (main) + Instituto Galego de Física de Altas Enerxías (IGFAE), Universidade de Santiago de Compostela, Santiago de Compostela, Spain + + + Perret, Pascal + INSPIRE-00115778 + ORCID:0000-0002-5732-4343 + Clermont-Ferrand U. + Université Clermont Auvergne, CNRS/IN2P3, LPC, Clermont-Ferrand, France + + + Perro, Alberto + ORCID:0000-0002-1996-0496 + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Petridis, Konstantinos + INSPIRE-00311357 + ORCID:0000-0001-7871-5119 + Bristol U. + H.H. Wills Physics Laboratory, University of Bristol, Bristol, United Kingdom + + + Petrolini, Alessandro + INSPIRE-00116050 + ORCID:0000-0003-0222-7594 + INFN, Genoa + Genoa U. + INFN Sezione di Genova, Genova, Italy + + + Petrucci, Stefano + ORCID:0000-0001-8312-4268 + Edinburgh U. + School of Physics and Astronomy, University of Edinburgh, Edinburgh, United Kingdom + + + Pham, Hang + ORCID:0000-0003-2995-1953 + Syracuse U. + Syracuse University, Syracuse, New York, USA + + + Philippov, Anton + ORCID:0000-0002-5103-8880 + Unlisted + Affiliated with an institute covered by a cooperation agreement with CERN + + + Pica, Lorenzo + ORCID:0000-0001-9837-6556 + INFN, Pisa + Pisa, Scuola Normale Superiore + INFN Sezione di Pisa, Pisa, Italy + + + Piccini, Mauro + ORCID:0000-0001-8659-4409 + INFN, Perugia + INFN Sezione di Perugia, Perugia, Italy (associated with INFN Sezione di Ferrara, Ferrara, Italy) + + + Pietrzyk, Boleslaw + INSPIRE-00257359 + ORCID:0000-0003-1836-7233 + Annecy, LAPP + Université Savoie Mont Blanc, CNRS, IN2P3-LAPP, Annecy, France + + + Pietrzyk, Guillaume + ORCID:0000-0001-9622-820X + IJCLab, Orsay + Université Paris-Saclay, CNRS/IN2P3, IJCLab, Orsay, France + + + Pinci, Davide + INSPIRE-00258670 + ORCID:0000-0002-7224-9708 + INFN, Rome + INFN Sezione di Roma La Sapienza, Roma, Italy + + + Pisani, Flavio + ORCID:0000-0002-7763-252X + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Pizzichemi, Marco + ORCID:0000-0001-5189-230X + INFN, Milan Bicocca + Milan Bicocca U. + INFN Sezione di Milano-Bicocca, Milano, Italy + + + Placinta, Vlad-Mihai + INSPIRE-00582660 + ORCID:0000-0003-4465-2441 + Bucharest, IFIN-HH + Horia Hulubei National Institute of Physics and Nuclear Engineering, Bucharest-Magurele, Romania + + + Plo Casasus, Maximo + INSPIRE-00259765 + ORCID:0000-0002-2289-918X + U. Santiago de Compostela (main) + Instituto Galego de Física de Altas Enerxías (IGFAE), Universidade de Santiago de Compostela, Santiago de Compostela, Spain + + + Polci, Francesco + INSPIRE-00041883 + ORCID:0000-0001-8058-0436 + Paris U., VI-VII + CERN + LPNHE, Sorbonne Université, Paris Diderot Sorbonne Paris Cité, CNRS/IN2P3, Paris, France + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Poli Lener, Marco + ORCID:0000-0001-7867-1232 + Frascati + INFN Laboratori Nazionali di Frascati, Frascati, Italy + + + Poluektov, Anton + INSPIRE-00180587 + ORCID:0000-0003-2222-9925 + Marseille, CPPM + Aix Marseille Université, CNRS/IN2P3, CPPM, Marseille, France + + + Polukhina, Natalia + ORCID:0000-0001-5942-1772 + Unlisted + Affiliated with an institute covered by a cooperation agreement with CERN + + + Polyakov, Ivan + INSPIRE-00392262 + ORCID:0000-0002-6855-7783 + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Polycarpo, Erica + INSPIRE-00117142 + ORCID:0000-0002-4298-5309 + Rio de Janeiro Federal U. + Universidade Federal do Rio de Janeiro (UFRJ), Rio de Janeiro, Brazil + + + Ponce, Sebastien + ORCID:0000-0002-1476-7056 + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Popov, Dmitry + INSPIRE-00257709 + ORCID:0000-0002-8293-2922 + Beijing, GUCAS + University of Chinese Academy of Sciences, Beijing, China + + + Poslavskii, Stanislav + INSPIRE-00582684 + ORCID:0000-0003-3236-1452 + Unlisted + Affiliated with an institute covered by a cooperation agreement with CERN + + + Prasanth, Kodassery + ORCID:0000-0001-9923-0938 + Cracow, INP + Henryk Niewodniczanski Institute of Nuclear Physics Polish Academy of Sciences, Kraków, Poland + + + Promberger, Laura + ORCID:0000-0003-0127-6255 + Heidelberg U. + Physikalisches Institut, Ruprecht-Karls-Universität Heidelberg, Heidelberg, Germany + + + Prouve, Claire + INSPIRE-00392372 + ORCID:0000-0003-2000-6306 + U. Santiago de Compostela (main) + Instituto Galego de Física de Altas Enerxías (IGFAE), Universidade de Santiago de Compostela, Santiago de Compostela, Spain + + + Pugatch, Valery + INSPIRE-00046375 + ORCID:0000-0002-5204-9821 + Kiev, INR + Institute for Nuclear Research of the National Academy of Sciences (KINR), Kyiv, Ukraine + + + Puill, Veronique + ORCID:0000-0003-0806-7149 + IJCLab, Orsay + Université Paris-Saclay, CNRS/IN2P3, IJCLab, Orsay, France + + + Punzi, Giovanni + INSPIRE-00118078 + ORCID:0000-0002-8346-9052 + INFN, Pisa + U. Pisa (main) + INFN Sezione di Pisa, Pisa, Italy + + + Qi, Hongrong + ORCID:0000-0002-9325-2308 + Tsinghua U., Beijing, CHEP + Center for High Energy Physics, Tsinghua University, Beijing, China + + + Qian, Wenbin + INSPIRE-00257268 + ORCID:0000-0003-3932-7556 + Beijing, GUCAS + University of Chinese Academy of Sciences, Beijing, China + + + Qin, Ning + ORCID:0000-0001-8453-658X + Tsinghua U., Beijing, CHEP + Center for High Energy Physics, Tsinghua University, Beijing, China + + + Qu, Sanqiang + ORCID:0000-0002-7518-0961 + Tsinghua U., Beijing, CHEP + Center for High Energy Physics, Tsinghua University, Beijing, China + + + Quagliani, Renato + INSPIRE-00453676 + ORCID:0000-0002-3632-2453 + Ecole Polytechnique, Lausanne + Institute of Physics, Ecole Polytechnique Fédérale de Lausanne (EPFL), Lausanne, Switzerland + + + Rachwal, Bartlomiej + INSPIRE-00392425 + ORCID:0000-0002-0685-6497 + AGH-UST, Cracow + AGH—University of Science and Technology, Faculty of Physics and Applied Computer Science, Kraków, Poland + + + Rademacker, Jonas + INSPIRE-00050460 + ORCID:0000-0003-2599-7209 + Bristol U. + H.H. Wills Physics Laboratory, University of Bristol, Bristol, United Kingdom + + + Rajagopalan, Rohan + Syracuse U. + Syracuse University, Syracuse, New York, USA + + + Rama, Matteo + INSPIRE-00041956 + ORCID:0000-0003-3002-4719 + INFN, Pisa + INFN Sezione di Pisa, Pisa, Italy + + + Ramírez García, Manuel + ORCID:0000-0001-7956-763X + U. Michigan, Ann Arbor + University of Michigan, Ann Arbor, Michigan, USA (associated with Syracuse University, Syracuse, New York, USA) + + + Ramos Pernas, Miguel + INSPIRE-00545589 + ORCID:0000-0003-1600-9432 + Warwick U. + Department of Physics, University of Warwick, Coventry, United Kingdom + + + Rangel, Murilo + INSPIRE-00024740 + ORCID:0000-0002-8690-5198 + Rio de Janeiro Federal U. + Universidade Federal do Rio de Janeiro (UFRJ), Rio de Janeiro, Brazil + + + Ratnikov, Fedor + INSPIRE-00005235 + ORCID:0000-0003-0762-5583 + Unlisted + Affiliated with an institute covered by a cooperation agreement with CERN + + + Raven, Gerhard + INSPIRE-00119187 + ORCID:0000-0002-2897-5323 + NIKHEF, Amsterdam + Vrije U., Amsterdam + Nikhef National Institute for Subatomic Physics and VU University Amsterdam, Amsterdam, Netherlands + + + Rebollo De Miguel, Miguel + ORCID:0000-0002-4522-4863 + Valencia U., IFIC + Instituto de Fisica Corpuscular, Centro Mixto Universidad de Valencia—CSIC, Valencia, Spain + + + Redi, Federico + INSPIRE-00453784 + ORCID:0000-0001-9728-8984 + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Reich, Jake + ORCID:0000-0002-2657-4040 + Bristol U. + H.H. Wills Physics Laboratory, University of Bristol, Bristol, United Kingdom + + + Reiss, Florian + ORCID:0000-0002-8395-7654 + Manchester U. + Department of Physics and Astronomy, University of Manchester, Manchester, United Kingdom + + + Ren, Zan + ORCID:0000-0001-9974-9350 + Tsinghua U., Beijing, CHEP + Center for High Energy Physics, Tsinghua University, Beijing, China + + + Resmi, P.K. + ORCID:0000-0001-9025-2225 + Oxford U. + Department of Physics, University of Oxford, Oxford, United Kingdom + + + Ribatti, Roberto + ORCID:0000-0003-1778-1213 + INFN, Pisa + Pisa, Scuola Normale Superiore + INFN Sezione di Pisa, Pisa, Italy + + + Ricart, Gabriel + ORCID:0000-0002-9292-2066 + Ecole Polytechnique + Universite Paris-Saclay, Centre d?Etudes de Saclay (CEA), IRFU, Saclay, France + Departement de Physique Nucleaire (SPhN), Gif-Sur-Yvette, France + Laboratoire Leprince-Ringuet, CNRS/IN2P3, Ecole Polytechnique, Institut Polytechnique de Paris, Palaiseau, France + + + Riccardi, Domenico + ORCID:0009-0009-8397-572X + INFN, Pisa + INFN Sezione di Pisa, Pisa, Italy + + + Ricciardi, Stefania + INSPIRE-00119926 + ORCID:0000-0002-4254-3658 + Rutherford + STFC Rutherford Appleton Laboratory, Didcot, United Kingdom + + + Richardson, Kate Abigail + ORCID:0000-0002-6847-2835 + MIT + Massachusetts Institute of Technology, Cambridge, Massachusetts, USA + + + Richardson-Slipper, Mary + ORCID:0000-0002-2752-001X + Edinburgh U. + School of Physics and Astronomy, University of Edinburgh, Edinburgh, United Kingdom + + + Rinnert, Kurt + INSPIRE-00034500 + ORCID:0000-0001-9802-1122 + Liverpool U. + Oliver Lodge Laboratory, University of Liverpool, Liverpool, United Kingdom + + + Robbe, Patrick + INSPIRE-00050542 + ORCID:0000-0002-0656-9033 + IJCLab, Orsay + Université Paris-Saclay, CNRS/IN2P3, IJCLab, Orsay, France + + + Robertson, Gary + ORCID:0000-0002-7026-1383 + Edinburgh U. + School of Physics and Astronomy, University of Edinburgh, Edinburgh, United Kingdom + + + Rodrigues, Eduardo + INSPIRE-00306714 + ORCID:0000-0003-2846-7625 + Liverpool U. + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + Oliver Lodge Laboratory, University of Liverpool, Liverpool, United Kingdom + + + Rodriguez Fernandez, Emilio Xose + ORCID:0000-0002-3040-065X + U. Santiago de Compostela (main) + Instituto Galego de Física de Altas Enerxías (IGFAE), Universidade de Santiago de Compostela, Santiago de Compostela, Spain + + + Rodriguez Lopez, Jairo Alexis + INSPIRE-00120769 + ORCID:0000-0003-1895-9319 + Colombia, U. Natl. + Departamento de Fisica, Universidad Nacional de Colombia, Bogota, Colombia (associated with LPNHE, Sorbonne Université, Paris Diderot Sorbonne Paris Cité, CNRS/IN2P3, Paris, France) + + + Rodriguez Rodriguez, Efren + ORCID:0000-0002-7973-8061 + U. Santiago de Compostela (main) + Instituto Galego de Física de Altas Enerxías (IGFAE), Universidade de Santiago de Compostela, Santiago de Compostela, Spain + + + Rogovskiy, Alexander + ORCID:0000-0002-1034-1058 + Rutherford + STFC Rutherford Appleton Laboratory, Didcot, United Kingdom + + + Rolf, David Leonhard + ORCID:0000-0001-7908-7214 + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Rollings, Alexandra Paige + INSPIRE-00582716 + ORCID:0000-0002-5213-3783 + Oxford U. + Department of Physics, University of Oxford, Oxford, United Kingdom + + + Roloff, Philipp + ORCID:0000-0001-7378-4350 + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Romanovskiy, Vladimir + INSPIRE-00259690 + ORCID:0000-0003-0939-4272 + Unlisted + Affiliated with an institute covered by a cooperation agreement with CERN + + + Romero Lamas, Marcos + ORCID:0000-0002-1217-8418 + U. Santiago de Compostela (main) + Instituto Galego de Física de Altas Enerxías (IGFAE), Universidade de Santiago de Compostela, Santiago de Compostela, Spain + + + Romero Vidal, Antonio + INSPIRE-00357288 + ORCID:0000-0002-8830-1486 + U. Santiago de Compostela (main) + Instituto Galego de Física de Altas Enerxías (IGFAE), Universidade de Santiago de Compostela, Santiago de Compostela, Spain + + + Romolini, Gabriele + ORCID:0000-0002-0118-4214 + INFN, Ferrara + INFN Sezione di Ferrara, Ferrara, Italy + + + Ronchetti, Federico + ORCID:0000-0003-3438-9774 + Ecole Polytechnique, Lausanne + Institute of Physics, Ecole Polytechnique Fédérale de Lausanne (EPFL), Lausanne, Switzerland + + + Rotondo, Marcello + INSPIRE-00036330 + ORCID:0000-0001-5704-6163 + Frascati + INFN Laboratori Nazionali di Frascati, Frascati, Italy + + + Rudolph, Matthew Scott + INSPIRE-00176709 + ORCID:0000-0002-0050-575X + Syracuse U. + Syracuse University, Syracuse, New York, USA + + + Ruf, Thomas + INSPIRE-00260315 + ORCID:0000-0002-8657-3576 + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Ruiz Fernandez, Ramon Angel + ORCID:0000-0002-5727-4454 + U. Santiago de Compostela (main) + Instituto Galego de Física de Altas Enerxías (IGFAE), Universidade de Santiago de Compostela, Santiago de Compostela, Spain + + + Ruiz Vidal, Joan + ORCID:0000-0001-8362-7164 + Valencia U., IFIC + Instituto de Fisica Corpuscular, Centro Mixto Universidad de Valencia—CSIC, Valencia, Spain + + + Ryzhikov, Artem + ORCID:0000-0002-3543-0313 + Unlisted + Affiliated with an institute covered by a cooperation agreement with CERN + + + Ryzka, Jakub + ORCID:0000-0003-4235-2445 + AGH-UST, Cracow + AGH—University of Science and Technology, Faculty of Physics and Applied Computer Science, Kraków, Poland + + + Saborido Silva, Juan Jose + INSPIRE-00193814 + ORCID:0000-0002-6270-130X + U. Santiago de Compostela (main) + Instituto Galego de Física de Altas Enerxías (IGFAE), Universidade de Santiago de Compostela, Santiago de Compostela, Spain + + + Sagidova, Naylya + INSPIRE-00207799 + ORCID:0000-0002-2640-3794 + Unlisted + Affiliated with an institute covered by a cooperation agreement with CERN + + + Sahoo, Niladribihari + ORCID:0000-0001-9539-8370 + Birmingham U. + University of Birmingham, Birmingham, United Kingdom + + + Saitta, Biagio + INSPIRE-00258160 + ORCID:0000-0003-3491-0232 + INFN, Cagliari + Cagliari U. + INFN Sezione di Cagliari, Monserrato, Italy + + + Salomoni, Matteo + ORCID:0009-0007-9229-653X + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Sanchez Gras, Cristina + ORCID:0000-0002-7082-887X + Nikhef, Amsterdam + Nikhef National Institute for Subatomic Physics, Amsterdam, Netherlands + + + Sanderswood, Izaac + ORCID:0000-0001-7731-6757 + Valencia U., IFIC + Instituto de Fisica Corpuscular, Centro Mixto Universidad de Valencia—CSIC, Valencia, Spain + + + Santacesaria, Roberta + INSPIRE-00258681 + ORCID:0000-0003-3826-0329 + INFN, Rome + INFN Sezione di Roma La Sapienza, Roma, Italy + + + Santamarina Rios, Cibran + INSPIRE-00306219 + ORCID:0000-0002-9810-1816 + U. Santiago de Compostela (main) + Instituto Galego de Física de Altas Enerxías (IGFAE), Universidade de Santiago de Compostela, Santiago de Compostela, Spain + + + Santimaria, Marco + INSPIRE-00536947 + ORCID:0000-0002-8776-6759 + Frascati + INFN Laboratori Nazionali di Frascati, Frascati, Italy + + + Santoro, Leonardo + ORCID:0000-0002-2146-2648 + Rio de Janeiro, CBPF + Centro Brasileiro de Pesquisas Físicas (CBPF), Rio de Janeiro, Brazil + + + Santovetti, Emanuele + INSPIRE-00038249 + ORCID:0000-0002-5605-1662 + Rome U., Tor Vergata + INFN Sezione di Roma Tor Vergata, Roma, Italy + + + Saranin, Danila + ORCID:0000-0002-9617-9986 + Unlisted + Affiliated with an institute covered by a cooperation agreement with CERN + + + Sarpis, Gediminas + ORCID:0000-0003-1711-2044 + Edinburgh U. + School of Physics and Astronomy, University of Edinburgh, Edinburgh, United Kingdom + + + Sarpis, Mindaugas + ORCID:0000-0002-6402-1674 + Bonn U., HISKP + Universität Bonn—Helmholtz-Institut für Strahlen und Kernphysik, Bonn, Germany (associated with Physikalisches Institut, Ruprecht-Karls-Universität Heidelberg, Heidelberg, Germany) + + + Sarti, Alessio + INSPIRE-00028229 + ORCID:0000-0001-5419-7951 + INFN, Rome + INFN Sezione di Roma La Sapienza, Roma, Italy + + + Satriano, Celestina + INSPIRE-00258690 + ORCID:0000-0002-4976-0460 + INFN, Rome + Basilicata U., Potenza + INFN Sezione di Roma La Sapienza, Roma, Italy + + + Satta, Alessia + INSPIRE-00258614 + ORCID:0000-0003-2462-913X + Rome U., Tor Vergata + INFN Sezione di Roma Tor Vergata, Roma, Italy + + + Saur, Miroslav + ORCID:0000-0001-8752-4293 + Peking U., SKLNPT + School of Physics State Key Laboratory of Nuclear Physics and Technology, Peking University, Beijing, China + + + Savrina, Darya + INSPIRE-00259293 + ORCID:0000-0001-8372-6031 + Unlisted + Affiliated with an institute covered by a cooperation agreement with CERN + + + Sazak, Halime + ORCID:0000-0003-2689-1123 + Clermont-Ferrand U. + Université Clermont Auvergne, CNRS/IN2P3, LPC, Clermont-Ferrand, France + + + Scantlebury Smead, Luke George + ORCID:0000-0001-8702-7991 + Oxford U. + Department of Physics, University of Oxford, Oxford, United Kingdom + + + Scarabotto, Alessandro + ORCID:0000-0003-2290-9672 + Paris U., VI-VII + LPNHE, Sorbonne Université, Paris Diderot Sorbonne Paris Cité, CNRS/IN2P3, Paris, France + + + Schael, Stefan + INSPIRE-00123779 + ORCID:0000-0003-4013-3468 + Aachen, Tech. Hochsch. + I. Physikalisches Institut, RWTH Aachen University, Aachen, Germany + + + Scherl, Sigrid + ORCID:0000-0003-0528-2724 + Liverpool U. + Oliver Lodge Laboratory, University of Liverpool, Liverpool, United Kingdom + + + Schertz, Amy Marie + ORCID:0000-0002-6805-4721 + Eotvos U., Dept. Atomic Phys. + Eotvos Lorand University, Budapest, Hungary (associated with European Organization for Nuclear Research (CERN), Geneva, Switzerland) + + + Schiller, Manuel + INSPIRE-00257856 + ORCID:0000-0001-8750-863X + Glasgow U. + School of Physics and Astronomy, University of Glasgow, Glasgow, United Kingdom + + + Schindler, Heinrich + INSPIRE-00357303 + ORCID:0000-0002-1468-0479 + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Schmelling, Michael + INSPIRE-00124172 + ORCID:0000-0003-3305-0576 + Heidelberg, Max Planck Inst. + Max-Planck-Institut für Kernphysik (MPIK), Heidelberg, Germany + + + Schmidt, Burkhard + INSPIRE-00260343 + ORCID:0000-0002-8400-1566 + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Schmitt, Sebastian + ORCID:0000-0002-6394-1081 + Aachen, Tech. Hochsch. + I. Physikalisches Institut, RWTH Aachen University, Aachen, Germany + + + Schneider, Olivier + INSPIRE-00155864 + ORCID:0000-0002-6014-7552 + Ecole Polytechnique, Lausanne + Institute of Physics, Ecole Polytechnique Fédérale de Lausanne (EPFL), Lausanne, Switzerland + + + Schopper, Andreas + INSPIRE-00171861 + ORCID:0000-0002-8581-3312 + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Schulte, Nicole + ORCID:0000-0003-0166-2105 + Tech. U., Dortmund (main) + Fakultät Physik, Technische Universität Dortmund, Dortmund, Germany + + + Schulte, Sebastian + ORCID:0009-0001-8533-0783 + Ecole Polytechnique, Lausanne + Institute of Physics, Ecole Polytechnique Fédérale de Lausanne (EPFL), Lausanne, Switzerland + + + Schune, Marie Helene + INSPIRE-00124570 + ORCID:0000-0002-3648-0830 + IJCLab, Orsay + Université Paris-Saclay, CNRS/IN2P3, IJCLab, Orsay, France + + + Schwemmer, Rainer + INSPIRE-00260360 + ORCID:0009-0005-5265-9792 + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Schwering, Georg + ORCID:0000-0003-1731-7939 + Aachen, Tech. Hochsch. + I. Physikalisches Institut, RWTH Aachen University, Aachen, Germany + + + Sciascia, Barbara + INSPIRE-00038235 + ORCID:0000-0003-0670-006X + Frascati + INFN Laboratori Nazionali di Frascati, Frascati, Italy + + + Sciuccati, Augusto + ORCID:0000-0002-8568-1487 + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Sellam, Sara + ORCID:0000-0003-0383-1451 + U. Santiago de Compostela (main) + Instituto Galego de Física de Altas Enerxías (IGFAE), Universidade de Santiago de Compostela, Santiago de Compostela, Spain + + + Semennikov, Alexander + INSPIRE-00259305 + ORCID:0000-0003-1130-2197 + Unlisted + Affiliated with an institute covered by a cooperation agreement with CERN + + + Senghi Soares, Mara + ORCID:0000-0001-9676-6059 + NIKHEF, Amsterdam + Vrije U., Amsterdam + Nikhef National Institute for Subatomic Physics and VU University Amsterdam, Amsterdam, Netherlands + + + Sergi, Antonino + INSPIRE-00184370 + ORCID:0000-0001-9495-6115 + INFN, Genoa + Genoa U. + INFN Sezione di Genova, Genova, Italy + + + Serra, Nicola + INSPIRE-00258830 + ORCID:0000-0002-5033-0580 + Zurich U. + CERN + Physik-Institut, Universität Zürich, Zürich, Switzerland + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Sestini, Lorenzo + INSPIRE-00454148 + ORCID:0000-0002-1127-5144 + INFN, Padua + Università degli Studi di Padova, Università e INFN, Padova, Italy + + + Seuthe, Alex + ORCID:0000-0002-0736-3061 + Tech. U., Dortmund (main) + Fakultät Physik, Technische Universität Dortmund, Dortmund, Germany + + + Shang, Yiduo + ORCID:0000-0001-7987-7558 + Peking U., SKLNPT + School of Physics State Key Laboratory of Nuclear Physics and Technology, Peking University, Beijing, China + + + Shangase, Desmond Mzamo + ORCID:0000-0002-0287-6124 + U. Michigan, Ann Arbor + University of Michigan, Ann Arbor, Michigan, USA (associated with Syracuse University, Syracuse, New York, USA) + + + Shapkin, Mikhail + INSPIRE-00200269 + ORCID:0000-0002-4098-9592 + Unlisted + Affiliated with an institute covered by a cooperation agreement with CERN + + + Shchemerov, Ivan + ORCID:0000-0001-9193-8106 + Unlisted + Affiliated with an institute covered by a cooperation agreement with CERN + + + Shchutska, Lesya + INSPIRE-00353247 + ORCID:0000-0003-0700-5448 + Ecole Polytechnique, Lausanne + Institute of Physics, Ecole Polytechnique Fédérale de Lausanne (EPFL), Lausanne, Switzerland + + + Shears, Tara + INSPIRE-00125751 + ORCID:0000-0002-2653-1366 + Liverpool U. + Oliver Lodge Laboratory, University of Liverpool, Liverpool, United Kingdom + + + Shekhtman, Lev + INSPIRE-00072482 + ORCID:0000-0003-1512-9715 + Unlisted + Affiliated with an institute covered by a cooperation agreement with CERN + + + Shen, Zhihong + ORCID:0000-0003-1391-5384 + Peking U., SKLNPT + School of Physics State Key Laboratory of Nuclear Physics and Technology, Peking University, Beijing, China + + + Sheng, Shuqi + ORCID:0000-0002-1050-5649 + Beijing, Inst. High Energy Phys. + Beijing, GUCAS + Institute of High Energy Physics (IHEP), Beijing, China + University of Chinese Academy of Sciences, Beijing, China + + + Shevchenko, Vladimir + INSPIRE-00259319 + ORCID:0000-0003-3171-9125 + Unlisted + Affiliated with an institute covered by a cooperation agreement with CERN + + + Shi, Boan + ORCID:0000-0002-5781-8933 + Beijing, GUCAS + University of Chinese Academy of Sciences, Beijing, China + + + Shields, Edward Brendan + ORCID:0000-0001-5836-5211 + INFN, Milan Bicocca + Milan Bicocca U. + INFN Sezione di Milano-Bicocca, Milano, Italy + + + Shimizu, Yuya + ORCID:0000-0002-4936-1152 + IJCLab, Orsay + Université Paris-Saclay, CNRS/IN2P3, IJCLab, Orsay, France + + + Shmanin, Evgenii + ORCID:0000-0002-8868-1730 + Unlisted + Affiliated with an institute covered by a cooperation agreement with CERN + + + Shorkin, Roman + ORCID:0000-0001-8881-3943 + Unlisted + Affiliated with an institute covered by a cooperation agreement with CERN + + + Shupperd, Joseph David + ORCID:0009-0006-8218-2566 + Syracuse U. + Syracuse University, Syracuse, New York, USA + + + Siddi, Benedetto Gianluca + INSPIRE-00536966 + ORCID:0000-0002-3004-187X + INFN, Ferrara + Ferrara U. + INFN Sezione di Ferrara, Ferrara, Italy + + + Silva Coutinho, Rafael + INSPIRE-00341765 + ORCID:0000-0002-1545-959X + Syracuse U. + Syracuse University, Syracuse, New York, USA + + + Simi, Gabriele + INSPIRE-00042241 + ORCID:0000-0001-6741-6199 + INFN, Padua + Università degli Studi di Padova, Università e INFN, Padova, Italy + + + Simone, Saverio + INSPIRE-00408677 + ORCID:0000-0003-3631-8398 + INFN, Bari + Bari U. + INFN Sezione di Bari, Bari, Italy + + + Singla, Minni + ORCID:0000-0003-3204-5847 + Monash U. + School of Physics and Astronomy, Monash University, Melbourne, Australia (associated with Department of Physics, University of Warwick, Coventry, United Kingdom) + + + Skidmore, Nicola + INSPIRE-00392618 + ORCID:0000-0003-3410-0731 + Manchester U. + Department of Physics and Astronomy, University of Manchester, Manchester, United Kingdom + + + Skuza, Raphael + ORCID:0000-0001-6057-6018 + Heidelberg U. + Physikalisches Institut, Ruprecht-Karls-Universität Heidelberg, Heidelberg, Germany + + + Skwarnicki, Tomasz + INSPIRE-00165164 + ORCID:0000-0002-9897-9506 + Syracuse U. + Syracuse University, Syracuse, New York, USA + + + Slater, Mark + ORCID:0000-0002-2687-1950 + Birmingham U. + University of Birmingham, Birmingham, United Kingdom + + + Smallwood, Jennifer Clare + ORCID:0000-0003-2460-3327 + Oxford U. + Department of Physics, University of Oxford, Oxford, United Kingdom + + + Smeaton, John Gordon + ORCID:0000-0002-8694-2853 + Cambridge U. + Cavendish Laboratory, University of Cambridge, Cambridge, United Kingdom + + + Smith, Eluned + INSPIRE-00266880 + ORCID:0000-0002-9740-0574 + MIT + Massachusetts Institute of Technology, Cambridge, Massachusetts, USA + + + Smith, Krista Lizbeth + ORCID:0000-0002-1305-3377 + Los Alamos + Los Alamos National Laboratory (LANL), Los Alamos, New Mexico, USA + + + Smith, Mark + INSPIRE-00342046 + ORCID:0000-0002-3872-1917 + Imperial Coll., London + Imperial College London, London, United Kingdom + + + Snoch, Aleksandra + ORCID:0000-0001-6431-6360 + Nikhef, Amsterdam + Nikhef National Institute for Subatomic Physics, Amsterdam, Netherlands + + + Soares Lavra, Lais + INSPIRE-00582750 + ORCID:0000-0002-2652-123X + Edinburgh U. + School of Physics and Astronomy, University of Edinburgh, Edinburgh, United Kingdom + + + Sokoloff, Michael + INSPIRE-00127570 + ORCID:0000-0001-6181-4583 + Cincinnati U. + University of Cincinnati, Cincinnati, Ohio, USA + + + Soler, F.J.P. + INSPIRE-00160205 + ORCID:0000-0002-4893-3729 + Glasgow U. + School of Physics and Astronomy, University of Glasgow, Glasgow, United Kingdom + + + Solomin, Anatoly + INSPIRE-00184523 + ORCID:0000-0003-0644-3227 + Bristol U. + H.H. Wills Physics Laboratory, University of Bristol, Bristol, United Kingdom + Affiliated with an institute covered by a cooperation agreement with CERN + + + Solovev, Aleksandr + ORCID:0000-0002-5355-5996 + Unlisted + Affiliated with an institute covered by a cooperation agreement with CERN + + + Solovyev, Ivan + ORCID:0000-0003-4254-6012 + Unlisted + Affiliated with an institute covered by a cooperation agreement with CERN + + + Song, Rongrong + ORCID:0000-0002-8854-8905 + Monash U. + School of Physics and Astronomy, Monash University, Melbourne, Australia (associated with Department of Physics, University of Warwick, Coventry, United Kingdom) + + + Song, Yuxiang + ORCID:0000-0003-1959-5676 + Tsinghua U., Beijing, CHEP + Institute of Physics, Ecole Polytechnique Fédérale de Lausanne (EPFL), Lausanne, Switzerland + + + Song, Yunxuan + ORCID:0000-0003-0256-4320 + Ecole Polytechnique, Lausanne + Center for High Energy Physics, Tsinghua University, Beijing, China + + + Song, Yintong + INSPIRE-00000000 + ORCID:0000-0003-3471-1751 + Peking U., SKLNPT + School of Physics State Key Laboratory of Nuclear Physics and Technology, Peking University, Beijing, China + + + Souza De Almeida, Felipe Luan + ORCID:0000-0001-7181-6785 + Rio de Janeiro Federal U. + Universidade Federal do Rio de Janeiro (UFRJ), Rio de Janeiro, Brazil + + + Souza De Paula, Bruno + INSPIRE-00257205 + ORCID:0009-0003-3794-3408 + Rio de Janeiro Federal U. + Universidade Federal do Rio de Janeiro (UFRJ), Rio de Janeiro, Brazil + + + Spadaro Norella, Elisabetta + ORCID:0000-0002-1111-5597 + INFN, Milan + U. Milan (main) + INFN Sezione di Milano, Milano, Italy + + + Spedicato, Eugenia + ORCID:0000-0002-4950-6665 + INFN, Bologna + INFN Sezione di Bologna, Bologna, Italy + + + Speer, Jannis Guido + ORCID:0000-0002-6117-7307 + Tech. U., Dortmund (main) + Fakultät Physik, Technische Universität Dortmund, Dortmund, Germany + + + Spiridenkov, Eduard + Unlisted + Affiliated with an institute covered by a cooperation agreement with CERN + + + Spradlin, Patrick + INSPIRE-00042860 + ORCID:0000-0002-5280-9464 + Glasgow U. + School of Physics and Astronomy, University of Glasgow, Glasgow, United Kingdom + + + Sriskaran, Viros + ORCID:0000-0002-9867-0453 + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Stagni, Federico + INSPIRE-00260412 + ORCID:0000-0002-7576-4019 + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Stahl, Marian + INSPIRE-00402270 + ORCID:0000-0001-8476-8188 + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Stahl, Sascha + INSPIRE-00257861 + ORCID:0000-0002-8243-400X + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Stanislaus, Seophine + ORCID:0000-0003-1776-0498 + Oxford U. + Department of Physics, University of Oxford, Oxford, United Kingdom + + + Stein, Eloise Noelle + ORCID:0000-0001-5214-8865 + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Steinkamp, Olaf + INSPIRE-00260853 + ORCID:0000-0001-7055-6467 + Zurich U. + Physik-Institut, Universität Zürich, Zürich, Switzerland + + + Stenyakin, Oleg + INSPIRE-00010650 + Unlisted + Affiliated with an institute covered by a cooperation agreement with CERN + + + Stevens, Holger + INSPIRE-00582780 + ORCID:0000-0002-9474-9332 + Tech. U., Dortmund (main) + Fakultät Physik, Technische Universität Dortmund, Dortmund, Germany + + + Strekalina, Daria + ORCID:0000-0003-3830-4889 + Unlisted + Affiliated with an institute covered by a cooperation agreement with CERN + + + Su, Yangjie + ORCID:0000-0002-2739-7453 + Beijing, GUCAS + University of Chinese Academy of Sciences, Beijing, China + + + Suljik, Fidan + ORCID:0000-0001-6767-7698 + Oxford U. + Department of Physics, University of Oxford, Oxford, United Kingdom + + + Sun, Jiayin + ORCID:0000-0002-6020-2304 + INFN, Cagliari + INFN Sezione di Cagliari, Monserrato, Italy + + + Sun, Liang + INSPIRE-00327085 + ORCID:0000-0002-0034-2567 + Wuhan U. + School of Physics and Technology, Wuhan University, Wuhan, China (associated with Center for High Energy Physics, Tsinghua University, Beijing, China) + + + Sun, Yipeng + ORCID:0000-0003-4933-5058 + Maryland U., College Park + University of Maryland, College Park, Maryland, USA + + + Swallow, Paul Nathaniel + ORCID:0000-0003-2751-8515 + Birmingham U. + University of Birmingham, Birmingham, United Kingdom + + + Swientek, Krzysztof + INSPIRE-00454405 + ORCID:0000-0001-6086-4116 + AGH-UST, Cracow + AGH—University of Science and Technology, Faculty of Physics and Applied Computer Science, Kraków, Poland + + + Swystun, Francesca + ORCID:0009-0006-0672-7771 + Warwick U. + Department of Physics, University of Warwick, Coventry, United Kingdom + + + Szabelski, Adam + ORCID:0000-0002-6604-2938 + NCBJ, Swierk + National Center for Nuclear Research (NCBJ), Warsaw, Poland + + + Szumlak, Tomasz + INSPIRE-00258964 + ORCID:0000-0002-2562-7163 + AGH-UST, Cracow + AGH—University of Science and Technology, Faculty of Physics and Applied Computer Science, Kraków, Poland + + + Szymanski, Maciej Pawel + ORCID:0000-0002-9121-6629 + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Tan, Yinghua + ORCID:0000-0003-3860-6545 + Tsinghua U., Beijing, CHEP + Center for High Energy Physics, Tsinghua University, Beijing, China + + + Taneja, Shantam + ORCID:0000-0001-8856-2777 + Manchester U. + Department of Physics and Astronomy, University of Manchester, Manchester, United Kingdom + + + Tat, Martin Duy + ORCID:0000-0002-6866-7085 + Oxford U. + Department of Physics, University of Oxford, Oxford, United Kingdom + + + Terentev, Aleksandr + ORCID:0000-0003-2574-8560 + Zurich U. + Physik-Institut, Universität Zürich, Zürich, Switzerland + + + Teubert, Frederic + INSPIRE-00131170 + ORCID:0000-0003-3277-5268 + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Thomas, Eric + INSPIRE-00260424 + ORCID:0000-0003-0984-7593 + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Thompson, Daniel James David + ORCID:0000-0003-1196-5943 + Birmingham U. + University of Birmingham, Birmingham, United Kingdom + + + Tilquin, Hanae + ORCID:0000-0003-4735-2014 + Imperial Coll., London + Imperial College London, London, United Kingdom + + + Tisserand, Vincent + INSPIRE-00131575 + ORCID:0000-0003-4916-0446 + Clermont-Ferrand U. + Université Clermont Auvergne, CNRS/IN2P3, LPC, Clermont-Ferrand, France + + + T'Jampens, Stephane + INSPIRE-00036863 + ORCID:0000-0003-4249-6641 + Annecy, LAPP + Université Savoie Mont Blanc, CNRS, IN2P3-LAPP, Annecy, France + + + Tobin, Mark + INSPIRE-00260879 + ORCID:0000-0002-2047-7020 + Beijing, Inst. High Energy Phys. + Institute of High Energy Physics (IHEP), Beijing, China + + + Tomassetti, Luca + INSPIRE-00392023 + ORCID:0000-0003-4184-1335 + INFN, Ferrara + Ferrara U. + INFN Sezione di Ferrara, Ferrara, Italy + + + Tonani, Giorgia + ORCID:0000-0001-7477-1148 + INFN, Milan + U. Milan (main) + INFN Sezione di Milano, Milano, Italy + + + Tong, Xingyu + ORCID:0000-0002-5278-1203 + Peking U., SKLNPT + School of Physics State Key Laboratory of Nuclear Physics and Technology, Peking University, Beijing, China + + + Torres Machado, Diego + ORCID:0000-0001-7030-6468 + Rio de Janeiro, CBPF + Centro Brasileiro de Pesquisas Físicas (CBPF), Rio de Janeiro, Brazil + + + Toscano, Luca + ORCID:0009-0007-5613-6520 + Tech. U., Dortmund (main) + Fakultät Physik, Technische Universität Dortmund, Dortmund, Germany + + + Tou, Da Yu + ORCID:0000-0002-4732-2408 + Tsinghua U., Beijing, CHEP + Center for High Energy Physics, Tsinghua University, Beijing, China + + + Trippl, Carina + ORCID:0000-0003-3664-1240 + Ecole Polytechnique, Lausanne + Institute of Physics, Ecole Polytechnique Fédérale de Lausanne (EPFL), Lausanne, Switzerland + + + Tuci, Giulia + ORCID:0000-0002-0364-5758 + Heidelberg U. + Physikalisches Institut, Ruprecht-Karls-Universität Heidelberg, Heidelberg, Germany + + + Tuning, Niels + INSPIRE-00258853 + ORCID:0000-0003-2611-7840 + Nikhef, Amsterdam + Nikhef National Institute for Subatomic Physics, Amsterdam, Netherlands + + + Ukleja, Artur + INSPIRE-00045795 + ORCID:0000-0003-0480-4850 + NCBJ, Swierk + National Center for Nuclear Research (NCBJ), Warsaw, Poland + + + Unverzagt, Daniel Joachim + ORCID:0000-0002-1484-2546 + Heidelberg U. + Physikalisches Institut, Ruprecht-Karls-Universität Heidelberg, Heidelberg, Germany + + + Ursov, Eduard + ORCID:0000-0002-6519-4526 + Unlisted + Affiliated with an institute covered by a cooperation agreement with CERN + + + Usachov, Andrii + ORCID:0000-0002-5829-6284 + NIKHEF, Amsterdam + Vrije U., Amsterdam + Nikhef National Institute for Subatomic Physics and VU University Amsterdam, Amsterdam, Netherlands + + + Ustyuzhanin, Andrey + INSPIRE-00392208 + ORCID:0000-0001-7865-2357 + Unlisted + Affiliated with an institute covered by a cooperation agreement with CERN + + + Uwer, Ulrich + INSPIRE-00133105 + ORCID:0000-0002-8514-3777 + Heidelberg U. + Physikalisches Institut, Ruprecht-Karls-Universität Heidelberg, Heidelberg, Germany + + + Vagnoni, Vincenzo + INSPIRE-00258091 + ORCID:0000-0003-2206-311X + INFN, Bologna + INFN Sezione di Bologna, Bologna, Italy + + + Valassi, Andrea + INSPIRE-00343831 + ORCID:0000-0001-9322-9565 + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Valenti, Giovanni + INSPIRE-00258103 + ORCID:0000-0002-6119-7535 + INFN, Bologna + INFN Sezione di Bologna, Bologna, Italy + + + Valls Canudas, Nuria + ORCID:0000-0001-8748-8448 + Ramon Llull U., Barcelona + DS4DS, La Salle, Universitat Ramon Llull, Barcelona, Spain + + + Van Dijk, Maarten + ORCID:0000-0003-2538-5798 + Ecole Polytechnique, Lausanne + Institute of Physics, Ecole Polytechnique Fédérale de Lausanne (EPFL), Lausanne, Switzerland + + + Van Hecke, Hubert + ORCID:0000-0001-7961-7190 + Los Alamos + Los Alamos National Laboratory (LANL), Los Alamos, New Mexico, USA + + + van Herwijnen, Eric + INSPIRE-00260103 + ORCID:0000-0001-8807-8811 + Imperial Coll., London + Imperial College London, London, United Kingdom + + + Van Hulse, Charlotte Barbara + ORCID:0000-0002-5397-6782 + U. Santiago de Compostela (main) + Instituto Galego de Física de Altas Enerxías (IGFAE), Universidade de Santiago de Compostela, Santiago de Compostela, Spain + + + Van Laak, Raphael + ORCID:0000-0002-7738-6066 + Ecole Polytechnique, Lausanne + Institute of Physics, Ecole Polytechnique Fédérale de Lausanne (EPFL), Lausanne, Switzerland + + + van Veghel, Maarten + INSPIRE-00545618 + ORCID:0000-0001-6178-6623 + Nikhef, Amsterdam + Nikhef National Institute for Subatomic Physics, Amsterdam, Netherlands + + + Vazquez Gomez, Ricardo + INSPIRE-00259633 + ORCID:0000-0001-5319-1128 + U. Barcelona (main) + ICCUB, Universitat de Barcelona, Barcelona, Spain + + + Vazquez Regueiro, Pablo + INSPIRE-00259816 + ORCID:0000-0002-0767-9736 + U. Santiago de Compostela (main) + Instituto Galego de Física de Altas Enerxías (IGFAE), Universidade de Santiago de Compostela, Santiago de Compostela, Spain + + + Vázquez Sierra, Carlos + INSPIRE-00392390 + ORCID:0000-0002-5865-0677 + U. Santiago de Compostela (main) + Instituto Galego de Física de Altas Enerxías (IGFAE), Universidade de Santiago de Compostela, Santiago de Compostela, Spain + + + Vecchi, Stefania + INSPIRE-00258200 + ORCID:0000-0002-4311-3166 + INFN, Ferrara + INFN Sezione di Ferrara, Ferrara, Italy + + + Velthuis, Jaap + INSPIRE-00318722 + ORCID:0000-0002-4649-3221 + Bristol U. + H.H. Wills Physics Laboratory, University of Bristol, Bristol, United Kingdom + + + Veltri, Michele + INSPIRE-00258261 + ORCID:0000-0001-7917-9661 + INFN, Florence + U. Urbino (main) + INFN Sezione di Firenze, Firenze, Italy + + + Venkateswaran, Aravindhan + INSPIRE-00582834 + ORCID:0000-0001-6950-1477 + Ecole Polytechnique, Lausanne + Institute of Physics, Ecole Polytechnique Fédérale de Lausanne (EPFL), Lausanne, Switzerland + + + Vesterinen, Mika + INSPIRE-00014030 + ORCID:0000-0001-7717-2765 + Warwick U. + Department of Physics, University of Warwick, Coventry, United Kingdom + + + Vieira, Daniel + INSPIRE-00341866 + ORCID:0000-0001-9511-2846 + Cincinnati U. + University of Cincinnati, Cincinnati, Ohio, USA + + + Vieites Diaz, Maria + INSPIRE-00455170 + ORCID:0000-0002-0944-4340 + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Vilasis-Cardona, Xavier + INSPIRE-00259644 + ORCID:0000-0002-1915-9543 + Ramon Llull U., Barcelona + DS4DS, La Salle, Universitat Ramon Llull, Barcelona, Spain + + + Vilella Figueras, Eva + ORCID:0000-0002-7865-2856 + Liverpool U. + Oliver Lodge Laboratory, University of Liverpool, Liverpool, United Kingdom + + + Villa, Andrea + ORCID:0000-0002-9392-6157 + INFN, Bologna + INFN Sezione di Bologna, Bologna, Italy + + + Vincent, Pascal + ORCID:0000-0002-9283-4541 + Paris U., VI-VII + LPNHE, Sorbonne Université, Paris Diderot Sorbonne Paris Cité, CNRS/IN2P3, Paris, France + + + Volle, Felicia Carolin + ORCID:0000-0003-1828-3881 + IJCLab, Orsay + Université Paris-Saclay, CNRS/IN2P3, IJCLab, Orsay, France + + + vom Bruch, Dorothea + ORCID:0000-0001-9905-8031 + Marseille, CPPM + Aix Marseille Université, CNRS/IN2P3, CPPM, Marseille, France + + + Vorobyev, Vitaly + INSPIRE-00341883 + Unlisted + Affiliated with an institute covered by a cooperation agreement with CERN + + + Voropaev, Nikolai + ORCID:0000-0002-2100-0726 + Unlisted + Affiliated with an institute covered by a cooperation agreement with CERN + + + Vos, Kimberley + ORCID:0000-0002-4258-4062 + Maastricht U. + Universiteit Maastricht, Maastricht, Netherlands (associated with Nikhef National Institute for Subatomic Physics, Amsterdam, Netherlands) + + + Vrahas, Constantinos + ORCID:0000-0001-6104-1496 + Edinburgh U. + School of Physics and Astronomy, University of Edinburgh, Edinburgh, United Kingdom + + + Walsh, John + INSPIRE-00134726 + ORCID:0000-0002-7235-6976 + INFN, Pisa + INFN Sezione di Pisa, Pisa, Italy + + + Walton, Eliot Jane + ORCID:0000-0001-6759-2504 + Monash U. + School of Physics and Astronomy, Monash University, Melbourne, Australia (associated with Department of Physics, University of Warwick, Coventry, United Kingdom) + + + Wan, Guanyue + ORCID:0000-0003-0133-1664 + Peking U., SKLNPT + School of Physics State Key Laboratory of Nuclear Physics and Technology, Peking University, Beijing, China + + + Wang, Chishuai + ORCID:0000-0002-5909-1379 + Heidelberg U. + Physikalisches Institut, Ruprecht-Karls-Universität Heidelberg, Heidelberg, Germany + + + Wang, Ganrong + ORCID:0000-0001-6041-115X + CCNU, Wuhan, Inst. Part. Phys. + Institute of Particle Physics, Central China Normal University, Wuhan, Hubei, China + + + Wang, Jialu + ORCID:0000-0001-7542-3073 + Peking U., SKLNPT + School of Physics State Key Laboratory of Nuclear Physics and Technology, Peking University, Beijing, China + + + Wang, Jike + ORCID:0000-0001-6711-4465 + Wuhan U. + Institute of High Energy Physics (IHEP), Beijing, China + + + Wang, Jianqiao + ORCID:0000-0002-3281-8136 + Tsinghua U., Beijing, CHEP + Center for High Energy Physics, Tsinghua University, Beijing, China + + + Wang, Jianchun + INSPIRE-00262940 + ORCID:0000-0002-6391-2205 + Beijing, Inst. High Energy Phys. + School of Physics and Technology, Wuhan University, Wuhan, China (associated with Center for High Energy Physics, Tsinghua University, Beijing, China) + + + Wang, Mengzhen + ORCID:0000-0003-4062-710X + INFN, Milan + INFN Sezione di Milano, Milano, Italy + + + Wang, Nanyang + ORCID:0000-0002-6915-6607 + Beijing, GUCAS + University of Chinese Academy of Sciences, Beijing, China + + + Wang, Rui + ORCID:0000-0002-2629-4735 + Bristol U. + H.H. Wills Physics Laboratory, University of Bristol, Bristol, United Kingdom + + + Wang, Xiaolin + ORCID:0000-0002-2399-7646 + South China Normal U. + Guangdong Provincial Key Laboratory of Nuclear Science, Guangdong-Hong Kong Joint Laboratory of Quantum Matter, Institute of Quantum Matter, South China Normal University, Guangzhou, China (associated with Center for High Energy Physics, Tsinghua University, Beijing, China) + + + Wang, Yilong + ORCID:0000-0003-3979-4330 + CCNU, Wuhan, Inst. Part. Phys. + Institute of Particle Physics, Central China Normal University, Wuhan, Hubei, China + + + Wang, Zhenzi + ORCID:0000-0002-5041-7651 + Zurich U. + Physik-Institut, Universität Zürich, Zürich, Switzerland + + + Wang, Ziyi + ORCID:0000-0003-4410-6889 + Beijing, GUCAS + Center for High Energy Physics, Tsinghua University, Beijing, China + + + Wang, Zirui + ORCID:0000-0003-0597-4878 + Tsinghua U., Beijing, CHEP + University of Chinese Academy of Sciences, Beijing, China + + + Ward, Jake Alexander + ORCID:0000-0003-4160-9333 + Warwick U. + Monash U. + School of Physics and Astronomy, Monash University, Melbourne, Australia (associated with Department of Physics, University of Warwick, Coventry, United Kingdom) + Department of Physics, University of Warwick, Coventry, United Kingdom + + + Watson, Nigel + INSPIRE-00146172 + ORCID:0000-0002-8142-4678 + Birmingham U. + University of Birmingham, Birmingham, United Kingdom + + + Websdale, David + INSPIRE-00135220 + ORCID:0000-0002-4113-1539 + Imperial Coll., London + Imperial College London, London, United Kingdom + + + Wei, Yajing + ORCID:0000-0001-6116-3944 + Peking U., SKLNPT + School of Physics State Key Laboratory of Nuclear Physics and Technology, Peking University, Beijing, China + + + Westhenry, Benedict Donald C. + ORCID:0000-0002-4589-2626 + Bristol U. + H.H. Wills Physics Laboratory, University of Bristol, Bristol, United Kingdom + + + White, Dylan Jaide + ORCID:0000-0002-5121-6923 + Manchester U. + Department of Physics and Astronomy, University of Manchester, Manchester, United Kingdom + + + Whitehead, Mark + INSPIRE-00261160 + ORCID:0000-0002-2142-3673 + Glasgow U. + School of Physics and Astronomy, University of Glasgow, Glasgow, United Kingdom + + + Wiederhold, Aidan Richard + ORCID:0000-0002-1023-1086 + Warwick U. + Department of Physics, University of Warwick, Coventry, United Kingdom + + + Wiedner, Dirk + INSPIRE-00257885 + ORCID:0000-0002-4149-4137 + Tech. U., Dortmund (main) + Fakultät Physik, Technische Universität Dortmund, Dortmund, Germany + + + Wilkinson, Guy + INSPIRE-00262885 + ORCID:0000-0001-5255-0619 + Oxford U. + Department of Physics, University of Oxford, Oxford, United Kingdom + + + Wilkinson, Michael K. + INSPIRE-00452781 + ORCID:0000-0001-6561-2145 + Cincinnati U. + University of Cincinnati, Cincinnati, Ohio, USA + + + Williams, Ifan + Cambridge U. + Cavendish Laboratory, University of Cambridge, Cambridge, United Kingdom + + + Williams, Mike + INSPIRE-00342010 + ORCID:0000-0001-8285-3346 + MIT + Massachusetts Institute of Technology, Cambridge, Massachusetts, USA + + + Williams, Mark Richard James + INSPIRE-00136085 + ORCID:0000-0001-5448-4213 + Edinburgh U. + School of Physics and Astronomy, University of Edinburgh, Edinburgh, United Kingdom + + + Williams, Richard Morgan + ORCID:0000-0002-2675-3567 + Cambridge U. + Cavendish Laboratory, University of Cambridge, Cambridge, United Kingdom + + + Wilson, Fergus + INSPIRE-00136130 + ORCID:0000-0002-5552-0842 + Rutherford + STFC Rutherford Appleton Laboratory, Didcot, United Kingdom + + + Wislicki, Wojciech + INSPIRE-00136336 + ORCID:0000-0001-5765-6308 + NCBJ, Swierk + National Center for Nuclear Research (NCBJ), Warsaw, Poland + + + Witek, Mariusz + INSPIRE-00258926 + ORCID:0000-0002-8317-385X + Cracow, INP + Henryk Niewodniczanski Institute of Nuclear Physics Polish Academy of Sciences, Kraków, Poland + + + Witola, Lukas + ORCID:0000-0001-9178-9921 + Heidelberg U. + Physikalisches Institut, Ruprecht-Karls-Universität Heidelberg, Heidelberg, Germany + + + Wong, Cheuk Ping + ORCID:0000-0002-9839-4065 + Los Alamos + Los Alamos National Laboratory (LANL), Los Alamos, New Mexico, USA + + + Wormser, Guy + INSPIRE-00136673 + ORCID:0000-0003-4077-6295 + IJCLab, Orsay + Université Paris-Saclay, CNRS/IN2P3, IJCLab, Orsay, France + + + Wotton, Stephen + INSPIRE-00261140 + ORCID:0000-0003-4543-8121 + Cambridge U. + Cavendish Laboratory, University of Cambridge, Cambridge, United Kingdom + + + Wu, Hangyi + ORCID:0000-0002-9337-3476 + Syracuse U. + Syracuse University, Syracuse, New York, USA + + + Wu, Jie + ORCID:0000-0002-4282-0977 + CCNU, Wuhan, Inst. Part. Phys. + Institute of Particle Physics, Central China Normal University, Wuhan, Hubei, China + + + Wu, Yanxi + ORCID:0000-0003-3192-0486 + Peking U., SKLNPT + School of Physics State Key Laboratory of Nuclear Physics and Technology, Peking University, Beijing, China + + + Wyllie, Kenneth + INSPIRE-00260456 + ORCID:0000-0002-2699-2189 + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Xian, Shu + South China Normal U. + Guangdong Provincial Key Laboratory of Nuclear Science, Guangdong-Hong Kong Joint Laboratory of Quantum Matter, Institute of Quantum Matter, South China Normal University, Guangzhou, China (associated with Center for High Energy Physics, Tsinghua University, Beijing, China) + + + Xiang, Zhiyu + ORCID:0000-0002-9700-3448 + Beijing, Inst. High Energy Phys. + Institute of High Energy Physics (IHEP), Beijing, China + + + Xie, Yuehong + INSPIRE-00025656 + ORCID:0000-0001-5012-4069 + CCNU, Wuhan, Inst. Part. Phys. + Institute of Particle Physics, Central China Normal University, Wuhan, Hubei, China + + + Xu, Ao + ORCID:0000-0002-8521-1688 + INFN, Pisa + INFN Sezione di Pisa, Pisa, Italy + + + Xu, Jingyi + ORCID:0000-0001-6950-5865 + Beijing, GUCAS + University of Chinese Academy of Sciences, Beijing, China + + + Xu, Liangjun + ORCID:0000-0002-0241-5184 + Tsinghua U., Beijing, CHEP + Center for High Energy Physics, Tsinghua University, Beijing, China + + + Xu, Li + ORCID:0000-0003-2800-1438 + Tsinghua U., Beijing, CHEP + Center for High Energy Physics, Tsinghua University, Beijing, China + + + Xu, Menglin + ORCID:0000-0001-8885-565X + Warwick U. + Department of Physics, University of Warwick, Coventry, United Kingdom + + + Xu, Zehua + ORCID:0000-0002-7531-6873 + Clermont-Ferrand U. + Université Clermont Auvergne, CNRS/IN2P3, LPC, Clermont-Ferrand, France + + + Xu, Zijun + ORCID:0000-0001-9602-4901 + Beijing, Inst. High Energy Phys. + University of Chinese Academy of Sciences, Beijing, China + + + Xu, Zhihao + ORCID:0000-0001-9558-1079 + Beijing, GUCAS + Institute of High Energy Physics (IHEP), Beijing, China + + + Yang, Di + ORCID:0009-0002-2675-4022 + Tsinghua U., Beijing, CHEP + Center for High Energy Physics, Tsinghua University, Beijing, China + + + Yang, Shuangli + ORCID:0000-0003-2505-0365 + Beijing, GUCAS + University of Chinese Academy of Sciences, Beijing, China + + + Yang, Xueting + ORCID:0000-0002-7481-3149 + Peking U., SKLNPT + School of Physics State Key Laboratory of Nuclear Physics and Technology, Peking University, Beijing, China + + + Yang, Youhua + ORCID:0000-0002-8917-2620 + INFN, Genoa + INFN Sezione di Genova, Genova, Italy + + + Yang, Zhenwei + INSPIRE-00257282 + ORCID:0000-0003-2937-9782 + Peking U., SKLNPT + School of Physics State Key Laboratory of Nuclear Physics and Technology, Peking University, Beijing, China + + + Yang, Zishuo + ORCID:0000-0003-0572-2021 + Maryland U., College Park + University of Maryland, College Park, Maryland, USA + + + Yeroshenko, Vsevolod + ORCID:0000-0002-8771-0579 + IJCLab, Orsay + Université Paris-Saclay, CNRS/IN2P3, IJCLab, Orsay, France + + + Yeung, Ho Yin Dereck + ORCID:0000-0001-9869-5290 + Manchester U. + Department of Physics and Astronomy, University of Manchester, Manchester, United Kingdom + + + Yin, Hang + INSPIRE-00038031 + ORCID:0000-0001-6977-8257 + CCNU, Wuhan, Inst. Part. Phys. + Institute of Particle Physics, Central China Normal University, Wuhan, Hubei, China + + + Yu, Chenxu + INSPIRE-00000000 + ORCID:0000-0002-4393-2567 + Peking U., SKLNPT + School of Physics State Key Laboratory of Nuclear Physics and Technology, Peking University, Beijing, China + + + Yu, Jiesheng + INSPIRE-00447456 + ORCID:0000-0003-1230-3300 + Hunan U. + Physics and Micro Electronic College, Hunan University, Changsha City, China (associated with Institute of Particle Physics, Central China Normal University, Wuhan, Hubei, China) + + + Yuan, Xuhao + INSPIRE-00341946 + ORCID:0000-0003-0468-3083 + Beijing, Inst. High Energy Phys. + Institute of High Energy Physics (IHEP), Beijing, China + + + Zaffaroni, Ettore + ORCID:0000-0003-1714-9218 + Ecole Polytechnique, Lausanne + Institute of Physics, Ecole Polytechnique Fédérale de Lausanne (EPFL), Lausanne, Switzerland + + + Zavertyaev, Mikhail + INSPIRE-00357381 + ORCID:0000-0002-4655-715X + Heidelberg, Max Planck Inst. + Max-Planck-Institut für Kernphysik (MPIK), Heidelberg, Germany + + + Zdybal, Milosz + ORCID:0000-0002-1701-9619 + Cracow, INP + Henryk Niewodniczanski Institute of Nuclear Physics Polish Academy of Sciences, Kraków, Poland + + + Zeng, Ming + ORCID:0000-0001-9717-1751 + Tsinghua U., Beijing, CHEP + Center for High Energy Physics, Tsinghua University, Beijing, China + + + Zhang, Chenjia + ORCID:0000-0002-9865-8964 + Peking U., SKLNPT + School of Physics State Key Laboratory of Nuclear Physics and Technology, Peking University, Beijing, China + + + Zhang, Dongliang + ORCID:0000-0002-8826-9113 + CCNU, Wuhan, Inst. Part. Phys. + Institute of Particle Physics, Central China Normal University, Wuhan, Hubei, China + + + Zhang, Jianyu + ORCID:0000-0001-6010-8556 + Beijing, GUCAS + University of Chinese Academy of Sciences, Beijing, China + + + Zhang, Liming + INSPIRE-00043581 + ORCID:0000-0003-2279-8837 + Tsinghua U., Beijing, CHEP + Center for High Energy Physics, Tsinghua University, Beijing, China + + + Zhang, Shulei + ORCID:0000-0002-9794-4088 + Hunan U. + Physics and Micro Electronic College, Hunan University, Changsha City, China (associated with Institute of Particle Physics, Central China Normal University, Wuhan, Hubei, China) + + + Zhang, Shunan + ORCID:0000-0002-2385-0767 + Peking U., SKLNPT + School of Physics State Key Laboratory of Nuclear Physics and Technology, Peking University, Beijing, China + + + Zhang, Yanxi + INSPIRE-00257306 + ORCID:0000-0002-0157-188X + Peking U., SKLNPT + School of Physics State Key Laboratory of Nuclear Physics and Technology, Peking University, Beijing, China + + + Zhang, Yu + INSPIRE-00469638 + Oxford U. + Department of Physics, University of Oxford, Oxford, United Kingdom + + + Zhao, Ya + ORCID:0000-0002-8185-3771 + Heidelberg U. + Physikalisches Institut, Ruprecht-Karls-Universität Heidelberg, Heidelberg, Germany + + + Zharkova, Alina + ORCID:0000-0003-1237-4491 + Unlisted + Affiliated with an institute covered by a cooperation agreement with CERN + + + Zhelezov, Alexey + INSPIRE-00217483 + ORCID:0000-0002-2344-9412 + Heidelberg U. + Physikalisches Institut, Ruprecht-Karls-Universität Heidelberg, Heidelberg, Germany + + + Zheng, Yangheng + INSPIRE-00138380 + ORCID:0000-0003-0322-9858 + Beijing, GUCAS + University of Chinese Academy of Sciences, Beijing, China + + + Zhou, Tianwen + ORCID:0000-0002-3804-9948 + Peking U., SKLNPT + School of Physics State Key Laboratory of Nuclear Physics and Technology, Peking University, Beijing, China + + + Zhou, Xiaokang + ORCID:0009-0005-9485-9477 + CCNU, Wuhan, Inst. Part. Phys. + Institute of Particle Physics, Central China Normal University, Wuhan, Hubei, China + + + Zhou, Yixiong + ORCID:0000-0003-2035-3391 + Beijing, GUCAS + University of Chinese Academy of Sciences, Beijing, China + + + Zhovkovska, Valeriia + ORCID:0000-0002-9812-4508 + IJCLab, Orsay + Université Paris-Saclay, CNRS/IN2P3, IJCLab, Orsay, France + + + Zhu, Linxuan + ORCID:0000-0003-0609-6456 + Beijing, GUCAS + University of Chinese Academy of Sciences, Beijing, China + + + Zhu, Xiaoyu + ORCID:0000-0002-4485-1478 + CCNU, Wuhan, Inst. Part. Phys. + Center for High Energy Physics, Tsinghua University, Beijing, China + + + Zhu, Xianglei + INSPIRE-00183811 + ORCID:0000-0002-9573-4570 + Tsinghua U., Beijing, CHEP + Institute of Particle Physics, Central China Normal University, Wuhan, Hubei, China + + + Zhu, Zhanwen + ORCID:0000-0002-9211-3867 + Beijing, GUCAS + University of Chinese Academy of Sciences, Beijing, China + + + Zhukov, Valery + INSPIRE-00170284 + ORCID:0000-0003-0159-291X + Aachen, Tech. Hochsch. + I. Physikalisches Institut, RWTH Aachen University, Aachen, Germany + Affiliated with an institute covered by a cooperation agreement with CERN + + + Zhuo, Jiahui + ORCID:0000-0002-6227-3368 + Valencia U., IFIC + Instituto de Fisica Corpuscular, Centro Mixto Universidad de Valencia—CSIC, Valencia, Spain + + + Zou, Quan + ORCID:0000-0003-0038-5038 + Beijing, Inst. High Energy Phys. + Beijing, GUCAS + Institute of High Energy Physics (IHEP), Beijing, China + University of Chinese Academy of Sciences, Beijing, China + + + Zucchelli, Stefano + INSPIRE-00040570 + ORCID:0000-0002-2411-1085 + INFN, Bologna + Bologna U. + INFN Sezione di Bologna, Bologna, Italy + + + Zuliani, Davide + ORCID:0000-0002-1478-4593 + INFN, Padua + Università degli Studi di Padova, Università e INFN, Padova, Italy + + + Zunica, Gianluca + ORCID:0000-0002-5972-6290 + Manchester U. + Department of Physics and Astronomy, University of Manchester, Manchester, United Kingdom + + + LHCb Collaboration + + + EP + + + 072002 + Phys. Rev. D + 108 + 2023 + + + 2523561 + 1147805 + http://cds.cern.ch/record/2894668/files/Xib2LbPi_2023_14Aug2023.pdf + Fulltext + Stamped by WebSubmit: 05/04/2024 + + + http://cds.cern.ch/record/2862449 + Previous draft version + + + 2523823 + 46085 + http://cds.cern.ch/record/2894668/files/XibMassFit_Paper_LcPi_tight.png + 00002 \small{(Top row) Spectra of the mass difference, $M(\Lb\pim)-M(\Lb)-m_{\pim}$ for $\Xibm\to\Lb\pim$ candidates, for the (left) $\Lb\to\Lc\pim$ and (right) $\Lb\to\Lc\pim\pip\pim$ samples, with the tight BDT2 selection. The bottom row shows the corresponding distributions for the wrong-sign candidates. Fits to the data are overlaid as described in the text. } + + + 2523824 + 47203 + http://cds.cern.ch/record/2894668/files/XibMassFit_Paper_Lc3Pi_tight.png + 00003 \small{(Top row) Spectra of the mass difference, $M(\Lb\pim)-M(\Lb)-m_{\pim}$ for $\Xibm\to\Lb\pim$ candidates, for the (left) $\Lb\to\Lc\pim$ and (right) $\Lb\to\Lc\pim\pip\pim$ samples, with the tight BDT2 selection. The bottom row shows the corresponding distributions for the wrong-sign candidates. Fits to the data are overlaid as described in the text. } + + + 2523825 + 42240 + http://cds.cern.ch/record/2894668/files/XibMassFit_WS_Paper_LcPi_floatA.png + 00008 \small{(Top row) Spectra of the mass difference, $M(\Lb\pim)-M(\Lb)-m_{\pim}$ for $\Xibm\to\Lb\pim$ candidates, for the (left) $\Lb\to\Lc\pim$ and (right) $\Lb\to\Lc\pim\pip\pim$ samples with the loose BDT2 selection. The bottom row shows the corresponding distributions for the wrong-sign candidates. Fits to the data are overlaid as described in the text. } + + + 2523826 + 19517198 + http://cds.cern.ch/record/2894668/files/Publication.pdf + Fulltext + + + 2523827 + 46562 + http://cds.cern.ch/record/2894668/files/LbMassFit_Run2_Lc3Pi.png + 00001 \small{Invariant-mass spectra of (left) \Lb\to\Lc\pim and (right) \Lb\to\Lc\pim\pip\pim candidates for the full data sample. The fitted signal and background shapes, as described in the text, are overlaid.} + + + 2523828 + 45933 + http://cds.cern.ch/record/2894668/files/XibMassFit_Paper_LcPi_floatA.png + 00006 \small{(Top row) Spectra of the mass difference, $M(\Lb\pim)-M(\Lb)-m_{\pim}$ for $\Xibm\to\Lb\pim$ candidates, for the (left) $\Lb\to\Lc\pim$ and (right) $\Lb\to\Lc\pim\pip\pim$ samples with the loose BDT2 selection. The bottom row shows the corresponding distributions for the wrong-sign candidates. Fits to the data are overlaid as described in the text. } + + + 2523829 + 42814 + http://cds.cern.ch/record/2894668/files/XibMassFit_WS_Paper_Lc3Pi_tight.png + 00005 \small{(Top row) Spectra of the mass difference, $M(\Lb\pim)-M(\Lb)-m_{\pim}$ for $\Xibm\to\Lb\pim$ candidates, for the (left) $\Lb\to\Lc\pim$ and (right) $\Lb\to\Lc\pim\pip\pim$ samples, with the tight BDT2 selection. The bottom row shows the corresponding distributions for the wrong-sign candidates. Fits to the data are overlaid as described in the text. } + + + 2523830 + 42034 + http://cds.cern.ch/record/2894668/files/XibMassFit_WS_Paper_Lc3Pi_floatA.png + 00009 \small{(Top row) Spectra of the mass difference, $M(\Lb\pim)-M(\Lb)-m_{\pim}$ for $\Xibm\to\Lb\pim$ candidates, for the (left) $\Lb\to\Lc\pim$ and (right) $\Lb\to\Lc\pim\pip\pim$ samples with the loose BDT2 selection. The bottom row shows the corresponding distributions for the wrong-sign candidates. Fits to the data are overlaid as described in the text. } + + + 2523831 + 1164281 + http://cds.cern.ch/record/2894668/files/2307.09427.pdf + Fulltext + + + 2523832 + 46566 + http://cds.cern.ch/record/2894668/files/LbMassFit_Run2_LcPi.png + 00000 \small{Invariant-mass spectra of (left) \Lb\to\Lc\pim and (right) \Lb\to\Lc\pim\pip\pim candidates for the full data sample. The fitted signal and background shapes, as described in the text, are overlaid.} + + + 2523833 + 46618 + http://cds.cern.ch/record/2894668/files/XibMassFit_LcPi_Lc3Pi_Paper_floatA.png + 00011 \small{Spectra of the mass difference, $M(\Lb\pim)-M(\Lb)-m_{\pim}$ for $\Xibm\to\Lb\pim$ candidates for the combined $\Lb\to\Lc\pim$ and $\Lb\to\Lc\pim\pip\pim$ samples for (left) tight BDT2 selection and (right) loose BDT2 selection.} + + + 2523834 + 46492 + http://cds.cern.ch/record/2894668/files/XibMassFit_LcPi_Lc3Pi_Paper_tight_floatA.png + 00010 \small{Spectra of the mass difference, $M(\Lb\pim)-M(\Lb)-m_{\pim}$ for $\Xibm\to\Lb\pim$ candidates for the combined $\Lb\to\Lc\pim$ and $\Lb\to\Lc\pim\pip\pim$ samples for (left) tight BDT2 selection and (right) loose BDT2 selection.} + + + 2523835 + 41840 + http://cds.cern.ch/record/2894668/files/XibMassFit_WS_Paper_LcPi_tight.png + 00004 \small{(Top row) Spectra of the mass difference, $M(\Lb\pim)-M(\Lb)-m_{\pim}$ for $\Xibm\to\Lb\pim$ candidates, for the (left) $\Lb\to\Lc\pim$ and (right) $\Lb\to\Lc\pim\pip\pim$ samples, with the tight BDT2 selection. The bottom row shows the corresponding distributions for the wrong-sign candidates. Fits to the data are overlaid as described in the text. } + + + 2523836 + 47104 + http://cds.cern.ch/record/2894668/files/XibMassFit_Paper_Lc3Pi_floatA.png + 00007 \small{(Top row) Spectra of the mass difference, $M(\Lb\pim)-M(\Lb)-m_{\pim}$ for $\Xibm\to\Lb\pim$ candidates, for the (left) $\Lb\to\Lc\pim$ and (right) $\Lb\to\Lc\pim\pip\pim$ samples with the loose BDT2 selection. The bottom row shows the corresponding distributions for the wrong-sign candidates. Fits to the data are overlaid as described in the text. } + + + 19 Apr 2024 + + + 13 + + + LHCb_Papers + + + LHCBPUBDRAFTFINAL + + + ARTICLE + + + 2866071 + + + lhcb.secretariat@cern.ch + + + n + 202413 + + + + 2891489 + 20240318150419.0 + + oai:cds.cern.ch:2891489 + cerncds:FULLTEXT + cerncds:CERN:FULLTEXT + cerncds:CERN + + + DOI + APS + 10.1103/PhysRevLett.130.122502 + publication + + + arXiv + oai:arXiv.org:2302.07394 + + + Inspire + oai:inspirehep.net:2632787 + 2024-03-13T20:08:03Z + 2024-03-14T03:20:11Z + marcxml + true + https://inspirehep.net/api/oai2d + + + Inspire + 2632787 + + + arXiv + arXiv:2302.07394 + nucl-ex + + + eng + + + Rocchini, M. + Guelph U. + Department of Physics, University of Guelph, N1G 2W1 Guelph, Canada + + + APS + First Evidence of Axial Shape Asymmetry and Configuration Coexistence in <math display="inline"><mrow><mmultiscripts><mrow><mi>Zn</mi></mrow><mprescripts/><none/><mrow><mn>74</mn></mrow></mmultiscripts></mrow></math>: Suggestion for a Northern Extension of the <math display="inline"><mi>N</mi><mo>=</mo><mn>40</mn></math> Island of Inversion + + + 2023-03-24 + + + 2023-02-14 + + + 6 p + + + APS + The excited states of <math display="inline"><mi>N</mi><mo>=</mo><mn>44</mn></math> <math display="inline"><mrow><mmultiscripts><mrow><mi>Zn</mi></mrow><mprescripts/><none/><mrow><mn>74</mn></mrow></mmultiscripts></mrow></math> were investigated via <math display="inline"><mi>γ</mi></math>-ray spectroscopy following <math display="inline"><mrow><mmultiscripts><mrow><mi>Cu</mi></mrow><mprescripts/><none/><mrow><mn>74</mn></mrow></mmultiscripts></mrow></math> <math display="inline"><mi>β</mi></math> decay. By exploiting <math display="inline"><mrow><mi>γ</mi><mtext>-</mtext><mi>γ</mi></mrow></math> angular correlation analysis, the <math display="inline"><msubsup><mn>2</mn><mn>2</mn><mo>+</mo></msubsup></math>, <math display="inline"><msubsup><mn>3</mn><mn>1</mn><mo>+</mo></msubsup></math>, <math display="inline"><msubsup><mn>0</mn><mn>2</mn><mo>+</mo></msubsup></math>, and <math display="inline"><msubsup><mn>2</mn><mn>3</mn><mo>+</mo></msubsup></math> states in <math display="inline"><mrow><mmultiscripts><mrow><mi>Zn</mi></mrow><mprescripts/><none/><mrow><mn>74</mn></mrow></mmultiscripts></mrow></math> were firmly established. The <math display="inline"><mi>γ</mi></math>-ray branching and <math display="inline"><mi>E</mi><mn>2</mn><mo>/</mo><mi>M</mi><mn>1</mn></math> mixing ratios for transitions deexciting the <math display="inline"><msubsup><mn>2</mn><mn>2</mn><mo>+</mo></msubsup></math>, <math display="inline"><msubsup><mn>3</mn><mn>1</mn><mo>+</mo></msubsup></math>, and <math display="inline"><msubsup><mn>2</mn><mn>3</mn><mo>+</mo></msubsup></math> states were measured, allowing for the extraction of relative <math display="inline"><mi>B</mi><mo stretchy="false">(</mo><mi>E</mi><mn>2</mn><mo stretchy="false">)</mo></math> values. In particular, the <math display="inline"><msubsup><mn>2</mn><mn>3</mn><mo>+</mo></msubsup><mo stretchy="false">→</mo><msubsup><mn>0</mn><mn>2</mn><mo>+</mo></msubsup></math> and <math display="inline"><msubsup><mn>2</mn><mn>3</mn><mo>+</mo></msubsup><mo stretchy="false">→</mo><msubsup><mn>4</mn><mn>1</mn><mo>+</mo></msubsup></math> transitions were observed for the first time. The results show excellent agreement with new microscopic large-scale shell-model calculations, and are discussed in terms of underlying shapes, as well as the role of neutron excitations across the <math display="inline"><mi>N</mi><mo>=</mo><mn>40</mn></math> gap. Enhanced axial shape asymmetry (triaxiality) is suggested to characterize <math display="inline"><mrow><mmultiscripts><mrow><mi>Zn</mi></mrow><mprescripts/><none/><mrow><mn>74</mn></mrow></mmultiscripts></mrow></math> in its ground state. Furthermore, an excited <math display="inline"><mi>K</mi><mo>=</mo><mn>0</mn></math> band with a significantly larger softness in its shape is identified. A shore of the <math display="inline"><mi>N</mi><mo>=</mo><mn>40</mn></math> “island of inversion” appears to manifest above <math display="inline"><mi>Z</mi><mo>=</mo><mn>26</mn></math>, previously thought as its northern limit in the chart of the nuclides. + + + arXiv + The excited states of $N=44$$^{74}$Zn were investigated via $\gamma$-ray spectroscopy following $^{74}$Cu $\beta$ decay. By exploiting $\gamma$-$\gamma$ angular correlation analysis, the $2_2^+$, $3_1^+$, $0_2^+$ and $2_3^+$ states in $^{74}$Zn were firmly established. The $\gamma$-ray branching and $E2/M1$ mixing ratios for transitions de-exciting the $2_2^+$, $3_1^+$ and $2_3^+$ states were measured, allowing for the extraction of relative $B(E2)$ values. In particular, the $2_3^+ \to 0_2^+$ and $2_3^+ \to 4_1^+$ transitions were observed for the first time. The results show excellent agreement with new microscopic large-scale shell-model calculations, and are discussed in terms of underlying shapes, as well as the role of neutron excitations across the $N=40$ gap. Enhanced axial shape asymmetry (triaxiality) is suggested to characterize $^{74}$Zn in its ground state. Furthermore, an excited $K=0$ band with a significantly larger softness in its shape is identified. A shore of the $N=40$``island of inversion'' appears to manifest above $Z=26$, previously thought as its northern limit in the chart of the nuclides. + + + preprint + arXiv nonexclusive-distrib 1.0 + http://arxiv.org/licenses/nonexclusive-distrib/1.0/ + + + publication + American Physical Society + 2023 + + + CDS + + + HAL + + + arXiv + nucl-th + + + SzGeCERN + Nuclear Physics - Theory + + + arXiv + nucl-ex + + + SzGeCERN + Nuclear Physics - Experiment + + + CERN + + + ARTICLE + + + Garrett, P.E. + Guelph U. + Department of Physics, University of Guelph, N1G 2W1 Guelph, Canada + + + Zielínska, M. + IRFU, Saclay + IRFU, CEA, Université Paris-Saclay, F-91191 Gif-sur-Yvette, France + + + Lenzi, S.M. + Padua U. + INFN, Padua + Dipartimento di Fisica, Università di Padova, I-35122 Padova, Italy + INFN Sezione di Padova, I-35131 Padova, Italy + + + Dao, D.D. + Strasbourg, IPHC + Université de Strasbourg, CNRS, IPHC UMR 7178, F-67000 Strasbourg, France + + + Nowacki, F. + Strasbourg, IPHC + Université de Strasbourg, CNRS, IPHC UMR 7178, F-67000 Strasbourg, France + + + Bildstein, V. + Guelph U. + Department of Physics, University of Guelph, N1G 2W1 Guelph, Canada + + + MacLean, A.D. + Guelph U. + Department of Physics, University of Guelph, N1G 2W1 Guelph, Canada + + + Olaizola, B. + TRIUMF + CERN + TRIUMF, V6T 2A3 Vancouver, Canada + Present address: CERN, CH-1211 Geneva, Switzerland. + + + Ahmed, Z.T. + Guelph U. + Department of Physics, University of Guelph, N1G 2W1 Guelph, Canada + + + Andreoiu, C. + Simon Fraser U. + Department of Chemistry, Simon Fraser University, V5A 1S6 Burnaby, Canada + + + Babu, A. + TRIUMF + TRIUMF, V6T 2A3 Vancouver, Canada + + + Ball, G.C. + TRIUMF + TRIUMF, V6T 2A3 Vancouver, Canada + + + Bhattacharjee, S.S. + TRIUMF + TRIUMF, V6T 2A3 Vancouver, Canada + + + Bidaman, H. + Guelph U. + Department of Physics, University of Guelph, N1G 2W1 Guelph, Canada + + + Cheng, C. + TRIUMF + TRIUMF, V6T 2A3 Vancouver, Canada + + + Coleman, R. + Guelph U. + Department of Physics, University of Guelph, N1G 2W1 Guelph, Canada + + + Dillmann, I. + TRIUMF + Victoria U. + Department of Physics and Astronomy, University of Victoria, V8P 5C2 Victoria, Canada + TRIUMF, V6T 2A3 Vancouver, Canada + + + Garnsworthy, A.B. + TRIUMF + TRIUMF, V6T 2A3 Vancouver, Canada + + + Gillespie, S. + TRIUMF + TRIUMF, V6T 2A3 Vancouver, Canada + + + Griffin, C.J. + TRIUMF + TRIUMF, V6T 2A3 Vancouver, Canada + + + Grinyer, G.F. + Regina U. + Department of Physics, University of Regina, S4S 0A2 Regina, Canada + + + Hackman, G. + TRIUMF + TRIUMF, V6T 2A3 Vancouver, Canada + + + Hanley, M. + Colorado School of Mines + Department of Physics, Colorado School of Mines, Golden, Colorado 80401, USA + + + Illana, A. + Jyvaskyla U. + Accelerator Laboratory, Department of Physics, University of Jyväskylä, FI-40014 Jyväskylä, Finland + + + Jones, S. + Tennessee U. + Department of Physics and Astronomy, University of Tennessee, Knoxville, Tennessee 37996, USA + + + Laffoley, A.T. + Guelph U. + Department of Physics, University of Guelph, N1G 2W1 Guelph, Canada + + + Leach, K.G. + Colorado School of Mines + Department of Physics, Colorado School of Mines, Golden, Colorado 80401, USA + + + Lubna, R.S. + TRIUMF + TRIUMF, V6T 2A3 Vancouver, Canada + + + McAfee, J. + TRIUMF + Surrey U. + Department of Physics, University of Surrey, GU2 7XH Guildford, United Kingdom + TRIUMF, V6T 2A3 Vancouver, Canada + + + Natzke, C. + TRIUMF + Colorado School of Mines + Department of Physics, Colorado School of Mines, Golden, Colorado 80401, USA + TRIUMF, V6T 2A3 Vancouver, Canada + + + Pannu, S. + Guelph U. + Department of Physics, University of Guelph, N1G 2W1 Guelph, Canada + + + Paxman, C. + TRIUMF + Surrey U. + Department of Physics, University of Surrey, GU2 7XH Guildford, United Kingdom + TRIUMF, V6T 2A3 Vancouver, Canada + + + Porzio, C. + TRIUMF + INFN, Milan + Milan U. + Dipartimento di Fisica, Università di Milano, I-20133 Milano, Italy + INFN Sezione di Milano, I-20133 Milano, Italy + TRIUMF, V6T 2A3 Vancouver, Canada + + + Radich, A.J. + Guelph U. + Department of Physics, University of Guelph, N1G 2W1 Guelph, Canada + + + Rajabali, M.M. + Tennessee Tech. U. + Physics Department, Tennessee Technological University, Cookeville, Tennessee 38505, USA + + + Sarazin, F. + Colorado School of Mines + Department of Physics, Colorado School of Mines, Golden, Colorado 80401, USA + + + Schwarz, K. + TRIUMF + TRIUMF, V6T 2A3 Vancouver, Canada + + + Shadrick, S. + Colorado School of Mines + Department of Physics, Colorado School of Mines, Golden, Colorado 80401, USA + + + Sharma, S. + Regina U. + Department of Physics, University of Regina, S4S 0A2 Regina, Canada + + + Suh, J. + Regina U. + Department of Physics, University of Regina, S4S 0A2 Regina, Canada + + + Svensson, C.E. + Guelph U. + Department of Physics, University of Guelph, N1G 2W1 Guelph, Canada + + + Yates, D. + TRIUMF + British Columbia U. + Department of Physics and Astronomy, University of British Columbia, V6T 1Z4 Vancouver, Canada + TRIUMF, V6T 2A3 Vancouver, Canada + + + Zidar, T. + Guelph U. + Department of Physics, University of Guelph, N1G 2W1 Guelph, Canada + + + 122502 + publication + 12 + Phys. Rev. Lett. + 130 + 2023 + + + 2517943 + 14703 + http://cds.cern.ch/record/2891489/files/new_transitions.png + 00001 Portions of the $^{74}$Zn $\gamma$-ray spectra in coincidence with $\gamma$ rays: (a) 812 keV ($4_1^+ \to 2_1^+$) (b) 1183 keV ($0_2^+ \to 2_1^+$). The 730-keV and 359-keV $\gamma$ rays are newly assigned as the $2_3^+ \to 4_1^+$ and $2_3^+ \to 0_2^+$ transitions, respectively. The 681-keV and 710-keV $\gamma$ rays were observed previously~\cite{tracy-2018}. + + + 2517944 + 43740 + http://cds.cern.ch/record/2891489/files/AC.png + 00000 Measured $\gamma$-$\gamma$ angular correlation functions $W(\theta)$, where $\theta$ is the opening angle between the GRIFFIN detectors, and reduced $\chi^2$ as a function of the arctangent of the mixing ratio $\delta$, for the $0_2^+ \to 2_1^+ \to 0_1^+$ (panels a and b) and $3_1^+ \to 2_1^+ \to 0_1^+$ cascades (panels c and d). The energies of the states involved in each cascade (in keV) are indicated. The $\chi^2$ distributions corresponding to different spin hypotheses for the initial state are labelled accordingly, with the continuous lines indicating the $99\%$ confidence limit. + + + 2517945 + 15750 + http://cds.cern.ch/record/2891489/files/occupations.png + 00004 Difference in occupation numbers with respect to the normal filling of the proton ($\pi$) and neutron ($\nu$) orbitals considered in the present LSSM calculations for $^{74}$Zn (left panel: ground-state band, right panel: band built on the $0_2^+$ state). + + + 2517946 + 9979 + http://cds.cern.ch/record/2891489/files/spectra.png + 00002 Partial experimental level scheme of $^{74}$Zn (EXP) compared with shell-model calculations (SM) and shell-model calculations in a deformed Hartree-Fock basis (DNO-SM). The states are labelled with their spin, parity, and energy (in keV) and organized in bands. Only in-band transitions are displayed, and their labels correspond to calculated $B(E2)$ values in W.u. + + + 2517947 + 119959 + http://cds.cern.ch/record/2891489/files/shapes.png + 00003 Normalized probability to find a deformation $(\beta,\gamma)$ in specific $^{74}$Zn states represented with circles on the PES, whose radii are proportional to the probability. + + + 2517948 + 854827 + http://cds.cern.ch/record/2891489/files/2302.07394.pdf + Fulltext + + + 2517949 + 13428 + http://cds.cern.ch/record/2891489/files/excitations.png + 00005 Neutron excitations from the $pf$ shell into the $0g_{9/2}$, $1d_{5/2}$ orbitals (red) and percentage of the $0p0h$ configuration (blue) in the ground state and the $0^+_2$ state (continuous and dashed lines, respectively) in Zn isotopes with $40\le N\le50$. + + + 13 + + + ARTICLE + + + + 2891488 + 20240327141706.0 + + oai:cds.cern.ch:2891488 + cerncds:FULLTEXT + cerncds:CERN:FULLTEXT + cerncds:CERN + + + DOI + APS + 10.1103/PhysRevD.107.074011 + publication + + + arXiv + oai:arXiv.org:2207.12133 + + + Inspire + oai:inspirehep.net:2122289 + 2024-03-13T20:08:01Z + 2024-03-14T03:20:07Z + marcxml + true + https://inspirehep.net/api/oai2d + + + Inspire + 2122289 + + + arXiv + arXiv:2207.12133 + hep-ph + + + eng + + + Prasad, Suraj + Indian Inst. Tech., Kanpur + Department of Physics, Indian Institute of Technology Indore, Simrol, Indore 453552, India + + + APS + Probing initial geometrical anisotropy and final azimuthal anisotropy in heavy-ion collisions at Large Hadron Collider energies through event-shape engineering + + + 2023-04-01 + + + 2022-07-25 + + + 12 p + + + APS + Anisotropic flow is accredited to have effects from the initial state geometry and fluctuations in the nuclear overlap region. The elliptic flow (<math display="inline"><msub><mi>v</mi><mn>2</mn></msub></math>) and triangular flow (<math display="inline"><msub><mi>v</mi><mn>3</mn></msub></math>) coefficients of the final state particles are expected to have influenced by eccentricity (<math display="inline"><msub><mi>ϵ</mi><mn>2</mn></msub></math>) and triangularity (<math display="inline"><msub><mi>ϵ</mi><mn>3</mn></msub></math>) of the participants, respectively. In this work, we study <math display="inline"><msub><mi>v</mi><mn>2</mn></msub></math>, <math display="inline"><msub><mi>v</mi><mn>3</mn></msub></math>, <math display="inline"><msub><mi>ϵ</mi><mn>2</mn></msub></math>, <math display="inline"><msub><mi>ϵ</mi><mn>3</mn></msub></math>, and the correlations among them with respect to event topology in the framework of a multiphase transport model (AMPT). We use transverse spherocity and reduced flow vector as event shape classifiers in this study. Transverse spherocity has the unique ability to separate events based on geometrical shapes, i.e., jetty and isotropic, which pertain to pQCD and non-pQCD domains of particle production in high-energy physics, respectively. We use the two-particle correlation method to study different anisotropic flow coefficients. We confront transverse spherocity with a more widely used event shape classifier–reduced flow vector (<math display="inline"><msub><mi>q</mi><mi>n</mi></msub></math>) and they are found to have significant (anti)correlations among them. We observe significant spherocity dependence on <math display="inline"><msub><mi>v</mi><mn>2</mn></msub></math>, <math display="inline"><msub><mi>v</mi><mn>3</mn></msub></math>, and <math display="inline"><msub><mi>ϵ</mi><mn>2</mn></msub></math>. This work also addresses transverse momentum dependent crossing points between <math display="inline"><msub><mi>v</mi><mn>2</mn></msub></math> and <math display="inline"><msub><mi>v</mi><mn>3</mn></msub></math>, which varies for different centrality and spherocity percentiles. + + + arXiv + Anisotropic flow is accredited to have effects from the initial state geometry and fluctuations in the nuclear overlap region. The elliptic flow ($v_2$) and triangular flow ($v_3$) coefficients of the final state particles are expected to have influenced by eccentricity ($\varepsilon_2$) and triangularity ($\varepsilon_3$) of the participants, respectively. In this work, we study $v_2$, $v_3$, $\varepsilon_2$, $\varepsilon_3$ and the correlations among them with respect to event topology in the framework of a multi-phase transport model (AMPT). We use transverse spherocity and reduced flow vector as event shape classifiers in this study. Transverse spherocity has the unique ability to separate events based on geometrical shapes, i.e., jetty and isotropic, which pertain to pQCD and non-pQCD domains of particle production in high-energy physics, respectively. We use the two-particle correlation method to study different anisotropic flow coefficients. We confront transverse spherocity with a more widely used event shape classifier -- reduced flow vector ($q_n$) and they are found to have significant (anti-)correlations among them. We observe significant spherocity dependence on $v_2$, $v_3$ and $\varepsilon_2$. This work also addresses transverse momentum dependent crossing points between $v_2$ and $v_3$, which varies for different centrality and spherocity percentiles. + + + publication + CC BY 4.0 + SCOAP3 + https://creativecommons.org/licenses/by/4.0/ + + + preprint + CC BY-SA 4.0 + http://creativecommons.org/licenses/by-sa/4.0/ + + + publication + authors + 2023 + + + CDS + + + E + 2022-07-28 + abs + + + E + 2022-08-01 + printed + + + arXiv + nucl-th + + + SzGeCERN + Nuclear Physics - Theory + + + arXiv + nucl-ex + + + SzGeCERN + Nuclear Physics - Experiment + + + arXiv + hep-th + + + SzGeCERN + Particle Physics - Theory + + + arXiv + hep-ex + + + SzGeCERN + Particle Physics - Experiment + + + arXiv + hep-ph + + + SzGeCERN + Particle Physics - Phenomenology + + + CERN + + + ARTICLE + + + Mallick, Neelkamal + Indian Inst. Tech., Kanpur + Department of Physics, Indian Institute of Technology Indore, Simrol, Indore 453552, India + + + Tripathy, Sushanta + INFN, Bologna + CERN + INFN—sezione di Bologna, via Irnerio 46, 40126 Bologna BO, Italy + Present address: CERN, 1211 Geneva, Switzerland. + + + Sahoo, Raghunath + raghunath.sahoo@cern.ch + Indian Inst. Tech., Kanpur + Department of Physics, Indian Institute of Technology Indore, Simrol, Indore 453552, India + + + 074011 + publication + 7 + Phys. Rev. D + 107 + Phys. Rev. D 107, 074011 (2023) + 2023 + + + 2517920 + 17606 + http://cds.cern.ch/record/2891488/files/vncompdataATLAS.png + 00020 (Color Online) $\langle v_2\rangle$ and $\langle v_3\rangle$ vs centrality for $S_0$ integrated events for Pb--Pb collisions at $\rm\sqrt{s_{NN}}$ = 5.02 TeV using AMPT compared with the similar ALICE \cite{ALICE:2016ccg} (top) and ATLAS \cite{ATLAS:2019dct} (bottom) results. + + + 2517921 + 886353 + http://cds.cern.ch/record/2891488/files/Publication.pdf + Fulltext + + + 2517922 + 16106 + http://cds.cern.ch/record/2891488/files/v3vscent.png + 00007 (Color Online) Mean triangular flow ($\langle v_{3}\rangle$) as a function of centrality for different spherocity classes in Pb--Pb collisions at $\rm \sqrt{s_{NN}}$ = 5.02 TeV. + + + 2517923 + 14792 + http://cds.cern.ch/record/2891488/files/deltaphi4050.png + 00005 (Color Online) One dimensional two-particle azimuthal correlation function for low-$S_{0}$, high-$S_{0}$ and $S_{0}$ integrated events in Pb--Pb collisions at $\rm{\sqrt{s_{NN}} = 5.02}$ TeV for (0-10)\% (top) and (40-50)\% (bottom) centrality classes \cite{Mallick:2020ium}. + + + 2517924 + 15920 + http://cds.cern.ch/record/2891488/files/vncompdata.png + 00019 (Color Online) $\langle v_2\rangle$ and $\langle v_3\rangle$ vs centrality for $S_0$ integrated events for Pb--Pb collisions at $\rm\sqrt{s_{NN}}$ = 5.02 TeV using AMPT compared with the similar ALICE \cite{ALICE:2016ccg} (top) and ATLAS \cite{ATLAS:2019dct} (bottom) results. + + + 2517925 + 13235 + http://cds.cern.ch/record/2891488/files/ints010.png + 00013 (Color Online) Single particle elliptic (red) and triangular (blue) flow for high-$S_{0}$ (left column), $S_{0}$ integrated (middle column) and low-$S_{0}$ (right column) events for Pb--Pb collisions at $\sqrt{s_{NN}} = $ 5.02 TeV for (0-10)\% (top) and (40-50)\% (bottom) centrality classes using AMPT. + + + 2517926 + 15320 + http://cds.cern.ch/record/2891488/files/v3v2ratio.png + 00008 (Color Online) $\langle v_3\rangle/\langle v_2\rangle$ vs centrality for different spherocity events in Pb--Pb collisions at $\sqrt{s_{NN}}$ = 5.02 TeV. + + + 2517927 + 16074 + http://cds.cern.ch/record/2891488/files/v3_40_50.png + 00011 (Color Online) Single particle triangular flow ($v_{3}(p_{\rm T}^{\rm a})$) for high-$S_{0}$, $S_{0}$ integrated and low-$S_{0}$ events for Pb--Pb collisions at $\sqrt{s_{NN}} = $ 5.02 TeV for (40-50)\% centrality class. + + + 2517928 + 26514 + http://cds.cern.ch/record/2891488/files/deltaphi010.png + 00004 (Color Online) One dimensional two-particle azimuthal correlation function for low-$S_{0}$, high-$S_{0}$ and $S_{0}$ integrated events in Pb--Pb collisions at $\rm{\sqrt{s_{NN}} = 5.02}$ TeV for (0-10)\% (top) and (40-50)\% (bottom) centrality classes \cite{Mallick:2020ium}. + + + 2517929 + 43186 + http://cds.cern.ch/record/2891488/files/sphero.png + 00000 (Color Online) Schematic picture showing jetty and isotropic events in the transverse plane. + + + 2517930 + 826715 + http://cds.cern.ch/record/2891488/files/2207.12133.pdf + Fulltext + + + 2517931 + 43268 + http://cds.cern.ch/record/2891488/files/ratioe2e3.png + 00002 (Color Online)Event-average eccentricity ($\langle\varepsilon_{2}\rangle$) (top), triangularity ($\langle\varepsilon_{3}\rangle$) (middle) and the ratio ($\rm{\langle \varepsilon_{3}\rangle}/\rm{\langle\varepsilon_{2}\rangle}$) (bottom) as a function of centrality for low-$\rm{S_{0}}$ (red diamond), high-$\rm{S_{0}}$ (blue square) and integrated $\rm{S_{0}}$ (black circle) events in Pb--Pb collisions at $\rm{\sqrt{s_{NN}} = 5.02}$ TeV using AMPT. + + + 2517932 + 12999 + http://cds.cern.ch/record/2891488/files/lows4050.png + 00017 (Color Online) Single particle elliptic (red) and triangular (blue) flow for high-$S_{0}$ (left column), $S_{0}$ integrated (middle column) and low-$S_{0}$ (right column) events for Pb--Pb collisions at $\sqrt{s_{NN}} = $ 5.02 TeV for (0-10)\% (top) and (40-50)\% (bottom) centrality classes using AMPT. + + + 2517933 + 33640 + http://cds.cern.ch/record/2891488/files/PCCe2e3sphero.png + 00003 (Color Online) Pearson correlation coefficient between eccentricity and triangularity as a function of centrality for low-$\rm{S_{0}}$ (red diamond), high-$\rm{S_{0}}$ (blue square) and integrated $\rm{S_{0}}$ (black circle) events in Pb--Pb collisions at $\rm{\sqrt{s_{NN}} = 5.02}$ TeV using AMPT. + + + 2517934 + 12721 + http://cds.cern.ch/record/2891488/files/ints4050.png + 00016 (Color Online) Single particle elliptic (red) and triangular (blue) flow for high-$S_{0}$ (left column), $S_{0}$ integrated (middle column) and low-$S_{0}$ (right column) events for Pb--Pb collisions at $\sqrt{s_{NN}} = $ 5.02 TeV for (0-10)\% (top) and (40-50)\% (bottom) centrality classes using AMPT. + + + 2517935 + 15603 + http://cds.cern.ch/record/2891488/files/v2vscent.png + 00006 (Color Online) Mean elliptic flow ($\langle v_2\rangle$) vs centrality for different spherocity classes in Pb--Pb collisions at $\rm \sqrt{s_{NN}}$ = 5.02 TeV. + + + 2517936 + 12914 + http://cds.cern.ch/record/2891488/files/highs010.png + 00012 (Color Online) Single particle elliptic (red) and triangular (blue) flow for high-$S_{0}$ (left column), $S_{0}$ integrated (middle column) and low-$S_{0}$ (right column) events for Pb--Pb collisions at $\sqrt{s_{NN}} = $ 5.02 TeV for (0-10)\% (top) and (40-50)\% (bottom) centrality classes using AMPT. + + + 2517937 + 12072 + http://cds.cern.ch/record/2891488/files/lows010.png + 00014 (Color Online) Single particle elliptic (red) and triangular (blue) flow for high-$S_{0}$ (left column), $S_{0}$ integrated (middle column) and low-$S_{0}$ (right column) events for Pb--Pb collisions at $\sqrt{s_{NN}} = $ 5.02 TeV for (0-10)\% (top) and (40-50)\% (bottom) centrality classes using AMPT. + + + 2517938 + 16573 + http://cds.cern.ch/record/2891488/files/v2e2vscent.png + 00009 (Color Online) $\langle v_2 \rangle/\langle \epsilon_2 \rangle$ (top) and $\langle v_3 \rangle/\langle \epsilon_3 \rangle$ (bottom) vs centrality for different spherocity classes in Pb--Pb collisions at $\rm\sqrt{s_{NN}}$ = 5.02 TeV using AMPT. + + + 2517939 + 16659 + http://cds.cern.ch/record/2891488/files/v3e3vscent.png + 00010 (Color Online) $\langle v_2 \rangle/\langle \epsilon_2 \rangle$ (top) and $\langle v_3 \rangle/\langle \epsilon_3 \rangle$ (bottom) vs centrality for different spherocity classes in Pb--Pb collisions at $\rm\sqrt{s_{NN}}$ = 5.02 TeV using AMPT. + + + 2517940 + 12555 + http://cds.cern.ch/record/2891488/files/highs4050.png + 00015 (Color Online) Single particle elliptic (red) and triangular (blue) flow for high-$S_{0}$ (left column), $S_{0}$ integrated (middle column) and low-$S_{0}$ (right column) events for Pb--Pb collisions at $\sqrt{s_{NN}} = $ 5.02 TeV for (0-10)\% (top) and (40-50)\% (bottom) centrality classes using AMPT. + + + 2517941 + 10766 + http://cds.cern.ch/record/2891488/files/q2q3sphero.png + 00001 (Color Online) Event averaged $q_2$ (left) and $q_3$ (right) vs transverse spherocity ($S_0$) for midcentral (40-50)\%, and peripheral (60-70)\% Pb--Pb collisions at $\rm\sqrt{s_{NN}}$ = 5.02 TeV using AMPT model. + + + 2517942 + 13727 + http://cds.cern.ch/record/2891488/files/crossing.png + 00018 (Color Online) Transverse momentum value corresponding to crossing between $v_2$ and $v_3$ ($\rm p_T^{cross}$) as a function of centrality for different spherocity cuts for Pb--Pb collisions at $\sqrt{s_{NN}}$ = 5.02 TeV using AMPT. + + + 13 + + + ARTICLE + + + + 2891487 + 20240318150506.0 + + oai:cds.cern.ch:2891487 + cerncds:FULLTEXT + cerncds:CERN:FULLTEXT + cerncds:CERN + + + DOI + APS + 10.1103/PhysRevC.107.035803 + publication + + + arXiv + oai:arXiv.org:2303.10282 + + + Inspire + oai:inspirehep.net:2641169 + 2024-03-13T20:07:59Z + 2024-03-14T03:22:50Z + marcxml + true + https://inspirehep.net/api/oai2d + + + Inspire + 2641169 + + + arXiv + arXiv:2303.10282 + nucl-ex + + + eng + + + Williams, M. + TRIUMF + York U., England + TRIUMF, Vancouver, British Columbia V6T 2A3, Canada + Department of Physics, University of York, Heslington, York YO10 5DD, United Kingdom + + + APS + Cross sections of the <math><mrow><mmultiscripts><mi>Rb</mi><mprescripts/><none/><mn>83</mn></mmultiscripts><mo>(</mo><mi>p</mi><mo>,</mo><mi>γ</mi><mo>)</mo><mmultiscripts><mi>Sr</mi><mprescripts/><none/><mn>84</mn></mmultiscripts></mrow></math> and <math><mrow><mmultiscripts><mi>Kr</mi><mprescripts/><none/><mn>84</mn></mmultiscripts><mo>(</mo><mi>p</mi><mo>,</mo><mi>γ</mi><mo>)</mo><mmultiscripts><mi>Rb</mi><mprescripts/><none/><mn>85</mn></mmultiscripts></mrow></math> reactions at energies characteristic of the astrophysical <math><mi>γ</mi></math> process + + + 2023-03-13 + + + 2023-03-17 + + + 10 p + + + arXiv + arXiv admin note: text overlap with +arXiv:2109.06775 + + + APS + We have measured the cross section of the <math><mrow><mmultiscripts><mi>Rb</mi><mprescripts/><none/><mn>83</mn></mmultiscripts><mo>(</mo><mi>p</mi><mo>,</mo><mi>γ</mi><mo>)</mo><mmultiscripts><mi>Sr</mi><mprescripts/><none/><mn>84</mn></mmultiscripts></mrow></math> radiative capture reaction in inverse kinematics using a radioactive beam of <math><mmultiscripts><mi>Rb</mi><mprescripts/><none/><mn>83</mn></mmultiscripts></math> at incident energies of 2.4 and <math><mrow><mn>2.7</mn><mspace width="0.16em"/><mi>A</mi></mrow></math> MeV. Prior to the radioactive beam measurement, the <math><mrow><mmultiscripts><mi>Kr</mi><mprescripts/><none/><mn>84</mn></mmultiscripts><mo>(</mo><mi>p</mi><mo>,</mo><mi>γ</mi><mo>)</mo><mmultiscripts><mi>Rb</mi><mprescripts/><none/><mn>85</mn></mmultiscripts></mrow></math> radiative capture reaction was measured in inverse kinematics using a stable beam of <math><mmultiscripts><mi>Kr</mi><mprescripts/><none/><mn>84</mn></mmultiscripts></math> at an incident energy of <math><mrow><mn>2.7</mn><mi>A</mi></mrow></math> MeV. The effective relative kinetic energies of these measurements lie within the relevant energy window for the <math><mi>γ</mi></math> process in supernovae. The central values of the measured partial cross sections of both reactions were found to be <math><mrow><mn>0.17</mn><mo>–</mo><mn>0.42</mn></mrow></math> times the predictions of statistical model calculations. Assuming the predicted cross section at other energies is reduced by the same factor leads to a slightly higher calculated abundance of the <math><mi>p</mi></math> nucleus <math><mmultiscripts><mi>Sr</mi><mprescripts/><none/><mn>84</mn></mmultiscripts></math>, caused by the reduced rate of the <math><mrow><mmultiscripts><mi>Sr</mi><mprescripts/><none/><mn>84</mn></mmultiscripts><mo>(</mo><mi>γ</mi><mo>,</mo><mi>p</mi><mo>)</mo><mmultiscripts><mi>Rb</mi><mprescripts/><none/><mn>83</mn></mmultiscripts></mrow></math> reaction derived from the present measurement. + + + arXiv + We have measured the cross section of the $^{83}$Rb(p,$\gamma)^{84}$Sr radiative capture reaction in inverse kinematics using a radioactive beam of $^{83}$Rb at incident energies of 2.4 and $2.7 A$ MeV. Prior to the radioactive beam measurement, the $^{84}$Kr(p,$\gamma)^{85}$Rb radiative capture reaction was measured in inverse kinematics using a stable beam of $^{84}$Kr at an incident energy of $2.7 A$ MeV. The effective relative kinetic energies of these measurements lie within the relevant energy window for the $\gamma$ process in supernovae. The central values of the measured partial cross sections of both reactions were found to be $0.17-0.42$ times the predictions of statistical model calculations. Assuming the predicted cross section at other energies is reduced by the same factor leads to a slightly higher calculated abundance of the $p$ nucleus $^{84}$Sr, caused by the reduced rate of the $^{84}$Sr($\gamma$,p)$^{83}$Rb reaction derived from the present measurement. + + + preprint + arXiv nonexclusive-distrib 1.0 + http://arxiv.org/licenses/nonexclusive-distrib/1.0/ + + + publication + American Physical Society + 2023 + + + arXiv + astro-ph.SR + + + SzGeCERN + Astrophysics and Astronomy + + + arXiv + nucl-ex + + + SzGeCERN + Nuclear Physics - Experiment + + + CERN + + + ARTICLE + + + Davids, B. + TRIUMF + Simon Fraser U. + TRIUMF, Vancouver, British Columbia V6T 2A3, Canada + Department of Physics, Simon Fraser University, Burnaby, British Columbia V5A 1S6, Canada + + + Lotay, G. + Surrey U. + Department of Physics, University of Surrey, Guildford GU2 7XH, United Kingdom + + + Nishimura, N. + Wako, RIKEN + Nishina Ctr., RIKEN + Astrophysical Big Bang Laboratory, CPR, RIKEN, Wako, Saitama 351-0198, Japan + Nishina Center for Accelerator-Based Science, Wako, Saitama 351-0198, Japan + + + Rauscher, T. + Basel U. + Hertfordshire U. + Department of Physics, University of Basel, Klingelbergstr. 82, CH-4056 Basel, Switzerland + Centre for Astrophysics Research, University of Hertfordshire, Hatfield AL10 9AB, United Kingdom + + + Gillespie, S.A. + TRIUMF + Michigan State U. + TRIUMF, Vancouver, British Columbia V6T 2A3, Canada + Present address: FRIB, Michigan State University, East Lansing, Michigan 48824, USA. + + + Alcorta, M. + TRIUMF + TRIUMF, Vancouver, British Columbia V6T 2A3, Canada + + + Amthor, A.M. + Bucknell U. + Department of Physics and Astronomy, Bucknell University, Lewisburg, Pennsylvania 17837, USA + + + Ball, G.C. + TRIUMF + TRIUMF, Vancouver, British Columbia V6T 2A3, Canada + + + Bhattacharjee, S.S. + TRIUMF + TRIUMF, Vancouver, British Columbia V6T 2A3, Canada + + + Bildstein, V. + Guelph U. + Department of Physics, University of Guelph, Guelph, Ontario N1G 2W1, Canada + + + Catford, W.N. + Surrey U. + Department of Physics, University of Surrey, Guildford GU2 7XH, United Kingdom + + + Doherty, D.T. + Surrey U. + Department of Physics, University of Surrey, Guildford GU2 7XH, United Kingdom + + + Esker, N.E. + TRIUMF + San Jose State U. + TRIUMF, Vancouver, British Columbia V6T 2A3, Canada + Present address: Department of Chemistry, San Jose State University, San Jose, California 95192, USA. + + + Garnsworthy, A.B. + TRIUMF + TRIUMF, Vancouver, British Columbia V6T 2A3, Canada + + + Hackman, G. + TRIUMF + TRIUMF, Vancouver, British Columbia V6T 2A3, Canada + + + Hudson, K. + TRIUMF + Simon Fraser U. + TRIUMF, Vancouver, British Columbia V6T 2A3, Canada + Department of Physics, Simon Fraser University, Burnaby, British Columbia V5A 1S6, Canada + + + Lennarz, A. + TRIUMF + TRIUMF, Vancouver, British Columbia V6T 2A3, Canada + + + Natzke, C. + TRIUMF + Colorado School of Mines + TRIUMF, Vancouver, British Columbia V6T 2A3, Canada + Department of Physics, Colorado School of Mines, Golden, Colorado 80401, USA + + + Olaizola, B. + TRIUMF + CERN + TRIUMF, Vancouver, British Columbia V6T 2A3, Canada + Present address: CERN, CH-1211 Geneva 23, Switzerland. §Present address: Institut für Kernphysik, Technische Unive + + + Psaltis, A. + McMaster U. + Darmstadt, Tech. U. + Department of Physics and Astronomy, McMaster University, Hamilton, Ontario L8S 4L8, Canada + Present address: Institut für Kernphysik, Technische Universität Darmstadt, Darmstadt D-64289, Germany + + + Svensson, C.E. + Guelph U. + Department of Physics, University of Guelph, Guelph, Ontario N1G 2W1, Canada + + + Williams, J. + TRIUMF + TRIUMF, Vancouver, British Columbia V6T 2A3, Canada + + + Walter, D. + TRIUMF + St. Mary's U., Halifax + TRIUMF, Vancouver, British Columbia V6T 2A3, Canada + Department of Astronomy and Physics, Saint Mary’s University, Halifax, Nova Scotia B3H 3C3, Canada + + + Yates, D. + TRIUMF + British Columbia U. + TRIUMF, Vancouver, British Columbia V6T 2A3, Canada + Department of Physics and Astronomy, University of British Columbia, Vancouver BC V6T 1Z4, Canada + + + 035803 + publication + 3 + Phys. Rev. C + 107 + Physical Review C 107, 035803 (2023) + 2023 + + + 2517906 + 7625 + http://cds.cern.ch/record/2891487/files/abunplot.png + 00010 Relative change in the abundance of $^{84}$Sr in a 15 (cc15) and 25 (cc25) $M_\odot$ star with solar metallicity exploding as a core-collapse supernova, and in a thermonuclear supernova (snIa), when using the new rates for $^{83}$Rb(p,$\gamma$)$^{84}$Sr and its inverse reaction. The error bars illustrate the remaining uncertainties due to the combined effect of all reaction rates (see text for details). + + + 2517907 + 301218 + http://cds.cern.ch/record/2891487/files/hfcs84krpot.png + 00009 Same as Fig.\ \ref{fig:csexpth83pot} but for the $^{84}$Kr(p,$\gamma$)$^{85}$Rb reaction. + + + 2517908 + 322169 + http://cds.cern.ch/record/2891487/files/hfcs83rb.png + 00006 Cross section of the $^{83}$Rb(p,$\gamma)^{84}$Sr reaction from experiment (shown are the partial cross section for populating the $2^+_1$ state and the inferred total cross section with 90\% CL error bars) compared to statistical model predictions of the total cross sections with the NON-SMOKER \cite{NONSMOKER2} and SMARAGD \cite{SMARAGD} codes. The wider, lightly shaded region indicates the approximate location of the relevant energy window \protect\cite{Rauscher3} for the $^{83}$Rb(p,$\gamma)^{84}$Sr reaction in ccSNe ($2~\mathrm{GK}<T<3.5~\mathrm{GK}$). The narrower, darkly shaded region indicates the range of relative kinetic energies covered in the measurement of the $E_\mathrm{cm}=2.386$~MeV data point. The measured and inferred points at $E_\mathrm{cm}=2.26$~MeV are 90\% CL upper limits. Also shown are SMARAGD calculations with the default proton width divided by two and four, respectively. + + + 2517909 + 11101 + http://cds.cern.ch/record/2891487/files/84Sr_levels.png + 00005 Simplified energy level diagram of $^{84}$Sr showing only levels relevant to this measurement of the $^{83}$Rb(p,$\gamma)^{84}$Sr reaction. The states initially populated via $s$-wave capture are shown schematically about 2.4~MeV above the proton separation energy $S_p$. + + + 2517910 + 11711 + http://cds.cern.ch/record/2891487/files/85Rb_levels.png + 00003 Simplified energy level diagram of $^{85}$Rb showing only levels relevant to this measurement of the $^{84}$Kr(p,$\gamma)^{85}$Rb reaction. The states initially populated via $s$-wave capture are shown schematically about 2.4~MeV above the proton separation energy $S_p$. + + + 2517911 + 17772 + http://cds.cern.ch/record/2891487/files/csd.png + 00001 Measured charge state distribution of $^{84}$Kr incident at $2.7 A$~MeV emerging from the 727 $\mu$g~cm$^{-2}$ polyethylene target. EMMA was set for a kinetic energy of 166 MeV during all of the yield measurements. The error bars represent systematic beam current uncertainties estimated to be $\pm10\%$. Also shown are the results of a Gaussian fit. + + + 2517912 + 88995 + http://cds.cern.ch/record/2891487/files/83Rbgammas.png + 00004 Gamma rays observed in the 8 TIGRESS detectors centred at 90$^{\circ}$ with respect to the beam axis in coincidence with $A=84$ recoils, following the $^{83}$Rb(p,$\gamma)^{84}$Sr reaction. The inset shows a zoomed-in view of the same spectrum centred about the energy of the 793~keV transition. + + + 2517913 + 271932 + http://cds.cern.ch/record/2891487/files/hfcs83rbpot.png + 00007 Same as Fig.\ \ref{fig:csexpth83} but comparing the experimental data to SMARAGD calculations using various $p+^{83}$Rb optical potentials (SMARAGD default \cite{jlm,lej}, ppot1 \cite{esw}, ppot2 \cite{perey}, ppot5 \cite{baugelane}, ppot6 \cite{bauge}, ppot7 \cite{modjlm}). + + + 2517914 + 317795 + http://cds.cern.ch/record/2891487/files/hfcs84kr.png + 00008 Same as Fig.\ \ref{fig:csexpth83} but for the $^{84}$Kr(p,$\gamma$)$^{85}$Rb reaction. + + + 2517915 + 20466 + http://cds.cern.ch/record/2891487/files/SB1_SpectrumExample2.png + 00000 Typical energy spectrum from one of the SSB detectors. The proton and carbon scattering peaks are labelled; the target constituents scattered by the $^{83}$Rb and $^{83}$Sr beam components are indistinguishable on the basis of energy and contribute to both of these peaks. The inset shows the same plot zoomed in on the proton scattering peak with selection cuts indicated by the vertical dashed lines. + + + 2517916 + 50995 + http://cds.cern.ch/record/2891487/files/84Krgammas.png + 00002 Energies of $\gamma$ rays detected in the TIGRESS array during a measurement of the $^{84}$Kr(p,$\gamma)^{85}$Rb reaction as a function of TIGRESS-EMMA correlation time. A vertical cluster of counts indicates the observation of correlated primary and secondary $\gamma$ rays, with energies approaching the $p$ emission threshold in $^{85}$Rb of 7~MeV, corresponding to $^{84}$Kr(p,$\gamma)$ events. + + + 2517917 + 2246745 + http://cds.cern.ch/record/2891487/files/2303.10282.pdf + Fulltext + + + 13 + + + ARTICLE + + + + 2888511 + 20240318150811.0 + + oai:cds.cern.ch:2888511 + cerncds:FULLTEXT + cerncds:CERN:FULLTEXT + cerncds:CERN + + + DOI + Springer + 10.1007/JHEP12(2023)134 + publication + + + arXiv + oai:arXiv.org:2212.10573 + + + Inspire + oai:inspirehep.net:2617003 + 2024-02-07T20:08:34Z + 2024-02-08T04:15:51Z + marcxml + true + https://inspirehep.net/api/oai2d + + + Inspire + 2617003 + + + arXiv + arXiv:2212.10573 + hep-th + + + arXiv:reportnumber + ACFI-T22-10 + + + eng + + + Gendler, Naomi + GRID:grid.5386.8 + GRID:grid.38142.3c + Cornell U. + Department of Physics, Cornell University, 14853 Ithaca, NY, USA + Department of Physics, Jefferson Physical Laboratory, Harvard University, 02138 Cambridge, MA, USA + + + Springer + Moduli space reconstruction and Weak Gravity + + + 2023-12-19 + + + 2022-12-20 + + + 44 p + + + Springer + We present a method to construct the extended Kähler cone of any Calabi-Yau threefold by using Gopakumar-Vafa invariants to identify all geometric phases that are related by flops or Weyl reflections. In this way we obtain the Kähler moduli spaces of all favorable Calabi-Yau threefold hypersurfaces with h$^{1,1}$ ≤ 4, including toric and non-toric phases. In this setting we perform an explicit test of the Weak Gravity Conjecture by using the Gopakumar-Vafa invariants to count BPS states. All of our examples satisfy the tower/sublattice WGC, and in fact they even satisfy the stronger lattice WGC. + + + arXiv + We present a method to construct the extended Kähler cone of any Calabi-Yau threefold by using Gopakumar-Vafa invariants to identify all geometric phases that are related by flops or Weyl reflections. In this way we obtain the Kähler moduli spaces of all favorable Calabi-Yau threefold hypersurfaces with $h^{1,1} \le 4$, including toric and non-toric phases. In this setting we perform an explicit test of the Weak Gravity Conjecture by using the Gopakumar-Vafa invariants to count BPS states. All of our examples satisfy the tower/sublattice WGC, and in fact they even satisfy the stronger lattice WGC. + + + publication + CC-BY-4.0 + Springer + SCOAP3 + http://creativecommons.org/licenses/by/4.0/ + + + preprint + arXiv nonexclusive-distrib 1.0 + http://arxiv.org/licenses/nonexclusive-distrib/1.0/ + + + desy + hepcrawl + 2024-01-08T08:31:35.478827 + 6716736 + + + publication + The Authors + 2023 + + + Regular Article - Theoretical Physics + + + 51 combined refs (0 IDs differ, 37 IDs coincide, 7 DOIs/0 bulls added from SISSA, 1 IDs missing in SISSA) + + + DOKIFILE:jhep2312.2023-12-29.0106 + + + Y + 2022-12-29 + abs + + + Y + 2023-01-02 + printed + + + arXiv + hep-th + + + SzGeCERN + Particle Physics - Theory + + + CERN + + + ARTICLE + + + Heidenreich, Ben + ORCID:0000-0003-0536-9985 + bheidenreich@umass.edu + GRID:grid.266683.f + Massachusetts U., Amherst + Department of Physics, University of Massachusetts, 01003 Amherst, MA, USA + + + McAllister, Liam + GRID:grid.5386.8 + Cornell U. + Department of Physics, Cornell University, 14853 Ithaca, NY, USA + + + Moritz, Jakob + GRID:grid.5386.8 + GRID:grid.9132.9 + Cornell U. + CERN + Department of Physics, Cornell University, 14853 Ithaca, NY, USA + Department of Theoretical Physics, CERN, 1211 Meyrin, Switzerland + + + Rudelius, Tom + GRID:grid.47840.3f + GRID:grid.8250.f + UC, Berkeley + Department of Physics, University of California, 94720 Berkeley, CA, USA + Department of Mathematical Sciences, Durham University, DH1 3LE Durham, UK + + + 134 + publication + JHEP + 2312 + J. High Energ. Phys. 12 (2023) 134 + 2023 + + + 2509583 + 10530 + http://cds.cern.ch/record/2888511/files/WvisFigure.png + 00009 Regions in the space of dual coordinates. The hyperextended cone of dual coordinates $\mathcal{T}_{\rm hyp}$ is the union of the cone of dual coordinates $\mathcal{T}$ (shaded dusty rose) and its image under the genus one Weyl reflection, $w_1(\mathcal{T})$, shaded lavender. Additional regions of moduli space may be accessed by further Weyl reflections, and the (non-convex) part of moduli space $\text{Vis}(\mathcal{T}_{\text{hyp}})$ that may be connected by straight lines through moduli space to $\mathcal{T}_{\rm hyp}$ is bounded in green. By the analysis of \cite{Alim:2021vhs}, BPS black holes necessarily exist in $\text{Vis}(\mathcal{T}_{\text{hyp}})$. + + + 2509584 + 1265335 + http://cds.cern.ch/record/2888511/files/Publication.pdf + Fulltext + + + 2509585 + 140172 + http://cds.cern.ch/record/2888511/files/boundary_flop.png + 00003 : Mori cone $\mathcal{M}_X$ of a Calabi-Yau threefold $X$, and its integer sites populated by non-vanishing genus zero GV invariants. Depicted in red: a generator of $\mathcal{M}_X$ that is nilpotent and lies on the boundary of $\mathcal{M}_{\infty}$. + + + 2509586 + 10083 + http://cds.cern.ch/record/2888511/files/Kahler_Weyl_axes.png + 00008 Left: Two-dimensional cross-section of the Weyl-group orbit of the K\"ahler cone. Interior lines mark Weyl-reflection loci, while exterior walls mark the CFT limits. Right: Two-dimensional cross-section of the Weyl-group orbit of the cone of movable curves (black), embedded into the Mori cone (pink). Again, Weyl-reflection loci are marked by white lines. The lower two vertices are the curves that shrink to give rise to $\mathfrak{su}(2)$ enhancements while the upper two correspond to the CFT limits. + + + 2509587 + 144605 + http://cds.cern.ch/record/2888511/files/GV_2.png + 00002 : Mori cone $\mathcal{M}_{X'}$ of another Calabi-Yau $X'$ related to $X$ by a flop transition, and sites populated by non-vanishing genus zero GV invariants. Depicted in red: the flopped generator of $\mathcal{M}_X$. In this example, $\mathcal{K}$ is the dual of $\mathcal{M}_\infty$. + + + 2509588 + 135811 + http://cds.cern.ch/record/2888511/files/GV_1.png + 00001 : Mori cone $\mathcal{M}_X$ of a Calabi-Yau threefold $X$, and its integer sites populated by non-vanishing genus zero GV invariants. Depicted in red: a generator of $\mathcal{M}_X$ that is nilpotent and lies outside of $\mathcal{M}_\infty$, shown in yellow. + + + 2509589 + 140034 + http://cds.cern.ch/record/2888511/files/boundary_flopped.png + 00004 : Non-pointed Mori cone $\mathcal{M}_{X'}$ related to $\mathcal{M}_{X}$ by an unstable Weyl flop, if one assumes no wall-crossing. Depicted in red: the flopped generator of $\mathcal{M}_X$. + + + 2509590 + 19061 + http://cds.cern.ch/record/2888511/files/toric_nontoric_h11_2.png + 00005 : $h^{1,1}=2$ + + + 2509591 + 19976 + http://cds.cern.ch/record/2888511/files/toric_nontoric_h11_3.png + 00006 : $h^{1,1}=3$ + + + 2509592 + 20845 + http://cds.cern.ch/record/2888511/files/toric_nontoric_h11_4.png + 00007 : $h^{1,1}=4$ + + + 2509593 + 7349 + http://cds.cern.ch/record/2888511/files/NonToricPhases.png + 00000 A cartoon of an extended K\"ahler cone. Each cone represents the K\"ahler cone of an individual Calabi-Yau. The cones shaded blue represent Calabi-Yaus obtained as hypersurfaces in a toric variety, whereas those shaded red represent Calabi-Yaus that are not manifestly obtained by performing birational transformations on a toric ambient variety, but can nonetheless be reached by flops of curves in the Calabi-Yaus. One of the main results of this work is a method for assembling extended K\"ahler cones. + + + 2509594 + 1452569 + http://cds.cern.ch/record/2888511/files/2212.10573.pdf + Fulltext + + + 13 + + + ARTICLE + + + + 2888151 + 20240411043818.0 + + DOI + arXiv + 10.1007/JHEP12(2023)013 + publication + + + oai:cds.cern.ch:2888151 + cerncds:FULLTEXT + cerncds:CERN:FULLTEXT + cerncds:CERN + + + arXiv + oai:arXiv.org:2310.04277 + + + Inspire + 2709142 + + + arXiv + arXiv:2310.04277 + hep-ex + + + arXiv:reportnumber + LHCb-PAPER-2023-012 + + + arXiv:reportnumber + CERN-EP-2023-170 + + + eng + + + LHCB-PAPER-2023-012-003 + + + LHCB-PAPER-2023-012 + + + Aaij, Roel + INSPIRE-00258707 + ORCID:0000-0003-0533-1952 + GRID:grid.420012.5 + Nikhef, Amsterdam + Nikhef National Institute for Subatomic Physics, Amsterdam, Netherlands + + + LHCb Collaboration + + + Measurement of the CKM angle $\gamma$ using the $B^{\pm}\rightarrow D^*h^{\pm}$ channels + + + 2023-12-01 + + + Geneva + CERN + 02 Feb 2024 + + + 32 p + + + arXiv + All figures and tables, along with any supplementary material and + additional information, are available at + https://cern.ch/lhcbproject/Publications/p/LHCb-PAPER-2023-012.html (LHCb + public pages) + + + A measurement of the $CP$-violating observables from $B^{\pm}\rightarrow D^* K^{\pm}$ and $\mbox{$B^{\pm}\rightarrow D^* \pi^{\pm}$}$ decays is presented, where $D^* (D) $ is an admixture of $D^{*0}$ and $\bar{D}^{*0}$ ($D^0$ and $\bar{D}^0$) states and is reconstructed through the decay chains $ D^* \rightarrow D\pi^0/\gamma$ and $\mbox{$D \to K_S^0 \pi^+\pi^-/K_S^0 K^+K^-$}$. The measurement is performed by analysing the signal yield variation across the $D$ decay phase space and is independent of any amplitude model. The data sample used was collected by the LHCb experiment in proton-proton collisions and corresponds to a total integrated luminosity of 9 fb$^{-1}$ at centre-of-mass energies of 7, 8 and 13 TeV. The CKM angle $\gamma$ is determined to be $(69^{+13}_{-14})^{\circ}$ using the measured $CP$-violating observables. The hadronic parameters $r^{D^* K^{\pm}}_B, r^{D^* \pi^{\pm}}_B, \delta^{D^* K^{\pm}}_B, \delta^{D^* \pi^{\pm}}_B$, which are the ratios and strong phase differences between favoured and suppressed $B^{\pm}$ decays, are also reported. + + + Springer + A measurement of the CP-violating observables from B$^{±}$ → D$^{*}$K$^{±}$ and B$^{±}$ → D$^{*}$π$^{±}$ decays is presented, where D$^{*}$(D) is an admixture of D$^{*0}$ and $ {\overline{D}}^{\ast 0} $ (D$^{0}$ and $ {\overline{D}}^0 $) states and is reconstructed through the decay chains D$^{*}$→ Dπ$^{0}$/γ and $ D\to {K}_S^0{\pi}^{+}{\pi}^{-}/{K}_S^0{K}^{+}{K}^{-} $. The measurement is performed by analysing the signal yield variation across the D decay phase space and is independent of any amplitude model. The data sample used was collected by the LHCb experiment in proton-proton collisions and corresponds to a total integrated luminosity of 9 fb$^{−1}$ at centre-of-mass energies of 7, 8 and 13 TeV. The CKM angle γ is determined to be $ {\left({69}_{-14}^{+13}\right)}^{\circ } $ using the measured CP-violating observables. The hadronic parameters $ {r}_B^{D^{\ast }{K}^{\pm }},{r}_B^{D^{\ast }{\pi}^{\pm }},{\delta}_B^{D^{\ast }{K}^{\pm }},{\delta}_B^{D^{\ast }{\pi}^{\pm }} $, which are the ratios and strong phase differences between favoured and suppressed B$^{±}$ decays, are also reported.[graphic not available: see fulltext] + + + arXiv + A measurement of the $CP$-violating observables from $B^{\pm}\rightarrow D^* K^{\pm}$ and $B^{\pm}\rightarrow D^* \pi^{\pm}$ decays is presented, where $D^* (D) $ is an admixture of $D^{*0}$ and $\bar{D}^{*0}$ ($D^0$ and $\bar{D}^0$) states and is reconstructed through the decay chains $ D^* \rightarrow D\pi^0/\gamma$ and $D \to K_S^0 \pi^+\pi^-/K_S^0 K^+K^-$. The measurement is performed by analysing the signal yield variation across the $D$ decay phase space and is independent of any amplitude model. The data sample used was collected by the LHCb experiment in proton-proton collisions and corresponds to a total integrated luminosity of 9 fb$^{-1}$ at centre-of-mass energies of 7, 8 and 13 TeV. The CKM angle $\gamma$ is determined to be $(69^{+13}_{-14})^{\circ}$ using the measured $CP$-violating observables. The hadronic parameters $r^{D^* K^{\pm}}_B, r^{D^* \pi^{\pm}}_B, \delta^{D^* K^{\pm}}_B, \delta^{D^* \pi^{\pm}}_B$, which are the ratios and strong phase differences between favoured and suppressed $B^{\pm}$ decays, are also reported. + + + Preprint + CC-BY-4.0 + http://creativecommons.org/licenses/by/4.0/ + + + CC-BY-4.0 + publication + http://creativecommons.org/licenses/by/4.0/ + SCOAP3 + + + Preprint + CERN + 2023 + + + Publication + The Authors + 2023 + + + SzGeCERN + Particle Physics - Experiment + + + CERN + B physics + + + CERN + CP violation + + + CERN + CKM angle gamma + + + CERN + Hadron-Hadron Scattering + + + LHCb_Papers + + + CERN + + + ARTICLE + + + CERN LHC + LHCb + + + Abdelmotteleb, Ahmed Sameh Wagih + ORCID:0000-0001-7905-0542 + GRID:grid.7372.1 + Warwick U. + Department of Physics, University of Warwick, Coventry, United Kingdom + + + Abellan Beteta, Carlos + INSPIRE-00259460 + GRID:grid.7400.3 + Zurich U. + Physik-Institut, Universität Zürich, Zürich, Switzerland + + + Abudinén, Fernando Jesus + ORCID:0000-0002-6737-3528 + GRID:grid.7372.1 + Warwick U. + Department of Physics, University of Warwick, Coventry, United Kingdom + + + Ackernley, Thomas + ORCID:0000-0002-5951-3498 + GRID:grid.10025.36 + Liverpool U. + Oliver Lodge Laboratory, University of Liverpool, Liverpool, United Kingdom + + + Adeva, Bernardo + INSPIRE-00194077 + ORCID:0000-0001-9756-3712 + GRID:grid.11794.3a + U. Santiago de Compostela (main) + Instituto Galego de Física de Altas Enerxías (IGFAE), Universidade de Santiago de Compostela, Santiago de Compostela, Spain + + + Adinolfi, Marco + INSPIRE-00060950 + ORCID:0000-0002-1326-1264 + GRID:grid.5337.2 + Bristol U. + H.H. Wills Physics Laboratory, University of Bristol, Bristol, United Kingdom + + + Adlarson, Patrik Harri + ORCID:0000-0001-6280-3851 + GRID:grid.8993.b + Uppsala U. + Department of Physics and Astronomy, Uppsala University, Uppsala, Sweden + + + Afsharnia, Hossein + GRID:grid.494717.8 + Clermont-Ferrand U. + Université Clermont Auvergne, CNRS/IN2P3, LPC, Clermont-Ferrand, France + + + Agapopoulou, Christina + ORCID:0000-0002-2368-0147 + GRID:grid.9132.9 + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Aidala, Christine Angela + ORCID:0000-0001-9540-4988 + GRID:grid.214458.e + U. Michigan, Ann Arbor + University of Michigan, Ann Arbor, MI, United States + + + Ajaltouni, Ziad + INSPIRE-00061185 + GRID:grid.494717.8 + Clermont-Ferrand U. + Université Clermont Auvergne, CNRS/IN2P3, LPC, Clermont-Ferrand, France + + + Akar, Simon + INSPIRE-00277451 + ORCID:0000-0003-0288-9694 + GRID:grid.24827.3b + Cincinnati U. + University of Cincinnati, Cincinnati, OH, United States + + + Akiba, Kazuyoshi + INSPIRE-00055208 + ORCID:0000-0002-6736-471X + GRID:grid.420012.5 + Nikhef, Amsterdam + Nikhef National Institute for Subatomic Physics, Amsterdam, Netherlands + + + Albicocco, Pietro + ORCID:0000-0001-6430-1038 + GRID:grid.463190.9 + Frascati + INFN Laboratori Nazionali di Frascati, Frascati, Italy + + + Albrecht, Johannes + INSPIRE-00259834 + ORCID:0000-0001-8636-1621 + GRID:grid.5675.1 + Tech. U., Dortmund (main) + Fakultät Physik, Technische Universität Dortmund, Dortmund, Germany + + + Alessio, Federico + INSPIRE-00257446 + ORCID:0000-0001-5317-1098 + GRID:grid.9132.9 + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Alexander, Michael + INSPIRE-00160626 + ORCID:0000-0002-8148-2392 + GRID:grid.8756.c + Glasgow U. + School of Physics and Astronomy, University of Glasgow, Glasgow, United Kingdom + + + Alfonso Albero, Alejandro + ORCID:0000-0001-6025-0675 + GRID:grid.5841.8 + U. Barcelona (main) + ICCUB, Universitat de Barcelona, Barcelona, Spain + + + Aliouche, Zakariya + ORCID:0000-0003-0897-4160 + GRID:grid.5379.8 + Manchester U. + Department of Physics and Astronomy, University of Manchester, Manchester, United Kingdom + + + Alvarez Cartelle, Paula + INSPIRE-00259650 + ORCID:0000-0003-1652-2834 + GRID:grid.5335.0 + Cambridge U. + Cavendish Laboratory, University of Cambridge, Cambridge, United Kingdom + + + Amalric, Renaud + ORCID:0000-0003-4595-2729 + GRID:grid.462844.8 + Paris U., VI-VII + LPNHE, Sorbonne Université, Paris Diderot Sorbonne Paris Cité, CNRS/IN2P3, Paris, France + + + Amato, Sandra + INSPIRE-00061842 + ORCID:0000-0002-3277-0662 + GRID:grid.8536.8 + Rio de Janeiro Federal U. + Universidade Federal do Rio de Janeiro (UFRJ), Rio de Janeiro, Brazil + + + Amey, Jake Lewis + ORCID:0000-0002-2597-3808 + GRID:grid.5337.2 + Bristol U. + H.H. Wills Physics Laboratory, University of Bristol, Bristol, United Kingdom + + + Amhis, Yasmine + INSPIRE-00260470 + ORCID:0000-0003-4282-1512 + GRID:grid.508754.b + GRID:grid.9132.9 + IJCLab, Orsay + CERN + Université Paris-Saclay, CNRS/IN2P3, IJCLab, Orsay, France + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + An, Liupan + INSPIRE-00451766 + ORCID:0000-0002-3274-5627 + GRID:grid.11135.37 + Peking U., SKLNPT + School of Physics State Key Laboratory of Nuclear Physics and Technology, Peking University, Beijing, China + + + Anderlini, Lucio + INSPIRE-00357120 + ORCID:0000-0001-6808-2418 + GRID:grid.470204.5 + INFN, Florence + INFN Sezione di Firenze, Firenze, Italy + + + Andersson, Martin + ORCID:0000-0003-3594-9163 + GRID:grid.7400.3 + Zurich U. + Physik-Institut, Universität Zürich, Zürich, Switzerland + + + Andreianov, Aleksei + ORCID:0000-0002-6273-0506 + + + Andreola, Pasquale + INSPIRE-00000000 + ORCID:0000-0002-3923-431X + GRID:grid.7400.3 + Zurich U. + Physik-Institut, Universität Zürich, Zürich, Switzerland + + + Andreotti, Mirco + INSPIRE-00042608 + ORCID:0000-0003-2918-1311 + GRID:grid.470200.1 + INFN, Ferrara + INFN Sezione di Ferrara, Ferrara, Italy + + + Andreou, Dimitra + ORCID:0000-0001-6288-0558 + GRID:grid.264484.8 + Syracuse U. + Syracuse University, Syracuse, NY, United States + + + Ao, Dong + ORCID:0000-0003-1647-4238 + GRID:grid.410726.6 + Beijing, GUCAS + University of Chinese Academy of Sciences, Beijing, China + + + Archilli, Flavio + INSPIRE-00340940 + ORCID:0000-0002-1779-6813 + GRID:grid.470219.9 + GRID:grid.6530.0 + Rome U., Tor Vergata + INFN Sezione di Roma Tor Vergata, Roma, Italy + Università di Roma Tor Vergata, Roma, Italy + + + Artamonov, Alexander + INSPIRE-00320358 + ORCID:0000-0002-2785-2233 + + + Artuso, Marina + INSPIRE-00063052 + ORCID:0000-0002-5991-7273 + GRID:grid.264484.8 + Syracuse U. + Syracuse University, Syracuse, NY, United States + + + Aslanides, Elie + INSPIRE-00257456 + ORCID:0000-0003-3286-683X + GRID:grid.5399.6 + Marseille, CPPM + Aix Marseille Univ, CNRS/IN2P3, CPPM, Marseille, France + + + Atzeni, Michele + ORCID:0000-0002-3208-3336 + GRID:grid.116068.8 + MIT + Massachusetts Institute of Technology, Cambridge, MA, United States + + + Audurier, Benjamin + ORCID:0000-0001-9090-4254 + GRID:grid.463805.c + Ecole Polytechnique + Laboratoire Leprince-Ringuet, CNRS/IN2P3, Ecole Polytechnique, Institut Polytechnique de Paris, Palaiseau, France + + + Bacher, David + ORCID:0000-0002-1249-367X + GRID:grid.4991.5 + Oxford U. + Department of Physics, University of Oxford, Oxford, United Kingdom + + + Bachiller Perea, Irene + ORCID:0000-0002-3721-4876 + GRID:grid.5388.6 + Annecy, LAPP + Université Savoie Mont Blanc, CNRS, IN2P3-LAPP, Annecy, France + + + Bachmann, Sebastian + INSPIRE-00257758 + ORCID:0000-0002-1186-3894 + GRID:grid.7700.0 + Heidelberg U. + Physikalisches Institut, Ruprecht-Karls-Universität Heidelberg, Heidelberg, Germany + + + Bachmayer, Marie + ORCID:0000-0001-5996-2747 + GRID:grid.5333.6 + Ecole Polytechnique, Lausanne + Institute of Physics, Ecole Polytechnique Fédérale de Lausanne (EPFL), Lausanne, Switzerland + + + Back, John + INSPIRE-00041629 + ORCID:0000-0001-7791-4490 + GRID:grid.7372.1 + Warwick U. + Department of Physics, University of Warwick, Coventry, United Kingdom + + + Bailly-reyre, Aurelien + GRID:grid.462844.8 + Paris U., VI-VII + LPNHE, Sorbonne Université, Paris Diderot Sorbonne Paris Cité, CNRS/IN2P3, Paris, France + + + Baladron Rodriguez, Pablo + ORCID:0000-0003-4240-2094 + GRID:grid.11794.3a + U. Santiago de Compostela (main) + Instituto Galego de Física de Altas Enerxías (IGFAE), Universidade de Santiago de Compostela, Santiago de Compostela, Spain + + + Balagura, Vladislav + INSPIRE-00202437 + ORCID:0000-0002-1611-7188 + GRID:grid.463805.c + Ecole Polytechnique + Laboratoire Leprince-Ringuet, CNRS/IN2P3, Ecole Polytechnique, Institut Polytechnique de Paris, Palaiseau, France + + + Baldini, Wander + INSPIRE-00210350 + ORCID:0000-0001-7658-8777 + GRID:grid.470200.1 + GRID:grid.9132.9 + INFN, Ferrara + CERN + INFN Sezione di Ferrara, Ferrara, Italy + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Baptista de Souza Leite, Juan + ORCID:0000-0002-4442-5372 + GRID:grid.418228.5 + Rio de Janeiro, CBPF + Centro Brasileiro de Pesquisas Físicas (CBPF), Rio de Janeiro, Brazil + + + Barbetti, Matteo + ORCID:0000-0002-6704-6914 + GRID:grid.470204.5 + GRID:grid.8404.8 + INFN, Florence + Florence U. + INFN Sezione di Firenze, Firenze, Italy + Università di Firenze, Firenze, Italy + + + Barbosa, Ivanildo Rui + ORCID:0000-0002-3226-8672 + GRID:grid.4839.6 + Rio de Janeiro, Pont. U. Catol. + Pontifícia Universidade Católica do Rio de Janeiro (PUC-Rio), Rio de Janeiro, Brazil + + + Barlow, Roger + INSPIRE-00064590 + ORCID:0000-0002-8295-8612 + GRID:grid.5379.8 + Manchester U. + Department of Physics and Astronomy, University of Manchester, Manchester, United Kingdom + + + Barsuk, Sergey + INSPIRE-00257536 + ORCID:0000-0002-0898-6551 + GRID:grid.508754.b + IJCLab, Orsay + Université Paris-Saclay, CNRS/IN2P3, IJCLab, Orsay, France + + + Barter, William + INSPIRE-00340962 + ORCID:0000-0002-9264-4799 + GRID:grid.4305.2 + Edinburgh U. + School of Physics and Astronomy, University of Edinburgh, Edinburgh, United Kingdom + + + Bartolini, Matteo + ORCID:0000-0002-8479-5802 + GRID:grid.5335.0 + Cambridge U. + Cavendish Laboratory, University of Cambridge, Cambridge, United Kingdom + + + Baryshnikov, Fedor + ORCID:0000-0002-6418-6428 + + + Basels, Jan-Marc + ORCID:0000-0001-5860-8770 + GRID:grid.1957.a + Aachen, Tech. Hochsch. + I. Physikalisches Institut, RWTH Aachen University, Aachen, Germany + + + Bassi, Giovanni + ORCID:0000-0002-2145-3805 + GRID:grid.470216.6 + GRID:grid.6093.c + INFN, Pisa + Pisa, Scuola Normale Superiore + INFN Sezione di Pisa, Pisa, Italy + Scuola Normale Superiore, Pisa, Italy + + + Batsukh, Baasansuren + INSPIRE-00582120 + ORCID:0000-0003-1020-2549 + GRID:grid.418741.f + Beijing, Inst. High Energy Phys. + Institute Of High Energy Physics (IHEP), Beijing, China + + + Battig, Alexander + ORCID:0009-0001-6252-960X + GRID:grid.5675.1 + Tech. U., Dortmund (main) + Fakultät Physik, Technische Universität Dortmund, Dortmund, Germany + + + Bay, Aurelio + INSPIRE-00065250 + ORCID:0000-0002-4862-9399 + GRID:grid.5333.6 + Ecole Polytechnique, Lausanne + Institute of Physics, Ecole Polytechnique Fédérale de Lausanne (EPFL), Lausanne, Switzerland + + + Beck, Anja + ORCID:0000-0003-4872-1213 + GRID:grid.7372.1 + Warwick U. + Department of Physics, University of Warwick, Coventry, United Kingdom + + + Becker, Maik + ORCID:0000-0002-7972-8760 + GRID:grid.5675.1 + Tech. U., Dortmund (main) + Fakultät Physik, Technische Universität Dortmund, Dortmund, Germany + + + Bedeschi, Franco + INSPIRE-00065532 + ORCID:0000-0002-8315-2119 + GRID:grid.470216.6 + INFN, Pisa + INFN Sezione di Pisa, Pisa, Italy + + + Bediaga, Ignacio + INSPIRE-00065546 + ORCID:0000-0001-7806-5283 + GRID:grid.418228.5 + Rio de Janeiro, CBPF + Centro Brasileiro de Pesquisas Físicas (CBPF), Rio de Janeiro, Brazil + + + Beiter, Andrew + GRID:grid.264484.8 + Syracuse U. + Syracuse University, Syracuse, NY, United States + + + Belin, Samuel + ORCID:0000-0001-7154-1304 + GRID:grid.11794.3a + U. Santiago de Compostela (main) + Instituto Galego de Física de Altas Enerxías (IGFAE), Universidade de Santiago de Compostela, Santiago de Compostela, Spain + + + Bellee, Violaine + INSPIRE-00536729 + ORCID:0000-0001-5314-0953 + GRID:grid.7400.3 + Zurich U. + Physik-Institut, Universität Zürich, Zürich, Switzerland + + + Belous, Konstantin + INSPIRE-00259437 + ORCID:0000-0003-0014-2589 + + + Belov, Ilia + ORCID:0000-0003-1699-9202 + GRID:grid.470205.4 + INFN, Genoa + INFN Sezione di Genova, Genova, Italy + + + Belyaev, Ivan + INSPIRE-00258730 + ORCID:0000-0002-7458-7030 + + + Benane, Gaya + ORCID:0000-0002-8176-8315 + GRID:grid.5399.6 + Marseille, CPPM + Aix Marseille Univ, CNRS/IN2P3, CPPM, Marseille, France + + + Bencivenni, Giovanni + INSPIRE-00258283 + ORCID:0000-0002-5107-0610 + GRID:grid.463190.9 + Frascati + INFN Laboratori Nazionali di Frascati, Frascati, Italy + + + Ben-Haim, Eli + INSPIRE-00052383 + ORCID:0000-0002-9510-8414 + GRID:grid.462844.8 + Paris U., VI-VII + LPNHE, Sorbonne Université, Paris Diderot Sorbonne Paris Cité, CNRS/IN2P3, Paris, France + + + Berezhnoy, Alexander + INSPIRE-00202631 + ORCID:0000-0002-4431-7582 + + + Bernet, Roland + INSPIRE-00066526 + ORCID:0000-0002-4856-8063 + GRID:grid.7400.3 + Zurich U. + Physik-Institut, Universität Zürich, Zürich, Switzerland + + + Bernet Andres, Sergi + ORCID:0000-0002-4515-7541 + GRID:grid.6162.3 + Ramon Llull U., Barcelona + DS4DS, La Salle, Universitat Ramon Llull, Barcelona, Spain + + + Berninghoff, Daniel + GRID:grid.7700.0 + Heidelberg U. + Physikalisches Institut, Ruprecht-Karls-Universität Heidelberg, Heidelberg, Germany + + + Bernstein, Harris Conan + GRID:grid.264484.8 + Syracuse U. + Syracuse University, Syracuse, NY, United States + + + Bertella, Claudia + ORCID:0000-0002-3160-147X + GRID:grid.5379.8 + Manchester U. + Department of Physics and Astronomy, University of Manchester, Manchester, United Kingdom + + + Bertolin, Alessandro + INSPIRE-00173823 + ORCID:0000-0003-1393-4315 + GRID:grid.5608.b + INFN, Padua + Università degli Studi di Padova, Università e INFN, Padova, Padova, Italy + + + Betancourt, Christopher + INSPIRE-00362040 + ORCID:0000-0001-9886-7427 + GRID:grid.7400.3 + Zurich U. + Physik-Institut, Universität Zürich, Zürich, Switzerland + + + Betti, Federico + INSPIRE-00582132 + ORCID:0000-0002-2395-235X + GRID:grid.4305.2 + Edinburgh U. + School of Physics and Astronomy, University of Edinburgh, Edinburgh, United Kingdom + + + Bex, Josh + ORCID:0000-0002-2856-8074 + GRID:grid.5335.0 + Cambridge U. + Cavendish Laboratory, University of Cambridge, Cambridge, United Kingdom + + + Bezshyiko, Ia. + GRID:grid.7400.3 + Zurich U. + Physik-Institut, Universität Zürich, Zürich, Switzerland + + + Bezshyiko, Iaroslava + INSPIRE-00582143 + ORCID:0000-0002-4315-6414 + Zurich U. + + + Bhom, Jihyun + ORCID:0000-0002-9709-903X + GRID:grid.418860.3 + Cracow, INP + Henryk Niewodniczanski Institute of Nuclear Physics Polish Academy of Sciences, Kraków, Poland + + + Bian, Lingzhu + ORCID:0000-0001-5209-5097 + GRID:grid.49470.3e + Wuhan U. + School of Physics and Technology, Wuhan University, Wuhan, China + + + Bieker, Martin Stefan + ORCID:0000-0001-7113-7862 + GRID:grid.5675.1 + Tech. U., Dortmund (main) + Fakultät Physik, Technische Universität Dortmund, Dortmund, Germany + + + Biesuz, Nicolo Vladi + ORCID:0000-0003-3004-0946 + GRID:grid.470200.1 + INFN, Ferrara + INFN Sezione di Ferrara, Ferrara, Italy + + + Billoir, Pierre + INSPIRE-00067095 + ORCID:0000-0001-5433-9876 + GRID:grid.462844.8 + Paris U., VI-VII + LPNHE, Sorbonne Université, Paris Diderot Sorbonne Paris Cité, CNRS/IN2P3, Paris, France + + + Biolchini, Alice + ORCID:0000-0001-6064-9993 + GRID:grid.420012.5 + Nikhef, Amsterdam + Nikhef National Institute for Subatomic Physics, Amsterdam, Netherlands + + + Birch, Matthew + ORCID:0000-0001-9157-4461 + GRID:grid.7445.2 + Imperial Coll., London + Imperial College London, London, United Kingdom + + + Bishop, Fionn Caitlin Ros + ORCID:0000-0002-0023-3897 + GRID:grid.5335.0 + Cambridge U. + Cavendish Laboratory, University of Cambridge, Cambridge, United Kingdom + + + Bitadze, Alexander + INSPIRE-00160399 + ORCID:0000-0001-7979-1092 + GRID:grid.5379.8 + Manchester U. + Department of Physics and Astronomy, University of Manchester, Manchester, United Kingdom + + + Bizzeti, Andrea + INSPIRE-00258210 + ORCID:0000-0001-5729-5530 + + + Blago, Michele Piero + ORCID:0000-0001-7542-2388 + GRID:grid.5335.0 + Cambridge U. + Cavendish Laboratory, University of Cambridge, Cambridge, United Kingdom + + + Blake, Thomas + INSPIRE-00261950 + ORCID:0000-0002-0259-5891 + GRID:grid.7372.1 + Warwick U. + Department of Physics, University of Warwick, Coventry, United Kingdom + + + Blanc, Frederic + INSPIRE-00067348 + ORCID:0000-0001-5775-3132 + GRID:grid.5333.6 + Ecole Polytechnique, Lausanne + Institute of Physics, Ecole Polytechnique Fédérale de Lausanne (EPFL), Lausanne, Switzerland + + + Blank, Jonah Evan + ORCID:0000-0002-6546-5605 + GRID:grid.5675.1 + Tech. U., Dortmund (main) + Fakultät Physik, Technische Universität Dortmund, Dortmund, Germany + + + Blusk, Steven + INSPIRE-00067685 + ORCID:0000-0001-9170-684X + GRID:grid.264484.8 + Syracuse U. + Syracuse University, Syracuse, NY, United States + + + Bobulska, Dana + ORCID:0000-0002-3003-9980 + GRID:grid.8756.c + Glasgow U. + School of Physics and Astronomy, University of Glasgow, Glasgow, United Kingdom + + + Bocharnikov, Vladimir + ORCID:0000-0003-1048-7732 + + + Boelhauve, Julian Alexander + ORCID:0000-0002-3543-9959 + GRID:grid.5675.1 + Tech. U., Dortmund (main) + Fakultät Physik, Technische Universität Dortmund, Dortmund, Germany + + + Boente Garcia, Oscar + ORCID:0000-0003-0261-8085 + GRID:grid.463805.c + Ecole Polytechnique + Laboratoire Leprince-Ringuet, CNRS/IN2P3, Ecole Polytechnique, Institut Polytechnique de Paris, Palaiseau, France + + + Boettcher, Thomas + INSPIRE-00582163 + ORCID:0000-0002-2439-9955 + GRID:grid.24827.3b + Cincinnati U. + University of Cincinnati, Cincinnati, OH, United States + + + Bohare, Abhishek + ORCID:0000-0003-1077-8046 + GRID:grid.4305.2 + Edinburgh U. + School of Physics and Astronomy, University of Edinburgh, Edinburgh, United Kingdom + + + Boldyrev, Alexey + ORCID:0000-0002-7872-6819 + + + Bolognani, Carolina + ORCID:0000-0003-3752-6789 + GRID:grid.5012.6 + Maastricht U. + Universiteit Maastricht, Maastricht, Netherlands + + + Bolzonella, Riccardo + ORCID:0000-0002-0055-0577 + GRID:grid.470200.1 + GRID:grid.8484.0 + INFN, Ferrara + Ferrara U. + INFN Sezione di Ferrara, Ferrara, Italy + Università di Ferrara, Ferrara, Italy + + + Bondar, Nikolay + INSPIRE-00317412 + ORCID:0000-0003-2714-9879 + + + Borgato, Federica + ORCID:0000-0002-3149-6710 + GRID:grid.5608.b + GRID:grid.9132.9 + INFN, Padua + CERN + Università degli Studi di Padova, Università e INFN, Padova, Padova, Italy + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Borghi, Silvia + INSPIRE-00261856 + ORCID:0000-0001-5135-1511 + GRID:grid.5379.8 + Manchester U. + Department of Physics and Astronomy, University of Manchester, Manchester, United Kingdom + + + Borsato, Martino + INSPIRE-00388228 + ORCID:0000-0001-5760-2924 + GRID:grid.7700.0 + Heidelberg U. + Physikalisches Institut, Ruprecht-Karls-Universität Heidelberg, Heidelberg, Germany + + + Borsuk, Jozef Tomasz + ORCID:0000-0002-9065-9030 + GRID:grid.418860.3 + Cracow, INP + Henryk Niewodniczanski Institute of Nuclear Physics Polish Academy of Sciences, Kraków, Poland + + + Bouchiba, Sonia Amina + ORCID:0000-0002-0044-6470 + GRID:grid.5333.6 + Ecole Polytechnique, Lausanne + Institute of Physics, Ecole Polytechnique Fédérale de Lausanne (EPFL), Lausanne, Switzerland + + + Bowcock, Themistocles + INSPIRE-00068684 + ORCID:0000-0002-3505-6915 + GRID:grid.10025.36 + Liverpool U. + Oliver Lodge Laboratory, University of Liverpool, Liverpool, United Kingdom + + + Boyer, Alexandre + ORCID:0000-0002-9909-0186 + GRID:grid.9132.9 + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Bozzi, Concezio + INSPIRE-00068846 + ORCID:0000-0001-6782-3982 + GRID:grid.470200.1 + INFN, Ferrara + INFN Sezione di Ferrara, Ferrara, Italy + + + Bradley, Matthew John + GRID:grid.7445.2 + Imperial Coll., London + Imperial College London, London, United Kingdom + + + Braun, Svende + INSPIRE-00470092 + ORCID:0000-0002-4489-1314 + GRID:grid.164295.d + Maryland U., College Park + University of Maryland, College Park, MD, United States + + + Brea Rodriguez, Alexandre + ORCID:0000-0001-5650-445X + GRID:grid.11794.3a + U. Santiago de Compostela (main) + Instituto Galego de Física de Altas Enerxías (IGFAE), Universidade de Santiago de Compostela, Santiago de Compostela, Spain + + + Breer, Nils + ORCID:0000-0003-0307-3662 + GRID:grid.5675.1 + Tech. U., Dortmund (main) + Fakultät Physik, Technische Universität Dortmund, Dortmund, Germany + + + Brodzicka, Jolanta + INSPIRE-00369499 + ORCID:0000-0002-8556-0597 + GRID:grid.418860.3 + Cracow, INP + Henryk Niewodniczanski Institute of Nuclear Physics Polish Academy of Sciences, Kraków, Poland + + + Brossa Gonzalo, Arnau + ORCID:0000-0002-4442-1048 + GRID:grid.11794.3a + U. Santiago de Compostela (main) + Instituto Galego de Física de Altas Enerxías (IGFAE), Universidade de Santiago de Compostela, Santiago de Compostela, Spain + + + Brown, James David + ORCID:0000-0001-9846-9672 + GRID:grid.10025.36 + Liverpool U. + Oliver Lodge Laboratory, University of Liverpool, Liverpool, United Kingdom + + + Brundu, Davide + ORCID:0000-0003-4457-5896 + GRID:grid.470195.e + INFN, Cagliari + INFN Sezione di Cagliari, Monserrato, Italy + + + Buonaura, Annarita + ORCID:0000-0003-4907-6463 + GRID:grid.7400.3 + Zurich U. + Physik-Institut, Universität Zürich, Zürich, Switzerland + + + Buonincontri, Laura + ORCID:0000-0002-1480-454X + GRID:grid.5608.b + INFN, Padua + Università degli Studi di Padova, Università e INFN, Padova, Padova, Italy + + + Burke, Aodhan Tomas + ORCID:0000-0003-0243-0517 + GRID:grid.5379.8 + Manchester U. + Department of Physics and Astronomy, University of Manchester, Manchester, United Kingdom + + + Burr, Christopher + INSPIRE-00545500 + ORCID:0000-0002-5155-1094 + GRID:grid.9132.9 + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Bursche, Albert + INSPIRE-00260792 + GRID:grid.263785.d + South China Normal U. + Guangdong Provincial Key Laboratory of Nuclear Science, Guangdong-Hong Kong Joint Laboratory of Quantum Matter, Institute of Quantum Matter, South China Normal University, Guangzhou, China + + + Butkevich, Anatoly + ORCID:0000-0001-9542-1411 + + + Butter, Jordy Sebastiaan + ORCID:0000-0002-1816-536X + GRID:grid.420012.5 + Nikhef, Amsterdam + Nikhef National Institute for Subatomic Physics, Amsterdam, Netherlands + + + Buytaert, Jan + INSPIRE-00259860 + ORCID:0000-0002-7958-6790 + GRID:grid.9132.9 + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Byczynski, Wiktor + ORCID:0009-0008-0187-3395 + GRID:grid.9132.9 + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Cadeddu, Sandro + INSPIRE-00258132 + ORCID:0000-0002-7763-500X + GRID:grid.470195.e + INFN, Cagliari + INFN Sezione di Cagliari, Monserrato, Italy + + + Cai, Hao + GRID:grid.49470.3e + Wuhan U. + School of Physics and Technology, Wuhan University, Wuhan, China + + + Calabrese, Roberto + INSPIRE-00070550 + ORCID:0000-0002-1354-5400 + GRID:grid.470200.1 + GRID:grid.8484.0 + INFN, Ferrara + Ferrara U. + INFN Sezione di Ferrara, Ferrara, Italy + Università di Ferrara, Ferrara, Italy + + + Calefice, Lukas + ORCID:0000-0001-6401-1583 + GRID:grid.5675.1 + Tech. U., Dortmund (main) + Fakultät Physik, Technische Universität Dortmund, Dortmund, Germany + + + Cali, Stefano + ORCID:0000-0001-9056-0711 + GRID:grid.463190.9 + Frascati + INFN Laboratori Nazionali di Frascati, Frascati, Italy + + + Calvi, Marta + INSPIRE-00258504 + ORCID:0000-0002-8797-1357 + GRID:grid.470207.6 + GRID:grid.7563.7 + INFN, Milan Bicocca + Milan Bicocca U. + INFN Sezione di Milano-Bicocca, Milano, Italy + Università di Milano Bicocca, Milano, Italy + + + Calvo Gomez, Miriam + INSPIRE-00259475 + ORCID:0000-0001-5588-1448 + GRID:grid.6162.3 + Ramon Llull U., Barcelona + DS4DS, La Salle, Universitat Ramon Llull, Barcelona, Spain + + + Cambon Bouzas, Jose Ivan + ORCID:0000-0002-2952-3118 + GRID:grid.11794.3a + U. Santiago de Compostela (main) + Instituto Galego de Física de Altas Enerxías (IGFAE), Universidade de Santiago de Compostela, Santiago de Compostela, Spain + + + Campana, Pierluigi + INSPIRE-00258299 + ORCID:0000-0001-8233-1951 + GRID:grid.463190.9 + Frascati + INFN Laboratori Nazionali di Frascati, Frascati, Italy + + + Campora Perez, Daniel Hugo + INSPIRE-00388548 + ORCID:0000-0001-8998-9975 + GRID:grid.5012.6 + Maastricht U. + Universiteit Maastricht, Maastricht, Netherlands + + + Campoverde Quezada, Angel Fernando + ORCID:0000-0003-1968-1216 + GRID:grid.410726.6 + Beijing, GUCAS + University of Chinese Academy of Sciences, Beijing, China + + + Capelli, Simone + ORCID:0000-0002-8444-4498 + GRID:grid.470207.6 + GRID:grid.7563.7 + INFN, Milan Bicocca + Milan Bicocca U. + INFN Sezione di Milano-Bicocca, Milano, Italy + Università di Milano Bicocca, Milano, Italy + + + Capriotti, Lorenzo + INSPIRE-00452150 + ORCID:0000-0003-4899-0587 + GRID:grid.470200.1 + INFN, Ferrara + INFN Sezione di Ferrara, Ferrara, Italy + + + Carbone, Angelo + INSPIRE-00258058 + ORCID:0000-0002-7045-2243 + GRID:grid.470193.8 + GRID:grid.6292.f + INFN, Bologna + Bologna U. + INFN Sezione di Bologna, Bologna, Italy + Università di Bologna, Bologna, Italy + + + Carcedo Salgado, Lidia + ORCID:0000-0003-3101-3528 + GRID:grid.11794.3a + U. Santiago de Compostela (main) + Instituto Galego de Física de Altas Enerxías (IGFAE), Universidade de Santiago de Compostela, Santiago de Compostela, Spain + + + Cardinale, Roberta + INSPIRE-00259930 + ORCID:0000-0002-7835-7638 + GRID:grid.470205.4 + GRID:grid.5606.5 + INFN, Genoa + Genoa U. + INFN Sezione di Genova, Genova, Italy + Università di Genova, Genova, Italy + + + Cardini, Alessandro + INSPIRE-00071030 + ORCID:0000-0002-6649-0298 + GRID:grid.470195.e + INFN, Cagliari + INFN Sezione di Cagliari, Monserrato, Italy + + + Carniti, Paolo + INSPIRE-00452332 + ORCID:0000-0002-7820-2732 + GRID:grid.470207.6 + GRID:grid.7563.7 + INFN, Milan Bicocca + Milan Bicocca U. + INFN Sezione di Milano-Bicocca, Milano, Italy + Università di Milano Bicocca, Milano, Italy + + + Carus, Leon David + GRID:grid.7700.0 + Heidelberg U. + Physikalisches Institut, Ruprecht-Karls-Universität Heidelberg, Heidelberg, Germany + + + Casais Vidal, Adrian + ORCID:0000-0003-0469-2588 + GRID:grid.11794.3a + U. Santiago de Compostela (main) + Instituto Galego de Física de Altas Enerxías (IGFAE), Universidade de Santiago de Compostela, Santiago de Compostela, Spain + + + Caspary, Rowina + ORCID:0000-0002-1449-1619 + GRID:grid.7700.0 + Heidelberg U. + Physikalisches Institut, Ruprecht-Karls-Universität Heidelberg, Heidelberg, Germany + + + Casse, Gianluigi + INSPIRE-00071483 + ORCID:0000-0002-8516-237X + GRID:grid.10025.36 + Liverpool U. + Oliver Lodge Laboratory, University of Liverpool, Liverpool, United Kingdom + + + Cattaneo, Marco + INSPIRE-00071656 + ORCID:0000-0001-7707-169X + GRID:grid.9132.9 + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Cavallero, Giovanni + INSPIRE-00452703 + ORCID:0000-0002-8342-7047 + GRID:grid.470200.1 + INFN, Ferrara + INFN Sezione di Ferrara, Ferrara, Italy + + + Cavallini, Viola + ORCID:0000-0001-7601-129X + GRID:grid.470200.1 + GRID:grid.8484.0 + INFN, Ferrara + Ferrara U. + INFN Sezione di Ferrara, Ferrara, Italy + Università di Ferrara, Ferrara, Italy + + + Celani, Sara + ORCID:0000-0003-4715-7622 + GRID:grid.5333.6 + Ecole Polytechnique, Lausanne + Institute of Physics, Ecole Polytechnique Fédérale de Lausanne (EPFL), Lausanne, Switzerland + + + Cerasoli, Jacopo + ORCID:0000-0001-9777-881X + GRID:grid.5399.6 + Marseille, CPPM + Aix Marseille Univ, CNRS/IN2P3, CPPM, Marseille, France + + + Cervenkov, Daniel + ORCID:0000-0002-1865-741X + GRID:grid.4991.5 + Oxford U. + Department of Physics, University of Oxford, Oxford, United Kingdom + + + Chadwick, Abbie Jane + ORCID:0000-0003-3537-9404 + GRID:grid.10025.36 + Liverpool U. + Oliver Lodge Laboratory, University of Liverpool, Liverpool, United Kingdom + + + Chahrour, Ibrahim + ORCID:0000-0002-1472-0987 + GRID:grid.214458.e + U. Michigan, Ann Arbor + University of Michigan, Ann Arbor, MI, United States + + + Chapman, Matthew George + GRID:grid.5337.2 + Bristol U. + H.H. Wills Physics Laboratory, University of Bristol, Bristol, United Kingdom + + + Charles, Matthew + INSPIRE-00054561 + ORCID:0000-0003-4795-498X + GRID:grid.462844.8 + Paris U., VI-VII + LPNHE, Sorbonne Université, Paris Diderot Sorbonne Paris Cité, CNRS/IN2P3, Paris, France + + + Charpentier, Philippe + INSPIRE-00259892 + ORCID:0000-0001-9295-8635 + CERN + + + Charpentier, Ph. + GRID:grid.9132.9 + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Chavez Barajas, Carlos Alberto + ORCID:0000-0002-4602-8661 + GRID:grid.10025.36 + Liverpool U. + Oliver Lodge Laboratory, University of Liverpool, Liverpool, United Kingdom + + + Chefdeville, Maximilien + INSPIRE-02701689 + ORCID:0000-0002-6553-6493 + GRID:grid.5388.6 + Annecy, LAPP + Université Savoie Mont Blanc, CNRS, IN2P3-LAPP, Annecy, France + + + Chen, Chen + ORCID:0000-0002-3400-5489 + GRID:grid.5399.6 + Marseille, CPPM + Aix Marseille Univ, CNRS/IN2P3, CPPM, Marseille, France + + + Chen, Shanzhen + INSPIRE-00400187 + ORCID:0000-0002-8647-1828 + GRID:grid.418741.f + Beijing, Inst. High Energy Phys. + Institute Of High Energy Physics (IHEP), Beijing, China + + + Chernov, Aleksei + ORCID:0000-0003-0232-6808 + GRID:grid.418860.3 + Cracow, INP + Henryk Niewodniczanski Institute of Nuclear Physics Polish Academy of Sciences, Kraków, Poland + + + Chernyshenko, Serhii + ORCID:0000-0002-2546-6080 + GRID:grid.450331.0 + Kiev, INR + Institute for Nuclear Research of the National Academy of Sciences (KINR), Kyiv, Ukraine + + + Chobanova, Veronika + INSPIRE-00369648 + ORCID:0000-0002-1353-6002 + GRID:grid.11794.3a + GRID:grid.8073.c + U. Santiago de Compostela (main) + Instituto Galego de Física de Altas Enerxías (IGFAE), Universidade de Santiago de Compostela, Santiago de Compostela, Spain + Universidade da Coruña, Coruña, Spain + + + Cholak, Serhii + ORCID:0000-0001-8091-4766 + GRID:grid.5333.6 + Ecole Polytechnique, Lausanne + Institute of Physics, Ecole Polytechnique Fédérale de Lausanne (EPFL), Lausanne, Switzerland + + + Chrzaszcz, Marcin + INSPIRE-00344777 + ORCID:0000-0001-7901-8710 + GRID:grid.418860.3 + Cracow, INP + Henryk Niewodniczanski Institute of Nuclear Physics Polish Academy of Sciences, Kraków, Poland + + + Chubykin, Aleksei + ORCID:0000-0003-1061-9643 + + + Chulikov, Vladimir + ORCID:0000-0002-7767-9117 + + + Ciambrone, Paolo + ORCID:0000-0003-0253-9846 + GRID:grid.463190.9 + Frascati + INFN Laboratori Nazionali di Frascati, Frascati, Italy + + + Cicala, Maria Flavia + ORCID:0000-0003-0678-5809 + GRID:grid.7372.1 + Warwick U. + Department of Physics, University of Warwick, Coventry, United Kingdom + + + Cid Vidal, Xabier + INSPIRE-00259661 + ORCID:0000-0002-0468-541X + GRID:grid.11794.3a + U. Santiago de Compostela (main) + Instituto Galego de Física de Altas Enerxías (IGFAE), Universidade de Santiago de Compostela, Santiago de Compostela, Spain + + + Ciezarek, Gregory + INSPIRE-00344785 + ORCID:0000-0003-1002-8368 + GRID:grid.9132.9 + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Cifra, Pierfrancesco + ORCID:0000-0003-3068-7029 + GRID:grid.9132.9 + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Clarke, P.E. L. + INSPIRE-00073694 + ORCID:0000-0003-3746-0732 + GRID:grid.4305.2 + Edinburgh U. + School of Physics and Astronomy, University of Edinburgh, Edinburgh, United Kingdom + + + Clemencic, Marco + INSPIRE-00021864 + ORCID:0000-0003-1710-6824 + GRID:grid.9132.9 + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Cliff, Harry + INSPIRE-00261009 + ORCID:0000-0003-0531-0916 + GRID:grid.5335.0 + Cambridge U. + Cavendish Laboratory, University of Cambridge, Cambridge, United Kingdom + + + Closier, Joel + INSPIRE-00259955 + ORCID:0000-0002-0228-9130 + GRID:grid.9132.9 + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Cobbledick, John Leslie + ORCID:0000-0002-5146-9605 + GRID:grid.5379.8 + Manchester U. + Department of Physics and Astronomy, University of Manchester, Manchester, United Kingdom + + + Cocha Toapaxi, Carlos Eduardo + ORCID:0000-0001-5812-8611 + GRID:grid.7700.0 + Heidelberg U. + Physikalisches Institut, Ruprecht-Karls-Universität Heidelberg, Heidelberg, Germany + + + Coco, Victor + INSPIRE-00262900 + ORCID:0000-0002-5310-6808 + GRID:grid.9132.9 + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Cogan, Julien + INSPIRE-00257463 + ORCID:0000-0001-7194-7566 + GRID:grid.5399.6 + Marseille, CPPM + Aix Marseille Univ, CNRS/IN2P3, CPPM, Marseille, France + + + Cogneras, Eric + INSPIRE-00305695 + ORCID:0000-0002-8933-9427 + GRID:grid.494717.8 + Clermont-Ferrand U. + Université Clermont Auvergne, CNRS/IN2P3, LPC, Clermont-Ferrand, France + + + Cojocariu, Lucian + INSPIRE-00453049 + ORCID:0000-0002-1281-5923 + GRID:grid.443874.8 + Bucharest, IFIN-HH + Horia Hulubei National Institute of Physics and Nuclear Engineering, Bucharest-Magurele, Romania + + + Collins, Paula + INSPIRE-00259967 + ORCID:0000-0003-1437-4022 + GRID:grid.9132.9 + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Colombo, Tommaso + ORCID:0000-0002-9617-9687 + GRID:grid.9132.9 + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Comerma-Montells, Albert + INSPIRE-00259490 + ORCID:0000-0002-8980-6048 + GRID:grid.5841.8 + U. Barcelona (main) + ICCUB, Universitat de Barcelona, Barcelona, Spain + + + Congedo, Liliana + ORCID:0000-0003-4536-4644 + GRID:grid.470190.b + INFN, Bari + INFN Sezione di Bari, Bari, Italy + + + Contu, Andrea + INSPIRE-00262791 + ORCID:0000-0002-3545-2969 + GRID:grid.470195.e + INFN, Cagliari + INFN Sezione di Cagliari, Monserrato, Italy + + + Cooke, Naomi + ORCID:0000-0002-4179-3700 + GRID:grid.8756.c + Glasgow U. + School of Physics and Astronomy, University of Glasgow, Glasgow, United Kingdom + + + Corredoira, Imanol + ORCID:0000-0002-6089-0899 + GRID:grid.11794.3a + U. Santiago de Compostela (main) + Instituto Galego de Física de Altas Enerxías (IGFAE), Universidade de Santiago de Compostela, Santiago de Compostela, Spain + + + Correia, Anthony + ORCID:0000-0002-6483-8596 + GRID:grid.462844.8 + Paris U., VI-VII + LPNHE, Sorbonne Université, Paris Diderot Sorbonne Paris Cité, CNRS/IN2P3, Paris, France + + + Corti, Gloria + INSPIRE-00259985 + ORCID:0000-0003-2857-4471 + GRID:grid.9132.9 + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Cottee Meldrum, Josephine Jane + GRID:grid.5337.2 + Bristol U. + H.H. Wills Physics Laboratory, University of Bristol, Bristol, United Kingdom + + + Couturier, Benjamin + INSPIRE-00345186 + ORCID:0000-0001-6749-1033 + GRID:grid.9132.9 + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Craik, Daniel Charles + INSPIRE-00357145 + ORCID:0000-0002-3684-1560 + GRID:grid.7400.3 + Zurich U. + Physik-Institut, Universität Zürich, Zürich, Switzerland + + + Cruz Torres, Melissa Maria + INSPIRE-00388812 + ORCID:0000-0003-2607-131X + GRID:grid.418228.5 + GRID:grid.10601.36 + Rio de Janeiro, CBPF + Centro Brasileiro de Pesquisas Físicas (CBPF), Rio de Janeiro, Brazil + Universidad Nacional Autónoma de Honduras, Tegucigalpa, Honduras + + + Currie, Robert + INSPIRE-00261251 + ORCID:0000-0002-0166-9529 + GRID:grid.4305.2 + Edinburgh U. + School of Physics and Astronomy, University of Edinburgh, Edinburgh, United Kingdom + + + Da Silva, Cesar Luiz + ORCID:0000-0003-4106-8258 + GRID:grid.148313.c + Los Alamos + Los Alamos National Laboratory (LANL), Los Alamos, NM, United States + + + Dadabaev, Shakhzod + ORCID:0000-0002-0093-3244 + + + Dai, Lingyun + ORCID:0000-0002-4070-4729 + GRID:grid.67293.39 + Hunan U. + Physics and Micro Electronic College, Hunan University, Changsha City, China + + + Dai, Xinchen + ORCID:0000-0003-3395-7151 + GRID:grid.11135.37 + Peking U., SKLNPT + School of Physics State Key Laboratory of Nuclear Physics and Technology, Peking University, Beijing, China + + + Dall'Occo, Elena + ORCID:0000-0001-9313-4021 + GRID:grid.5675.1 + Tech. U., Dortmund (main) + Fakultät Physik, Technische Universität Dortmund, Dortmund, Germany + + + Dalseno, Jeremy + INSPIRE-00043651 + ORCID:0000-0003-3288-4683 + GRID:grid.11794.3a + U. Santiago de Compostela (main) + Instituto Galego de Física de Altas Enerxías (IGFAE), Universidade de Santiago de Compostela, Santiago de Compostela, Spain + + + D'Ambrosio, Carmelo + INSPIRE-00207542 + ORCID:0000-0003-4344-9994 + GRID:grid.9132.9 + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Daniel, Jessy + ORCID:0000-0002-9022-4264 + GRID:grid.494717.8 + Clermont-Ferrand U. + Université Clermont Auvergne, CNRS/IN2P3, LPC, Clermont-Ferrand, France + + + Danilina, Anna + ORCID:0000-0003-3121-2164 + + + d'Argent, Philippe + INSPIRE-00522530 + ORCID:0000-0003-2380-8355 + GRID:grid.470190.b + INFN, Bari + INFN Sezione di Bari, Bari, Italy + + + Davidson, Alexander + ORCID:0009-0002-0647-2028 + GRID:grid.7372.1 + Warwick U. + Department of Physics, University of Warwick, Coventry, United Kingdom + + + Davies, Jonathan Edward + ORCID:0000-0002-5382-8683 + GRID:grid.5379.8 + Manchester U. + Department of Physics and Astronomy, University of Manchester, Manchester, United Kingdom + + + Davis, Adam + INSPIRE-00389020 + ORCID:0000-0001-9458-5115 + GRID:grid.5379.8 + Manchester U. + Department of Physics and Astronomy, University of Manchester, Manchester, United Kingdom + + + De Aguiar Francisco, Oscar + INSPIRE-00341212 + ORCID:0000-0003-2735-678X + GRID:grid.5379.8 + Manchester U. + Department of Physics and Astronomy, University of Manchester, Manchester, United Kingdom + + + de Boer, Jan + ORCID:0000-0002-6084-4294 + GRID:grid.420012.5 + Nikhef, Amsterdam + Nikhef National Institute for Subatomic Physics, Amsterdam, Netherlands + + + De Bruyn, Kristof + INSPIRE-00341032 + ORCID:0000-0002-0615-4399 + GRID:grid.4830.f + U. Groningen, VSI + Van Swinderen Institute, University of Groningen, Groningen, Netherlands + + + De Capua, Stefano + INSPIRE-00258572 + ORCID:0000-0002-6285-9596 + GRID:grid.5379.8 + Manchester U. + Department of Physics and Astronomy, University of Manchester, Manchester, United Kingdom + + + De Cian, Michel + INSPIRE-00260810 + ORCID:0000-0002-1268-9621 + GRID:grid.7700.0 + Heidelberg U. + Physikalisches Institut, Ruprecht-Karls-Universität Heidelberg, Heidelberg, Germany + + + De Freitas Carneiro Da Graca, Ulisses + ORCID:0000-0003-0451-4028 + GRID:grid.418228.5 + Rio de Janeiro, CBPF + Centro Brasileiro de Pesquisas Físicas (CBPF), Rio de Janeiro, Brazil + + + De Lucia, Erika + ORCID:0000-0003-0793-0844 + GRID:grid.463190.9 + Frascati + INFN Laboratori Nazionali di Frascati, Frascati, Italy + + + De Miranda, Jussara + INSPIRE-00107943 + ORCID:0009-0003-2505-7337 + GRID:grid.418228.5 + Rio de Janeiro, CBPF + Centro Brasileiro de Pesquisas Físicas (CBPF), Rio de Janeiro, Brazil + + + De Paula, Leandro + INSPIRE-00115169 + ORCID:0000-0002-4984-7734 + GRID:grid.8536.8 + Rio de Janeiro Federal U. + Universidade Federal do Rio de Janeiro (UFRJ), Rio de Janeiro, Brazil + + + De Serio, Marilisa + INSPIRE-00532670 + ORCID:0000-0003-4915-7933 + GRID:grid.470190.b + GRID:grid.7644.1 + INFN, Bari + Bari U. + INFN Sezione di Bari, Bari, Italy + Università di Bari, Bari, Italy + + + De Simone, Dario + ORCID:0000-0001-8180-4366 + GRID:grid.7400.3 + Zurich U. + Physik-Institut, Universität Zürich, Zürich, Switzerland + + + De Simone, Patrizia + INSPIRE-00258414 + ORCID:0000-0001-9392-2079 + GRID:grid.463190.9 + Frascati + INFN Laboratori Nazionali di Frascati, Frascati, Italy + + + De Vellis, Fabio + ORCID:0000-0001-7596-5091 + GRID:grid.5675.1 + Tech. U., Dortmund (main) + Fakultät Physik, Technische Universität Dortmund, Dortmund, Germany + + + de Vries, Jacco + INSPIRE-00400290 + ORCID:0000-0003-4712-9816 + GRID:grid.5012.6 + Maastricht U. + Universiteit Maastricht, Maastricht, Netherlands + + + Dean, Cameron Thomas + INSPIRE-00453317 + ORCID:0000-0002-6002-5870 + GRID:grid.148313.c + Los Alamos + Los Alamos National Laboratory (LANL), Los Alamos, NM, United States + + + Debernardis, Francesco + ORCID:0009-0001-5383-4899 + GRID:grid.470190.b + GRID:grid.7644.1 + INFN, Bari + Bari U. + INFN Sezione di Bari, Bari, Italy + Università di Bari, Bari, Italy + + + Decamp, Daniel + INSPIRE-00257320 + ORCID:0000-0001-9643-6762 + GRID:grid.5388.6 + Annecy, LAPP + Université Savoie Mont Blanc, CNRS, IN2P3-LAPP, Annecy, France + + + Dedu, Vlad-George + ORCID:0000-0001-5672-8672 + GRID:grid.5399.6 + Marseille, CPPM + Aix Marseille Univ, CNRS/IN2P3, CPPM, Marseille, France + + + Del Buono, Luigi + INSPIRE-00070041 + ORCID:0000-0003-4774-2194 + GRID:grid.462844.8 + Paris U., VI-VII + LPNHE, Sorbonne Université, Paris Diderot Sorbonne Paris Cité, CNRS/IN2P3, Paris, France + + + Delaney, Blaise + ORCID:0009-0007-6371-8035 + GRID:grid.116068.8 + MIT + Massachusetts Institute of Technology, Cambridge, MA, United States + + + Dembinski, Hans Peter + ORCID:0000-0003-3337-3850 + GRID:grid.5675.1 + Tech. U., Dortmund (main) + Fakultät Physik, Technische Universität Dortmund, Dortmund, Germany + + + Denysenko, Vadym + ORCID:0000-0002-0455-5404 + GRID:grid.7400.3 + Zurich U. + Physik-Institut, Universität Zürich, Zürich, Switzerland + + + Deschamps, Olivier + INSPIRE-00257367 + ORCID:0000-0002-7047-6042 + GRID:grid.494717.8 + Clermont-Ferrand U. + Université Clermont Auvergne, CNRS/IN2P3, LPC, Clermont-Ferrand, France + + + Dettori, Francesco + INSPIRE-00258140 + ORCID:0000-0003-0256-8663 + GRID:grid.470195.e + GRID:grid.7763.5 + INFN, Cagliari + Cagliari U. + INFN Sezione di Cagliari, Monserrato, Italy + Università di Cagliari, Cagliari, Italy + + + Dey, Biplab + INSPIRE-00266843 + ORCID:0000-0002-4563-5806 + GRID:grid.5591.8 + Eotvos U., Dept. Atomic Phys. + Eotvos Lorand University, Budapest, Hungary + + + Di Nezza, Pasquale + ORCID:0000-0003-4894-6762 + GRID:grid.463190.9 + Frascati + INFN Laboratori Nazionali di Frascati, Frascati, Italy + + + Diachkov, Igor + ORCID:0000-0001-5222-5293 + + + Didenko, Sergey + ORCID:0000-0001-5671-5863 + + + Ding, Shuchong + ORCID:0000-0002-5946-581X + GRID:grid.264484.8 + Syracuse U. + Syracuse University, Syracuse, NY, United States + + + Dobishuk, Vasyl + ORCID:0000-0001-9004-3255 + GRID:grid.450331.0 + Kiev, INR + Institute for Nuclear Research of the National Academy of Sciences (KINR), Kyiv, Ukraine + + + Docheva, Aleksandrina + ORCID:0000-0002-7680-4043 + GRID:grid.8756.c + Glasgow U. + School of Physics and Astronomy, University of Glasgow, Glasgow, United Kingdom + + + Dolmatov, Aleksandr + + + Dong, Chenzhi + ORCID:0000-0003-3259-6323 + GRID:grid.12527.33 + Tsinghua U., Beijing, CHEP + Center for High Energy Physics, Tsinghua University, Beijing, China + + + Donohoe, Amanda May + ORCID:0000-0002-4438-3950 + GRID:grid.7886.1 + University Coll., Dublin + School of Physics, University College Dublin, Dublin, Ireland + + + Dordei, Francesca + INSPIRE-00341074 + ORCID:0000-0002-2571-5067 + GRID:grid.470195.e + INFN, Cagliari + INFN Sezione di Cagliari, Monserrato, Italy + + + dos Reis, Alberto + INSPIRE-00257176 + ORCID:0000-0001-7517-8418 + GRID:grid.418228.5 + Rio de Janeiro, CBPF + Centro Brasileiro de Pesquisas Físicas (CBPF), Rio de Janeiro, Brazil + + + Douglas, Lauren + GRID:grid.8756.c + Glasgow U. + School of Physics and Astronomy, University of Glasgow, Glasgow, United Kingdom + + + Downes, Anthony Gavin + ORCID:0000-0003-0217-762X + GRID:grid.5388.6 + Annecy, LAPP + Université Savoie Mont Blanc, CNRS, IN2P3-LAPP, Annecy, France + + + Duan, Weisong + ORCID:0000-0003-1765-9939 + GRID:grid.263785.d + South China Normal U. + Guangdong Provincial Key Laboratory of Nuclear Science, Guangdong-Hong Kong Joint Laboratory of Quantum Matter, Institute of Quantum Matter, South China Normal University, Guangzhou, China + + + Duda, Piotr Jakub + ORCID:0000-0003-4043-7963 + GRID:grid.22555.35 + Cracow Tech. U. + Tadeusz Kosciuszko Cracow University of Technology, Cracow, Poland + + + Dudek, Maciej Wojciech + ORCID:0000-0003-3939-3262 + GRID:grid.418860.3 + Cracow, INP + Henryk Niewodniczanski Institute of Nuclear Physics Polish Academy of Sciences, Kraków, Poland + + + Dufour, Laurent + INSPIRE-00536780 + ORCID:0000-0002-3924-2774 + GRID:grid.9132.9 + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Duk, Viacheslav + ORCID:0000-0001-6440-0087 + GRID:grid.470215.5 + INFN, Perugia + INFN Sezione di Perugia, Perugia, Italy + + + Durante, Paolo + INSPIRE-00389556 + ORCID:0000-0002-1204-2270 + GRID:grid.9132.9 + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Duras, Maciej + ORCID:0000-0002-4153-5293 + GRID:grid.22555.35 + Cracow Tech. U. + Tadeusz Kosciuszko Cracow University of Technology, Cracow, Poland + + + Durham, John Matthew + ORCID:0000-0002-5831-3398 + GRID:grid.148313.c + Los Alamos + Los Alamos National Laboratory (LANL), Los Alamos, NM, United States + + + Dutta, Deepanwita + ORCID:0000-0002-1191-3978 + GRID:grid.5379.8 + Manchester U. + Department of Physics and Astronomy, University of Manchester, Manchester, United Kingdom + + + Dziurda, Agnieszka + INSPIRE-00341115 + ORCID:0000-0003-4338-7156 + GRID:grid.418860.3 + Cracow, INP + Henryk Niewodniczanski Institute of Nuclear Physics Polish Academy of Sciences, Kraków, Poland + + + Dzyuba, Alexey + INSPIRE-00341144 + ORCID:0000-0003-3612-3195 + + + Easo, Sajan + INSPIRE-00078816 + ORCID:0000-0002-4027-7333 + GRID:grid.76978.37 + GRID:grid.9132.9 + Rutherford + CERN + STFC Rutherford Appleton Laboratory, Didcot, United Kingdom + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Eckstein, Ellinor + GRID:grid.10388.32 + Bonn U., HISKP + Universität Bonn - Helmholtz-Institut für Strahlen und Kernphysik, Bonn, Germany + + + Egede, Ulrik + INSPIRE-00058834 + ORCID:0000-0001-5493-0762 + GRID:grid.1002.3 + Monash U. + School of Physics and Astronomy, Monash University, Melbourne, Australia + + + Egorychev, Artem + ORCID:0000-0001-5555-8982 + + + Egorychev, Victor + INSPIRE-00259251 + ORCID:0000-0002-2539-673X + + + Eirea Orro, Caetano + GRID:grid.11794.3a + U. Santiago de Compostela (main) + Instituto Galego de Física de Altas Enerxías (IGFAE), Universidade de Santiago de Compostela, Santiago de Compostela, Spain + + + Eisenhardt, Stephan + INSPIRE-00079238 + ORCID:0000-0002-4860-6779 + GRID:grid.4305.2 + Edinburgh U. + School of Physics and Astronomy, University of Edinburgh, Edinburgh, United Kingdom + + + Ejopu, Enoch + ORCID:0000-0003-3711-7547 + GRID:grid.5379.8 + Manchester U. + Department of Physics and Astronomy, University of Manchester, Manchester, United Kingdom + + + Ek-In, Surapat + ORCID:0000-0002-2232-6760 + GRID:grid.5333.6 + Ecole Polytechnique, Lausanne + Institute of Physics, Ecole Polytechnique Fédérale de Lausanne (EPFL), Lausanne, Switzerland + + + Eklund, Lars + INSPIRE-00015467 + ORCID:0000-0002-2014-3864 + GRID:grid.8993.b + Uppsala U. + Department of Physics and Astronomy, Uppsala University, Uppsala, Sweden + + + Elashri, Mohamed + ORCID:0000-0001-9398-953X + GRID:grid.24827.3b + Cincinnati U. + University of Cincinnati, Cincinnati, OH, United States + + + Ellbracht, Jan Hendrik + ORCID:0000-0003-1231-6347 + GRID:grid.5675.1 + Tech. U., Dortmund (main) + Fakultät Physik, Technische Universität Dortmund, Dortmund, Germany + + + Ely, Scott + INSPIRE-00400105 + ORCID:0000-0003-1618-3617 + GRID:grid.7445.2 + Imperial Coll., London + Imperial College London, London, United Kingdom + + + Ene, Alexandru + ORCID:0000-0001-5513-0927 + GRID:grid.443874.8 + Bucharest, IFIN-HH + Horia Hulubei National Institute of Physics and Nuclear Engineering, Bucharest-Magurele, Romania + + + Epple, Eliane + ORCID:0000-0002-6312-3740 + GRID:grid.24827.3b + Cincinnati U. + University of Cincinnati, Cincinnati, OH, United States + + + Escher, Stephan + ORCID:0009-0007-2540-4203 + GRID:grid.1957.a + Aachen, Tech. Hochsch. + I. Physikalisches Institut, RWTH Aachen University, Aachen, Germany + + + Eschle, Jonas Nathanael + ORCID:0000-0002-7312-3699 + GRID:grid.7400.3 + Zurich U. + Physik-Institut, Universität Zürich, Zürich, Switzerland + + + Esen, Sevda + INSPIRE-00238345 + ORCID:0000-0003-2437-8078 + GRID:grid.7400.3 + Zurich U. + Physik-Institut, Universität Zürich, Zürich, Switzerland + + + Evans, Timothy + INSPIRE-00452003 + ORCID:0000-0003-3016-1879 + GRID:grid.5379.8 + Manchester U. + Department of Physics and Astronomy, University of Manchester, Manchester, United Kingdom + + + Fabiano, Federica + ORCID:0000-0001-6915-9923 + GRID:grid.470195.e + GRID:grid.7763.5 + GRID:grid.9132.9 + INFN, Cagliari + CERN + Cagliari U. + INFN Sezione di Cagliari, Monserrato, Italy + Università di Cagliari, Cagliari, Italy + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Falcao, Lucas + ORCID:0000-0003-3441-583X + GRID:grid.418228.5 + Rio de Janeiro, CBPF + Centro Brasileiro de Pesquisas Físicas (CBPF), Rio de Janeiro, Brazil + + + Fan, Yanting + ORCID:0000-0002-3153-430X + GRID:grid.410726.6 + Beijing, GUCAS + University of Chinese Academy of Sciences, Beijing, China + + + Fang, Bo + ORCID:0000-0003-0030-3813 + GRID:grid.49470.3e + GRID:grid.508754.b + Wuhan U. + IJCLab, Orsay + School of Physics and Technology, Wuhan University, Wuhan, China + Université Paris-Saclay, CNRS/IN2P3, IJCLab, Orsay, France + + + Fantini, Lisa + ORCID:0000-0002-2351-3998 + GRID:grid.470215.5 + GRID:grid.9027.c + INFN, Perugia + INFN Sezione di Perugia, Perugia, Italy + Università di Perugia, Perugia, Italy + + + Faria, Maria + ORCID:0000-0002-4675-4209 + GRID:grid.5333.6 + Ecole Polytechnique, Lausanne + Institute of Physics, Ecole Polytechnique Fédérale de Lausanne (EPFL), Lausanne, Switzerland + + + Farmer, Keira Gwyn + ORCID:0000-0003-2364-2877 + GRID:grid.4305.2 + Edinburgh U. + School of Physics and Astronomy, University of Edinburgh, Edinburgh, United Kingdom + + + Farry, Stephen + INSPIRE-00257989 + ORCID:0000-0001-5119-9740 + GRID:grid.10025.36 + Liverpool U. + Oliver Lodge Laboratory, University of Liverpool, Liverpool, United Kingdom + + + Fazzini, Davide + INSPIRE-00582259 + ORCID:0000-0002-5938-4286 + GRID:grid.470207.6 + GRID:grid.7563.7 + INFN, Milan Bicocca + Milan Bicocca U. + INFN Sezione di Milano-Bicocca, Milano, Italy + Università di Milano Bicocca, Milano, Italy + + + Felkowski, Lukasz Jerzy + ORCID:0000-0002-0196-910X + GRID:grid.22555.35 + Cracow Tech. U. + Tadeusz Kosciuszko Cracow University of Technology, Cracow, Poland + + + Feng, Mingjie + ORCID:0000-0002-6308-5078 + GRID:grid.418741.f + GRID:grid.410726.6 + Beijing, Inst. High Energy Phys. + Beijing, GUCAS + Institute Of High Energy Physics (IHEP), Beijing, China + University of Chinese Academy of Sciences, Beijing, China + + + Feo, Mauricio + ORCID:0000-0001-5266-2442 + GRID:grid.9132.9 + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Fernandez Gomez, Miguel + ORCID:0000-0003-1984-4759 + GRID:grid.11794.3a + U. Santiago de Compostela (main) + Instituto Galego de Física de Altas Enerxías (IGFAE), Universidade de Santiago de Compostela, Santiago de Compostela, Spain + + + Fernez, Alex Daniel + ORCID:0000-0001-9900-6514 + GRID:grid.164295.d + Maryland U., College Park + University of Maryland, College Park, MD, United States + + + Ferrari, Fabio + INSPIRE-00522680 + ORCID:0000-0002-3721-4585 + GRID:grid.470193.8 + INFN, Bologna + INFN Sezione di Bologna, Bologna, Italy + + + Ferreira Lopes, Lino + ORCID:0009-0003-5290-823X + GRID:grid.5333.6 + Ecole Polytechnique, Lausanne + Institute of Physics, Ecole Polytechnique Fédérale de Lausanne (EPFL), Lausanne, Switzerland + + + Ferreira Rodrigues, Fernando + INSPIRE-00257190 + ORCID:0000-0002-4274-5583 + GRID:grid.8536.8 + Rio de Janeiro Federal U. + Universidade Federal do Rio de Janeiro (UFRJ), Rio de Janeiro, Brazil + + + Ferreres Sole, Silvia + ORCID:0000-0003-3571-7741 + GRID:grid.420012.5 + Nikhef, Amsterdam + Nikhef National Institute for Subatomic Physics, Amsterdam, Netherlands + + + Ferrillo, Martina + ORCID:0000-0003-1052-2198 + GRID:grid.7400.3 + Zurich U. + Physik-Institut, Universität Zürich, Zürich, Switzerland + + + Ferro-Luzzi, Massimiliano + INSPIRE-00159865 + ORCID:0009-0008-1868-2165 + GRID:grid.9132.9 + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Filippov, Sergey + INSPIRE-00259378 + ORCID:0000-0003-3900-3914 + + + Fini, Rosa Anna + INSPIRE-00262271 + ORCID:0000-0002-3821-3998 + GRID:grid.470190.b + INFN, Bari + INFN Sezione di Bari, Bari, Italy + + + Fiorini, Massimiliano + INSPIRE-00017773 + ORCID:0000-0001-6559-2084 + GRID:grid.470200.1 + GRID:grid.8484.0 + INFN, Ferrara + Ferrara U. + INFN Sezione di Ferrara, Ferrara, Italy + Università di Ferrara, Ferrara, Italy + + + Firlej, Miroslaw + INSPIRE-00452328 + ORCID:0000-0002-1084-0084 + GRID:grid.9922.0 + AGH-UST, Cracow + AGH - University of Science and Technology, Faculty of Physics and Applied Computer Science, Kraków, Poland + + + Fischer, Kamil Leszek + ORCID:0009-0000-8700-9910 + Oxford U. + + + Fischer, K.M. + GRID:grid.4991.5 + Oxford U. + Department of Physics, University of Oxford, Oxford, United Kingdom + + + Fitzgerald, Dillon Scott + ORCID:0000-0001-6862-6876 + GRID:grid.214458.e + U. Michigan, Ann Arbor + University of Michigan, Ann Arbor, MI, United States + + + Fitzpatrick, Conor + INSPIRE-00261277 + ORCID:0000-0003-3674-0812 + GRID:grid.5379.8 + Manchester U. + Department of Physics and Astronomy, University of Manchester, Manchester, United Kingdom + + + Fiutowski, Tomasz + INSPIRE-00452523 + ORCID:0000-0003-2342-8854 + GRID:grid.9922.0 + AGH-UST, Cracow + AGH - University of Science and Technology, Faculty of Physics and Applied Computer Science, Kraków, Poland + + + Fleuret, Frederic + INSPIRE-00081683 + ORCID:0000-0002-2430-782X + GRID:grid.463805.c + Ecole Polytechnique + Laboratoire Leprince-Ringuet, CNRS/IN2P3, Ecole Polytechnique, Institut Polytechnique de Paris, Palaiseau, France + + + Fontana, Marianna + INSPIRE-00341209 + ORCID:0000-0003-4727-831X + GRID:grid.470193.8 + INFN, Bologna + INFN Sezione di Bologna, Bologna, Italy + + + Fontanelli, Flavio + INSPIRE-00081845 + ORCID:0000-0001-7029-7178 + GRID:grid.470205.4 + GRID:grid.5606.5 + INFN, Genoa + Genoa U. + INFN Sezione di Genova, Genova, Italy + Università di Genova, Genova, Italy + + + Foreman, Lucas Arthur + ORCID:0000-0002-2741-9966 + Manchester U. + + + Foreman, L.F. + GRID:grid.5379.8 + Manchester U. + Department of Physics and Astronomy, University of Manchester, Manchester, United Kingdom + + + Forty, Roger + INSPIRE-00260047 + ORCID:0000-0003-2103-7577 + GRID:grid.9132.9 + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Foulds-Holt, Daniel + ORCID:0000-0001-9921-687X + GRID:grid.5335.0 + Cambridge U. + Cavendish Laboratory, University of Cambridge, Cambridge, United Kingdom + + + Franco Sevilla, Manuel + INSPIRE-01061349 + ORCID:0000-0002-5250-2948 + GRID:grid.164295.d + Maryland U., College Park + University of Maryland, College Park, MD, United States + + + Frank, Markus + INSPIRE-00260763 + ORCID:0000-0002-4625-559X + GRID:grid.9132.9 + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Franzoso, Edoardo + ORCID:0000-0003-2130-1593 + GRID:grid.470200.1 + GRID:grid.8484.0 + INFN, Ferrara + Ferrara U. + INFN Sezione di Ferrara, Ferrara, Italy + Università di Ferrara, Ferrara, Italy + + + Frau, Giulia + ORCID:0000-0003-3160-482X + GRID:grid.7700.0 + Heidelberg U. + Physikalisches Institut, Ruprecht-Karls-Universität Heidelberg, Heidelberg, Germany + + + Frei, Christoph + INSPIRE-00260067 + ORCID:0000-0001-5501-5611 + GRID:grid.9132.9 + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Friday, David Anthony + ORCID:0000-0001-9400-3322 + GRID:grid.5379.8 + Manchester U. + Department of Physics and Astronomy, University of Manchester, Manchester, United Kingdom + + + Frontini, Luca + ORCID:0000-0002-1137-8629 + GRID:grid.470206.7 + GRID:grid.4708.b + INFN, Milan + U. Milan (main) + INFN Sezione di Milano, Milano, Italy + Università degli Studi di Milano, Milano, Italy + + + Fu, Jinlin + INSPIRE-00390117 + ORCID:0000-0003-3177-2700 + GRID:grid.410726.6 + Beijing, GUCAS + University of Chinese Academy of Sciences, Beijing, China + + + Fuehring, Quentin + INSPIRE-01777879 + ORCID:0000-0003-3179-2525 + GRID:grid.5675.1 + Tech. U., Dortmund (main) + Fakultät Physik, Technische Universität Dortmund, Dortmund, Germany + + + Fujii, Yuki + ORCID:0000-0002-0813-3065 + GRID:grid.1002.3 + Monash U. + School of Physics and Astronomy, Monash University, Melbourne, Australia + + + Fulghesu, Tommaso + ORCID:0000-0001-9391-8619 + GRID:grid.462844.8 + Paris U., VI-VII + LPNHE, Sorbonne Université, Paris Diderot Sorbonne Paris Cité, CNRS/IN2P3, Paris, France + + + Gabriel, Emmy + ORCID:0000-0001-8300-5939 + GRID:grid.420012.5 + Nikhef, Amsterdam + Nikhef National Institute for Subatomic Physics, Amsterdam, Netherlands + + + Galati, Giuliana + ORCID:0000-0001-7348-3312 + GRID:grid.470190.b + GRID:grid.7644.1 + INFN, Bari + Bari U. + INFN Sezione di Bari, Bari, Italy + Università di Bari, Bari, Italy + + + Galati, Maria Domenica + ORCID:0000-0002-8716-4440 + GRID:grid.420012.5 + Nikhef, Amsterdam + Nikhef National Institute for Subatomic Physics, Amsterdam, Netherlands + + + Gallas Torreira, Abraham + INSPIRE-00259710 + ORCID:0000-0002-2745-7954 + GRID:grid.11794.3a + U. Santiago de Compostela (main) + Instituto Galego de Física de Altas Enerxías (IGFAE), Universidade de Santiago de Compostela, Santiago de Compostela, Spain + + + Galli, Domenico + INSPIRE-00178050 + ORCID:0000-0003-2375-6030 + GRID:grid.470193.8 + GRID:grid.6292.f + INFN, Bologna + Bologna U. + INFN Sezione di Bologna, Bologna, Italy + Università di Bologna, Bologna, Italy + + + Gambetta, Silvia + INSPIRE-00150884 + ORCID:0000-0003-2420-0501 + GRID:grid.4305.2 + GRID:grid.9132.9 + Edinburgh U. + CERN + School of Physics and Astronomy, University of Edinburgh, Edinburgh, United Kingdom + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Gandelman, Miriam + INSPIRE-00083458 + ORCID:0000-0001-8192-8377 + GRID:grid.8536.8 + Rio de Janeiro Federal U. + Universidade Federal do Rio de Janeiro (UFRJ), Rio de Janeiro, Brazil + + + Gandini, Paolo + INSPIRE-00262802 + ORCID:0000-0001-7267-6008 + GRID:grid.470206.7 + INFN, Milan + INFN Sezione di Milano, Milano, Italy + + + Gao, Han + ORCID:0000-0002-6025-6193 + GRID:grid.410726.6 + Beijing, GUCAS + University of Chinese Academy of Sciences, Beijing, China + + + Gao, Rui + ORCID:0009-0004-1782-7642 + GRID:grid.4991.5 + Oxford U. + Department of Physics, University of Oxford, Oxford, United Kingdom + + + Gao, Yang + ORCID:0000-0002-6069-8995 + CCNU, Wuhan, Inst. Part. Phys. + + + Gao, Yuanning + INSPIRE-00257210 + ORCID:0000-0003-1484-0943 + Peking U., SKLNPT + + + Garau, Michela + ORCID:0000-0002-0505-9584 + GRID:grid.470195.e + GRID:grid.7763.5 + INFN, Cagliari + Cagliari U. + INFN Sezione di Cagliari, Monserrato, Italy + Università di Cagliari, Cagliari, Italy + + + Garcia Martin, Luis Miguel + INSPIRE-00582283 + ORCID:0000-0003-0714-8991 + GRID:grid.5333.6 + Ecole Polytechnique, Lausanne + Institute of Physics, Ecole Polytechnique Fédérale de Lausanne (EPFL), Lausanne, Switzerland + + + Garcia Moreno, Paula + ORCID:0000-0002-3612-1651 + GRID:grid.5841.8 + U. Barcelona (main) + ICCUB, Universitat de Barcelona, Barcelona, Spain + + + García Pardiñas, Julián + INSPIRE-00452833 + ORCID:0000-0003-2316-8829 + GRID:grid.9132.9 + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Garcia Plana, Beatriz + GRID:grid.11794.3a + U. Santiago de Compostela (main) + Instituto Galego de Física de Altas Enerxías (IGFAE), Universidade de Santiago de Compostela, Santiago de Compostela, Spain + + + Garcia Rosales, Felipe Andres + ORCID:0000-0003-4395-0244 + GRID:grid.463805.c + Ecole Polytechnique + Laboratoire Leprince-Ringuet, CNRS/IN2P3, Ecole Polytechnique, Institut Polytechnique de Paris, Palaiseau, France + + + Garrido, Lluis + INSPIRE-00157725 + ORCID:0000-0001-8883-6539 + GRID:grid.5841.8 + U. Barcelona (main) + ICCUB, Universitat de Barcelona, Barcelona, Spain + + + Gaspar, Clara + INSPIRE-00083907 + ORCID:0000-0002-8009-1509 + GRID:grid.9132.9 + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Geertsema, Robbert Erik + ORCID:0000-0001-6829-7777 + GRID:grid.420012.5 + Nikhef, Amsterdam + Nikhef National Institute for Subatomic Physics, Amsterdam, Netherlands + + + Gerken, Louis Lenard + ORCID:0000-0002-6769-3679 + GRID:grid.5675.1 + Tech. U., Dortmund (main) + Fakultät Physik, Technische Universität Dortmund, Dortmund, Germany + + + Gersabeck, Evelina + INSPIRE-00357178 + ORCID:0000-0002-2860-6528 + GRID:grid.5379.8 + Manchester U. + Department of Physics and Astronomy, University of Manchester, Manchester, United Kingdom + + + Gersabeck, Marco + INSPIRE-00192519 + ORCID:0000-0002-0075-8669 + GRID:grid.5379.8 + Manchester U. + Department of Physics and Astronomy, University of Manchester, Manchester, United Kingdom + + + Gershon, Timothy + INSPIRE-00043636 + ORCID:0000-0002-3183-5065 + GRID:grid.7372.1 + Warwick U. + Department of Physics, University of Warwick, Coventry, United Kingdom + + + Giambastiani, Luca + ORCID:0000-0002-5170-0635 + GRID:grid.5608.b + INFN, Padua + Università degli Studi di Padova, Università e INFN, Padova, Padova, Italy + + + Giasemis, Fotis Ioannis + ORCID:0000-0003-0622-1069 + GRID:grid.462844.8 + Paris U., VI-VII + LPNHE, Sorbonne Université, Paris Diderot Sorbonne Paris Cité, CNRS/IN2P3, Paris, France + LIP6, Sorbonne Universite, Paris, France + + + Gibson, Valerie + INSPIRE-00179031 + ORCID:0000-0002-6661-1192 + GRID:grid.5335.0 + Cambridge U. + Cavendish Laboratory, University of Cambridge, Cambridge, United Kingdom + + + Giemza, Henryk Karol + ORCID:0000-0003-2597-8796 + GRID:grid.450295.f + NCBJ, Swierk + National Center for Nuclear Research (NCBJ), Warsaw, Poland + + + Gilman, Alexander Leon + ORCID:0000-0001-5934-7541 + GRID:grid.4991.5 + Oxford U. + Department of Physics, University of Oxford, Oxford, United Kingdom + + + Giovannetti, Matteo + ORCID:0000-0003-2135-9568 + GRID:grid.463190.9 + Frascati + INFN Laboratori Nazionali di Frascati, Frascati, Italy + + + Gioventù, Alessandra + ORCID:0000-0001-5399-326X + GRID:grid.11794.3a + U. Santiago de Compostela (main) + Instituto Galego de Física de Altas Enerxías (IGFAE), Universidade de Santiago de Compostela, Santiago de Compostela, Spain + + + Gironella Gironell, Pere + ORCID:0000-0001-5603-4750 + GRID:grid.5841.8 + U. Barcelona (main) + ICCUB, Universitat de Barcelona, Barcelona, Spain + + + Giugliano, Carmen + ORCID:0000-0002-6159-4557 + GRID:grid.470200.1 + GRID:grid.8484.0 + INFN, Ferrara + Ferrara U. + INFN Sezione di Ferrara, Ferrara, Italy + Università di Ferrara, Ferrara, Italy + + + Giza, Maciej Artur + ORCID:0000-0002-0805-1561 + GRID:grid.418860.3 + Cracow, INP + Henryk Niewodniczanski Institute of Nuclear Physics Polish Academy of Sciences, Kraków, Poland + + + Gizdov, Konstantin + INSPIRE-00582300 + ORCID:0000-0002-3543-7451 + GRID:grid.4305.2 + Edinburgh U. + School of Physics and Astronomy, University of Edinburgh, Edinburgh, United Kingdom + + + Gkougkousis, Evangelos Leonidas + ORCID:0000-0002-2132-2071 + GRID:grid.9132.9 + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Glaser, Fabian Christoph + ORCID:0000-0001-8416-5416 + GRID:grid.508754.b + GRID:grid.7700.0 + IJCLab, Orsay + Heidelberg U. + Université Paris-Saclay, CNRS/IN2P3, IJCLab, Orsay, France + Physikalisches Institut, Ruprecht-Karls-Universität Heidelberg, Heidelberg, Germany + + + Gligorov, Vladimir + INSPIRE-00260081 + ORCID:0000-0002-8189-8267 + GRID:grid.462844.8 + Paris U., VI-VII + LPNHE, Sorbonne Université, Paris Diderot Sorbonne Paris Cité, CNRS/IN2P3, Paris, France + + + Göbel, Carla + INSPIRE-00262964 + ORCID:0000-0003-0523-495X + GRID:grid.4839.6 + Rio de Janeiro, Pont. U. Catol. + Pontifícia Universidade Católica do Rio de Janeiro (PUC-Rio), Rio de Janeiro, Brazil + + + Golobardes, Elisabet + ORCID:0000-0001-8080-0769 + GRID:grid.6162.3 + Ramon Llull U., Barcelona + DS4DS, La Salle, Universitat Ramon Llull, Barcelona, Spain + + + Golubkov, Dmitry + INSPIRE-00261070 + ORCID:0000-0001-6216-1596 + + + Golutvin, Andrey + INSPIRE-00259263 + ORCID:0000-0003-2500-8247 + GRID:grid.7445.2 + GRID:grid.9132.9 + Imperial Coll., London + CERN + Imperial College London, London, United Kingdom + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Gomes, Alvaro + INSPIRE-00257143 + ORCID:0009-0005-2892-2968 + GRID:grid.418228.5 + GRID:grid.8536.8 + GRID:grid.411281.f + GRID:grid.7632.0 + Rio de Janeiro, CBPF + Rio de Janeiro Federal U. + UFTM, Uberaba + Centro Brasileiro de Pesquisas Físicas (CBPF), Rio de Janeiro, Brazil + Universidade Federal do Rio de Janeiro (UFRJ), Rio de Janeiro, Brazil + Universidade Federal do Triângulo Mineiro (UFTM), Uberaba, MG, Brazil + Universidade de Brasília, Brasília, Brazil + + + Gomez Fernandez, Sergio + ORCID:0000-0002-3064-9834 + GRID:grid.5841.8 + U. Barcelona (main) + ICCUB, Universitat de Barcelona, Barcelona, Spain + + + Goncalves Abrantes, Fernanda + ORCID:0000-0002-7318-482X + GRID:grid.4991.5 + Oxford U. + Department of Physics, University of Oxford, Oxford, United Kingdom + + + Goncerz, Mateusz + ORCID:0000-0002-9224-914X + GRID:grid.418860.3 + Cracow, INP + Henryk Niewodniczanski Institute of Nuclear Physics Polish Academy of Sciences, Kraków, Poland + + + Gong, Guanghua + ORCID:0000-0002-7822-3947 + GRID:grid.12527.33 + Tsinghua U., Beijing, CHEP + Center for High Energy Physics, Tsinghua University, Beijing, China + + + Gooding, James Andrew + ORCID:0000-0003-3353-9750 + GRID:grid.5675.1 + Tech. U., Dortmund (main) + Fakultät Physik, Technische Universität Dortmund, Dortmund, Germany + + + Gorelov, Igor Vladimirovich + INSPIRE-00048110 + ORCID:0000-0001-5570-0133 + + + Gotti, Claudio + INSPIRE-00400552 + ORCID:0000-0003-2501-9608 + GRID:grid.470207.6 + INFN, Milan Bicocca + INFN Sezione di Milano-Bicocca, Milano, Italy + + + Grabowski, Jascha Peter + ORCID:0000-0001-8461-8382 + GRID:grid.10388.32 + Bonn U., HISKP + Universität Bonn - Helmholtz-Institut für Strahlen und Kernphysik, Bonn, Germany + + + Granado Cardoso, Luis Alberto + INSPIRE-00246283 + ORCID:0000-0003-2868-2173 + GRID:grid.9132.9 + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Graugés, Eugeni + INSPIRE-00086454 + ORCID:0000-0001-6571-4096 + GRID:grid.5841.8 + U. Barcelona (main) + ICCUB, Universitat de Barcelona, Barcelona, Spain + + + Graverini, Elena + INSPIRE-00453214 + ORCID:0000-0003-4647-6429 + GRID:grid.5333.6 + Ecole Polytechnique, Lausanne + Institute of Physics, Ecole Polytechnique Fédérale de Lausanne (EPFL), Lausanne, Switzerland + + + Grazette, Luke + ORCID:0000-0001-7907-4261 + GRID:grid.7372.1 + Warwick U. + Department of Physics, University of Warwick, Coventry, United Kingdom + + + Graziani, Giacomo + INSPIRE-00086506 + ORCID:0000-0001-8212-846X + + + Grecu, Alexandru Tudor + INSPIRE-00259115 + ORCID:0000-0002-7770-1839 + GRID:grid.443874.8 + Bucharest, IFIN-HH + Horia Hulubei National Institute of Physics and Nuclear Engineering, Bucharest-Magurele, Romania + + + Greeven, Lex Marinus + ORCID:0000-0001-5813-7972 + GRID:grid.420012.5 + Nikhef, Amsterdam + Nikhef National Institute for Subatomic Physics, Amsterdam, Netherlands + + + Grieser, Nathan Allen + ORCID:0000-0003-0386-4923 + GRID:grid.24827.3b + Cincinnati U. + University of Cincinnati, Cincinnati, OH, United States + + + Grillo, Lucia + INSPIRE-00390672 + ORCID:0000-0001-5360-0091 + GRID:grid.8756.c + Glasgow U. + School of Physics and Astronomy, University of Glasgow, Glasgow, United Kingdom + + + Gromov, Sergey + ORCID:0000-0002-8967-3644 + + + Gu, Chenxi + ORCID:0000-0001-5635-6063 + GRID:grid.463805.c + Ecole Polytechnique + Laboratoire Leprince-Ringuet, CNRS/IN2P3, Ecole Polytechnique, Institut Polytechnique de Paris, Palaiseau, France + + + Guarise, Marco + ORCID:0000-0001-8829-9681 + GRID:grid.470200.1 + INFN, Ferrara + INFN Sezione di Ferrara, Ferrara, Italy + + + Guittiere, Manuel + ORCID:0000-0002-2916-7184 + GRID:grid.508754.b + IJCLab, Orsay + Université Paris-Saclay, CNRS/IN2P3, IJCLab, Orsay, France + + + Guliaeva, Vasilisa + ORCID:0000-0003-3676-5040 + + + Günther, Paul Andre + ORCID:0000-0002-4057-4274 + GRID:grid.7700.0 + Heidelberg U. + Physikalisches Institut, Ruprecht-Karls-Universität Heidelberg, Heidelberg, Germany + + + Guseinov, Abdul-Kerim + ORCID:0000-0002-5115-0581 + + + Gushchin, Evgeny + INSPIRE-00259385 + ORCID:0000-0001-8857-1665 + + + Guz, Yury + INSPIRE-00259449 + ORCID:0000-0001-7552-400X + GRID:grid.11135.37 + GRID:grid.9132.9 + Peking U., SKLNPT + CERN + School of Physics State Key Laboratory of Nuclear Physics and Technology, Peking University, Beijing, China + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Gys, Thierry + INSPIRE-00260098 + ORCID:0000-0002-6825-6497 + GRID:grid.9132.9 + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Hadavizadeh, Thomas + INSPIRE-00536800 + ORCID:0000-0001-5730-8434 + GRID:grid.1002.3 + Monash U. + School of Physics and Astronomy, Monash University, Melbourne, Australia + + + Hadjivasiliou, Christos + INSPIRE-00341268 + ORCID:0000-0002-2234-0001 + GRID:grid.164295.d + Maryland U., College Park + University of Maryland, College Park, MD, United States + + + Haefeli, Guido + INSPIRE-00260534 + ORCID:0000-0002-9257-839X + GRID:grid.5333.6 + Ecole Polytechnique, Lausanne + Institute of Physics, Ecole Polytechnique Fédérale de Lausanne (EPFL), Lausanne, Switzerland + + + Haen, Christophe + INSPIRE-00341278 + ORCID:0000-0002-4947-2928 + GRID:grid.9132.9 + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Haimberger, Jakob + ORCID:0000-0002-3363-7783 + GRID:grid.9132.9 + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Haines, Susan + INSPIRE-00261030 + ORCID:0000-0001-5906-391X + GRID:grid.5335.0 + Cambridge U. + Cavendish Laboratory, University of Cambridge, Cambridge, United Kingdom + + + Hajheidari, Mohammadtaghi + GRID:grid.9132.9 + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Halewood-leagas, Tabitha + ORCID:0000-0001-9629-7029 + GRID:grid.10025.36 + Liverpool U. + Oliver Lodge Laboratory, University of Liverpool, Liverpool, United Kingdom + + + Halvorsen, Marius Maehlum + ORCID:0000-0003-0959-3853 + GRID:grid.9132.9 + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Hamilton, Phoebe Meredith + ORCID:0000-0002-2231-1374 + GRID:grid.164295.d + Maryland U., College Park + University of Maryland, College Park, MD, United States + + + Hammerich, Jan + ORCID:0000-0002-5556-1775 + GRID:grid.10025.36 + Liverpool U. + Oliver Lodge Laboratory, University of Liverpool, Liverpool, United Kingdom + + + Han, Qundong + ORCID:0000-0002-7958-2917 + GRID:grid.411407.7 + CCNU, Wuhan, Inst. Part. Phys. + Institute of Particle Physics, Central China Normal University, Wuhan, Hubei, China + + + Han, Xiaoxue + INSPIRE-00400676 + ORCID:0000-0001-7641-7505 + GRID:grid.7700.0 + Heidelberg U. + Physikalisches Institut, Ruprecht-Karls-Universität Heidelberg, Heidelberg, Germany + + + Hansmann-Menzemer, Stephanie + INSPIRE-00046350 + ORCID:0000-0002-3804-8734 + GRID:grid.7700.0 + Heidelberg U. + Physikalisches Institut, Ruprecht-Karls-Universität Heidelberg, Heidelberg, Germany + + + Hao, Lei + ORCID:0000-0001-8162-4277 + hao.lei@cern.ch + GRID:grid.410726.6 + Beijing, GUCAS + University of Chinese Academy of Sciences, Beijing, China + + + Harnew, Neville + INSPIRE-00088706 + ORCID:0000-0001-9616-6651 + GRID:grid.4991.5 + Oxford U. + Department of Physics, University of Oxford, Oxford, United Kingdom + + + Harrison, Thomas + ORCID:0000-0002-1576-9205 + GRID:grid.10025.36 + Liverpool U. + Oliver Lodge Laboratory, University of Liverpool, Liverpool, United Kingdom + + + Hartmann, Marie + ORCID:0009-0005-8756-0960 + GRID:grid.508754.b + IJCLab, Orsay + Université Paris-Saclay, CNRS/IN2P3, IJCLab, Orsay, France + + + Hasse, Christoph + ORCID:0000-0002-9658-8827 + GRID:grid.9132.9 + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Hatch, Mark + INSPIRE-00230526 + ORCID:0009-0004-4850-7465 + GRID:grid.9132.9 + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + He, Jibo + INSPIRE-00257559 + ORCID:0000-0002-1465-0077 + GRID:grid.410726.6 + Beijing, GUCAS + University of Chinese Academy of Sciences, Beijing, China + Hangzhou Institute for Advanced Study, UCAS, Hangzhou, China + + + Heijhoff, Kevin + ORCID:0000-0001-5407-7466 + GRID:grid.420012.5 + Nikhef, Amsterdam + Nikhef National Institute for Subatomic Physics, Amsterdam, Netherlands + + + Hemmer, Frederic + ORCID:0000-0001-8177-0856 + GRID:grid.9132.9 + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Henderson, Conor + ORCID:0000-0002-6986-9404 + GRID:grid.24827.3b + Cincinnati U. + University of Cincinnati, Cincinnati, OH, United States + + + Henderson, Riley Dylan Leslie + ORCID:0000-0001-6445-4907 + GRID:grid.1002.3 + GRID:grid.7372.1 + Monash U. + Warwick U. + School of Physics and Astronomy, Monash University, Melbourne, Australia + Department of Physics, University of Warwick, Coventry, United Kingdom + + + Hennequin, Arthur Marius + ORCID:0009-0008-7974-3785 + GRID:grid.9132.9 + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Hennessy, Karol + INSPIRE-00014964 + ORCID:0000-0002-1529-8087 + GRID:grid.10025.36 + Liverpool U. + Oliver Lodge Laboratory, University of Liverpool, Liverpool, United Kingdom + + + Henry, Louis + INSPIRE-00390866 + ORCID:0000-0003-3605-832X + GRID:grid.5333.6 + Ecole Polytechnique, Lausanne + Institute of Physics, Ecole Polytechnique Fédérale de Lausanne (EPFL), Lausanne, Switzerland + + + Herd, James Daniel + ORCID:0000-0001-7828-3694 + GRID:grid.7445.2 + Imperial Coll., London + Imperial College London, London, United Kingdom + + + Heuel, Johannes + ORCID:0000-0001-9384-6926 + GRID:grid.1957.a + Aachen, Tech. Hochsch. + I. Physikalisches Institut, RWTH Aachen University, Aachen, Germany + + + Hicheur, Adlène + INSPIRE-00028041 + ORCID:0000-0002-3712-7318 + GRID:grid.8536.8 + Rio de Janeiro Federal U. + Universidade Federal do Rio de Janeiro (UFRJ), Rio de Janeiro, Brazil + + + Hill, Donal + INSPIRE-00357210 + ORCID:0000-0003-2613-7315 + GRID:grid.5333.6 + Ecole Polytechnique, Lausanne + Institute of Physics, Ecole Polytechnique Fédérale de Lausanne (EPFL), Lausanne, Switzerland + + + Hilton, Martha + ORCID:0000-0001-7703-7424 + GRID:grid.5379.8 + Manchester U. + Department of Physics and Astronomy, University of Manchester, Manchester, United Kingdom + + + Hollitt, Sophie + ORCID:0000-0002-4962-3546 + GRID:grid.5675.1 + Tech. U., Dortmund (main) + Fakultät Physik, Technische Universität Dortmund, Dortmund, Germany + + + Horswill, Joshua Ethan + ORCID:0000-0002-9199-8616 + GRID:grid.5379.8 + Manchester U. + Department of Physics and Astronomy, University of Manchester, Manchester, United Kingdom + + + Hou, Ruiwen + ORCID:0000-0002-3139-3332 + GRID:grid.411407.7 + CCNU, Wuhan, Inst. Part. Phys. + Institute of Particle Physics, Central China Normal University, Wuhan, Hubei, China + + + Hou, Yingrui + ORCID:0000-0001-6454-278X + GRID:grid.5388.6 + Annecy, LAPP + Université Savoie Mont Blanc, CNRS, IN2P3-LAPP, Annecy, France + + + Howarth, Ned Francis + GRID:grid.10025.36 + Liverpool U. + Oliver Lodge Laboratory, University of Liverpool, Liverpool, United Kingdom + + + Hu, Jiangqiao + Heidelberg U. + + + Hu, Jifeng + ORCID:0000-0002-8227-4544 + South China Normal U. + + + Hu, Wenhua + ORCID:0000-0002-2855-0544 + GRID:grid.11135.37 + Peking U., SKLNPT + School of Physics State Key Laboratory of Nuclear Physics and Technology, Peking University, Beijing, China + + + Hu, Xiaofan + ORCID:0000-0002-5924-2683 + GRID:grid.12527.33 + Tsinghua U., Beijing, CHEP + Center for High Energy Physics, Tsinghua University, Beijing, China + + + Huang, Wenqian + ORCID:0000-0002-1407-1729 + GRID:grid.410726.6 + Beijing, GUCAS + University of Chinese Academy of Sciences, Beijing, China + + + Huang, Xiaotao + GRID:grid.49470.3e + Wuhan U. + School of Physics and Technology, Wuhan University, Wuhan, China + + + Hulsbergen, Wouter + INSPIRE-00091582 + ORCID:0000-0003-3018-5707 + GRID:grid.420012.5 + Nikhef, Amsterdam + Nikhef National Institute for Subatomic Physics, Amsterdam, Netherlands + + + Hunter, Ross John + ORCID:0000-0001-7894-8799 + GRID:grid.7372.1 + Warwick U. + Department of Physics, University of Warwick, Coventry, United Kingdom + + + Hushchyn, Mikhail + INSPIRE-00545541 + ORCID:0000-0002-8894-6292 + + + Hutchcroft, David + INSPIRE-00091737 + ORCID:0000-0002-4174-6509 + GRID:grid.10025.36 + Liverpool U. + Oliver Lodge Laboratory, University of Liverpool, Liverpool, United Kingdom + + + Ibis, Philipp + ORCID:0000-0002-2022-6862 + GRID:grid.5675.1 + Tech. U., Dortmund (main) + Fakultät Physik, Technische Universität Dortmund, Dortmund, Germany + + + Idzik, Marek + INSPIRE-00091920 + ORCID:0000-0001-6349-0033 + GRID:grid.9922.0 + AGH-UST, Cracow + AGH - University of Science and Technology, Faculty of Physics and Applied Computer Science, Kraków, Poland + + + Ilin, Dmitrii + ORCID:0000-0001-8771-3115 + + + Ilten, Philip + INSPIRE-00258006 + ORCID:0000-0001-5534-1732 + GRID:grid.24827.3b + Cincinnati U. + University of Cincinnati, Cincinnati, OH, United States + + + Inglessi, Alexander + ORCID:0000-0002-2522-6722 + + + Iniukhin, Aleksandr + ORCID:0000-0002-1940-6276 + + + Ishteev, Artur + ORCID:0000-0003-1409-1428 + + + Ivshin, Kuzma + ORCID:0000-0001-8403-0706 + + + Jacobsson, Richard + INSPIRE-00260123 + ORCID:0000-0003-4971-7160 + GRID:grid.9132.9 + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Jage, Hendrik + ORCID:0000-0002-8096-3792 + GRID:grid.1957.a + Aachen, Tech. Hochsch. + I. Physikalisches Institut, RWTH Aachen University, Aachen, Germany + + + Jaimes Elles, Sergio Javier + ORCID:0000-0003-0182-8638 + GRID:grid.470047.0 + GRID:grid.10689.36 + Valencia U., IFIC + Colombia, U. Natl. + Instituto de Fisica Corpuscular, Centro Mixto Universidad de Valencia – CSIC, Valencia, Spain + Departamento de Fisica, Universidad Nacional de Colombia, Bogota, Colombia + + + Jakobsen, Sune + ORCID:0000-0002-6564-040X + GRID:grid.9132.9 + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Jans, Eddy + INSPIRE-00258761 + ORCID:0000-0002-5438-9176 + GRID:grid.420012.5 + Nikhef, Amsterdam + Nikhef National Institute for Subatomic Physics, Amsterdam, Netherlands + + + Jashal, Brij Kishor + ORCID:0000-0002-0025-4663 + GRID:grid.470047.0 + Valencia U., IFIC + Instituto de Fisica Corpuscular, Centro Mixto Universidad de Valencia – CSIC, Valencia, Spain + + + Jawahery, Abolhassan + INSPIRE-00144300 + ORCID:0000-0003-3719-119X + GRID:grid.164295.d + Maryland U., College Park + University of Maryland, College Park, MD, United States + + + Jevtic, Vukan + ORCID:0000-0001-6427-4746 + GRID:grid.5675.1 + Tech. U., Dortmund (main) + Fakultät Physik, Technische Universität Dortmund, Dortmund, Germany + + + Jiang, Emily Kaiyin + ORCID:0000-0003-1728-8525 + GRID:grid.164295.d + Maryland U., College Park + University of Maryland, College Park, MD, United States + + + Jiang, Xiaojie + ORCID:0000-0001-8120-3296 + GRID:grid.418741.f + GRID:grid.410726.6 + Beijing, Inst. High Energy Phys. + Beijing, GUCAS + Institute Of High Energy Physics (IHEP), Beijing, China + University of Chinese Academy of Sciences, Beijing, China + + + Jiang, Yi + ORCID:0000-0002-8964-5109 + Beijing, GUCAS + + + Jiang, Yuyang + INSPIRE-00000000 + ORCID:0000-0002-0656-8647 + Peking U., SKLNPT + + + John, Malcolm + INSPIRE-00042030 + ORCID:0000-0002-8579-844X + GRID:grid.4991.5 + Oxford U. + Department of Physics, University of Oxford, Oxford, United Kingdom + + + Johnson, Daniel + INSPIRE-00262837 + ORCID:0000-0003-3272-6001 + GRID:grid.6572.6 + Birmingham U. + University of Birmingham, Birmingham, United Kingdom + + + Jones, Christopher + INSPIRE-00261047 + ORCID:0000-0003-1699-8816 + GRID:grid.5335.0 + Cambridge U. + Cavendish Laboratory, University of Cambridge, Cambridge, United Kingdom + + + Jones, Thomas Peter + ORCID:0000-0001-5706-7255 + GRID:grid.7372.1 + Warwick U. + Department of Physics, University of Warwick, Coventry, United Kingdom + + + Joshi, Salil + ORCID:0000-0002-5821-1674 + GRID:grid.450295.f + NCBJ, Swierk + National Center for Nuclear Research (NCBJ), Warsaw, Poland + + + Jost, Beat + INSPIRE-00260147 + ORCID:0009-0005-4053-1222 + GRID:grid.9132.9 + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Jurik, Nathan + INSPIRE-00400750 + ORCID:0000-0002-6066-7232 + GRID:grid.9132.9 + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Juszczak, Izabela + ORCID:0000-0002-1285-3911 + GRID:grid.418860.3 + Cracow, INP + Henryk Niewodniczanski Institute of Nuclear Physics Polish Academy of Sciences, Kraków, Poland + + + Kaminaris, Dimitrios + ORCID:0000-0002-8912-4653 + GRID:grid.5333.6 + Ecole Polytechnique, Lausanne + Institute of Physics, Ecole Polytechnique Fédérale de Lausanne (EPFL), Lausanne, Switzerland + + + Kandybei, Sergii + INSPIRE-00341378 + ORCID:0000-0003-3598-0427 + GRID:grid.425540.2 + Kharkov, KIPT + NSC Kharkiv Institute of Physics and Technology (NSC KIPT), Kharkiv, Ukraine + + + Kang, Youen + ORCID:0000-0002-6528-8178 + GRID:grid.12527.33 + Tsinghua U., Beijing, CHEP + Center for High Energy Physics, Tsinghua University, Beijing, China + + + Karacson, Matthias + INSPIRE-00341385 + ORCID:0009-0006-1867-9674 + GRID:grid.9132.9 + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Karpenkov, Dmitrii + ORCID:0000-0001-8686-2303 + + + Karpov, Maksim + ORCID:0000-0003-4503-2682 + + + Kauniskangas, Anni Matilda + ORCID:0000-0002-4285-8027 + GRID:grid.5333.6 + Ecole Polytechnique, Lausanne + Institute of Physics, Ecole Polytechnique Fédérale de Lausanne (EPFL), Lausanne, Switzerland + + + Kautz, Jacob William + ORCID:0000-0001-8482-5576 + GRID:grid.24827.3b + Cincinnati U. + University of Cincinnati, Cincinnati, OH, United States + + + Keizer, Floris + ORCID:0000-0002-1290-6737 + GRID:grid.9132.9 + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Keller, Dustin Michael + ORCID:0000-0002-2608-1270 + GRID:grid.264484.8 + Syracuse U. + Syracuse University, Syracuse, NY, United States + + + Kenzie, Matthew + INSPIRE-00239270 + ORCID:0000-0001-7910-4109 + GRID:grid.7372.1 + Warwick U. + Department of Physics, University of Warwick, Coventry, United Kingdom + + + Ketel, Tjeerd + INSPIRE-00258866 + ORCID:0000-0002-9652-1964 + GRID:grid.420012.5 + Nikhef, Amsterdam + Nikhef National Institute for Subatomic Physics, Amsterdam, Netherlands + + + Khanji, Basem + INSPIRE-00257475 + ORCID:0000-0003-3838-281X + GRID:grid.264484.8 + Syracuse U. + Syracuse University, Syracuse, NY, United States + + + Kharisova, Anastasiia + ORCID:0000-0002-5291-9583 + + + Kholodenko, Sergei + ORCID:0000-0002-0260-6570 + + + Khreich, Gaelle + ORCID:0000-0002-6520-8203 + GRID:grid.508754.b + IJCLab, Orsay + Université Paris-Saclay, CNRS/IN2P3, IJCLab, Orsay, France + + + Kirn, Thomas + INSPIRE-00545568 + ORCID:0000-0002-0253-8619 + GRID:grid.1957.a + Aachen, Tech. Hochsch. + I. Physikalisches Institut, RWTH Aachen University, Aachen, Germany + + + Kirsebom, Veronica Soelund + ORCID:0009-0005-4421-9025 + GRID:grid.5333.6 + Ecole Polytechnique, Lausanne + Institute of Physics, Ecole Polytechnique Fédérale de Lausanne (EPFL), Lausanne, Switzerland + + + Kitouni, Ouail + ORCID:0000-0001-9695-8165 + GRID:grid.116068.8 + MIT + Massachusetts Institute of Technology, Cambridge, MA, United States + + + Klaver, Suzanne + INSPIRE-00391174 + ORCID:0000-0001-7909-1272 + GRID:grid.420012.5 + NIKHEF, Amsterdam + Vrije U., Amsterdam + Nikhef National Institute for Subatomic Physics and VU University Amsterdam, Amsterdam, Netherlands + + + Kleijne, Nico + ORCID:0000-0003-0828-0943 + GRID:grid.470216.6 + GRID:grid.6093.c + INFN, Pisa + Pisa, Scuola Normale Superiore + INFN Sezione di Pisa, Pisa, Italy + Scuola Normale Superiore, Pisa, Italy + + + Klimaszewski, Konrad + INSPIRE-00400854 + ORCID:0000-0003-0741-5922 + GRID:grid.450295.f + NCBJ, Swierk + National Center for Nuclear Research (NCBJ), Warsaw, Poland + + + Kmiec, Mateusz Rafal + ORCID:0000-0002-1821-1848 + GRID:grid.450295.f + NCBJ, Swierk + National Center for Nuclear Research (NCBJ), Warsaw, Poland + + + Koliiev, Serhii + INSPIRE-00582346 + ORCID:0009-0002-3680-1224 + GRID:grid.450331.0 + Kiev, INR + Institute for Nuclear Research of the National Academy of Sciences (KINR), Kyiv, Ukraine + + + Kolk, Lars + ORCID:0000-0003-2589-5130 + GRID:grid.5675.1 + Tech. U., Dortmund (main) + Fakultät Physik, Technische Universität Dortmund, Dortmund, Germany + + + Kondybayeva, Almagul + ORCID:0000-0001-8727-6840 + + + Konoplyannikov, Anatoly + ORCID:0009-0005-2645-8364 + + + Kopciewicz, Pawel + ORCID:0000-0001-9092-3527 + GRID:grid.9922.0 + GRID:grid.9132.9 + AGH-UST, Cracow + CERN + AGH - University of Science and Technology, Faculty of Physics and Applied Computer Science, Kraków, Poland + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Kopecna, Renata + GRID:grid.7700.0 + Heidelberg U. + Physikalisches Institut, Ruprecht-Karls-Universität Heidelberg, Heidelberg, Germany + + + Koppenburg, Patrick + INSPIRE-00058578 + ORCID:0000-0001-8614-7203 + GRID:grid.420012.5 + Nikhef, Amsterdam + Nikhef National Institute for Subatomic Physics, Amsterdam, Netherlands + + + Korolev, Mikhail + INSPIRE-00259339 + ORCID:0000-0002-7473-2031 + + + Kostiuk, Igor + ORCID:0000-0002-8767-7289 + GRID:grid.420012.5 + Nikhef, Amsterdam + Nikhef National Institute for Subatomic Physics, Amsterdam, Netherlands + + + Kot, Oleksander + GRID:grid.450331.0 + Kiev, INR + Institute for Nuclear Research of the National Academy of Sciences (KINR), Kyiv, Ukraine + + + Kotriakhova, Sofia + ORCID:0000-0002-1495-0053 + + + Kozachuk, Anastasiia + INSPIRE-00582368 + ORCID:0000-0001-6805-0395 + + + Kravchenko, Polina + ORCID:0000-0002-4036-2060 + + + Kravchuk, Leonid + INSPIRE-00259390 + ORCID:0000-0001-8631-4200 + + + Kreps, Michal + INSPIRE-00041048 + ORCID:0000-0002-6133-486X + GRID:grid.7372.1 + Warwick U. + Department of Physics, University of Warwick, Coventry, United Kingdom + + + Kretzschmar, Sophie Katharina + ORCID:0009-0008-8631-9552 + GRID:grid.1957.a + Aachen, Tech. Hochsch. + I. Physikalisches Institut, RWTH Aachen University, Aachen, Germany + + + Krokovny, Pavel + INSPIRE-00257824 + ORCID:0000-0002-1236-4667 + + + Krupa, Wojciech + ORCID:0000-0002-7947-465X + GRID:grid.264484.8 + Syracuse U. + Syracuse University, Syracuse, NY, United States + + + Krzemien, Wojciech + INSPIRE-00437507 + ORCID:0000-0002-9546-358X + GRID:grid.450295.f + NCBJ, Swierk + National Center for Nuclear Research (NCBJ), Warsaw, Poland + + + Kubat, Jakub + GRID:grid.7700.0 + Heidelberg U. + Physikalisches Institut, Ruprecht-Karls-Universität Heidelberg, Heidelberg, Germany + + + Kubis, Sebastian Antoni + ORCID:0000-0001-8774-8270 + GRID:grid.22555.35 + Cracow Tech. U. + Tadeusz Kosciuszko Cracow University of Technology, Cracow, Poland + + + Kucewicz, Wojciech + INSPIRE-00256649 + ORCID:0000-0002-2073-711X + GRID:grid.418860.3 + Cracow, INP + Henryk Niewodniczanski Institute of Nuclear Physics Polish Academy of Sciences, Kraków, Poland + + + Kucharczyk, Marcin + INSPIRE-00258880 + ORCID:0000-0003-4688-0050 + GRID:grid.418860.3 + Cracow, INP + Henryk Niewodniczanski Institute of Nuclear Physics Polish Academy of Sciences, Kraków, Poland + + + Kudryavtsev, Vasily + INSPIRE-00341500 + ORCID:0009-0000-2192-995X + + + Kulikova, Evgenia + ORCID:0009-0002-8059-5325 + + + Kupsc, Andrzej + ORCID:0000-0003-4937-2270 + GRID:grid.8993.b + Uppsala U. + Department of Physics and Astronomy, Uppsala University, Uppsala, Sweden + + + Kutsenko, Bogdan + ORCID:0000-0002-8366-1167 + GRID:grid.5399.6 + Marseille, CPPM + Aix Marseille Univ, CNRS/IN2P3, CPPM, Marseille, France + + + Lacarrere, Daniel + INSPIRE-00260180 + ORCID:0009-0005-6974-140X + GRID:grid.9132.9 + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Lafferty, George + INSPIRE-00099630 + ORCID:0000-0003-0658-4919 + GRID:grid.5379.8 + Manchester U. + Department of Physics and Astronomy, University of Manchester, Manchester, United Kingdom + + + Lai, Adriano + INSPIRE-00258150 + ORCID:0000-0003-1633-0496 + GRID:grid.470195.e + INFN, Cagliari + INFN Sezione di Cagliari, Monserrato, Italy + + + Lampis, Andrea + ORCID:0000-0002-5443-4870 + GRID:grid.470195.e + GRID:grid.7763.5 + INFN, Cagliari + Cagliari U. + INFN Sezione di Cagliari, Monserrato, Italy + Università di Cagliari, Cagliari, Italy + + + Lancierini, Davide + ORCID:0000-0003-1587-4555 + GRID:grid.7400.3 + Zurich U. + Physik-Institut, Universität Zürich, Zürich, Switzerland + + + Landesa Gomez, Clara + ORCID:0000-0001-5241-8642 + GRID:grid.11794.3a + U. Santiago de Compostela (main) + Instituto Galego de Física de Altas Enerxías (IGFAE), Universidade de Santiago de Compostela, Santiago de Compostela, Spain + + + Lane, John Jake + ORCID:0000-0002-5816-9488 + GRID:grid.1002.3 + Monash U. + School of Physics and Astronomy, Monash University, Melbourne, Australia + + + Lane, Richard + ORCID:0000-0002-2360-2392 + GRID:grid.5337.2 + Bristol U. + H.H. Wills Physics Laboratory, University of Bristol, Bristol, United Kingdom + + + Langenbruch, Christoph + INSPIRE-00003200 + ORCID:0000-0002-3454-7261 + GRID:grid.7700.0 + Heidelberg U. + Physikalisches Institut, Ruprecht-Karls-Universität Heidelberg, Heidelberg, Germany + + + Langer, Jan + ORCID:0000-0002-0322-5550 + GRID:grid.5675.1 + Tech. U., Dortmund (main) + Fakultät Physik, Technische Universität Dortmund, Dortmund, Germany + + + Lantwin, Oliver + ORCID:0000-0003-2384-5973 + + + Latham, Thomas + INSPIRE-00041615 + ORCID:0000-0002-7195-8537 + GRID:grid.7372.1 + Warwick U. + Department of Physics, University of Warwick, Coventry, United Kingdom + + + Lazzari, Federico + ORCID:0000-0002-3151-3453 + GRID:grid.470216.6 + GRID:grid.5395.a + INFN, Pisa + U. Pisa (main) + INFN Sezione di Pisa, Pisa, Italy + Università di Pisa, Pisa, Italy + + + Lazzeroni, Cristina + INSPIRE-00100355 + ORCID:0000-0003-4074-4787 + GRID:grid.6572.6 + Birmingham U. + University of Birmingham, Birmingham, United Kingdom + + + Le Gac, Renaud + INSPIRE-00083087 + ORCID:0000-0002-7551-6971 + GRID:grid.5399.6 + Marseille, CPPM + Aix Marseille Univ, CNRS/IN2P3, CPPM, Marseille, France + + + Lee, Sook Hyun + ORCID:0000-0003-3523-9479 + GRID:grid.214458.e + U. Michigan, Ann Arbor + University of Michigan, Ann Arbor, MI, United States + + + Lefèvre, Regis + INSPIRE-00041022 + ORCID:0000-0002-6917-6210 + GRID:grid.494717.8 + Clermont-Ferrand U. + Université Clermont Auvergne, CNRS/IN2P3, LPC, Clermont-Ferrand, France + + + Leflat, Alexander + INSPIRE-00100871 + ORCID:0000-0001-9619-6666 + + + Legotin, Sergey + ORCID:0000-0003-3192-6175 + + + Leroy, Olivier + INSPIRE-00101253 + ORCID:0000-0002-2589-240X + GRID:grid.5399.6 + Marseille, CPPM + Aix Marseille Univ, CNRS/IN2P3, CPPM, Marseille, France + + + Lesiak, Tadeusz + INSPIRE-00101288 + ORCID:0000-0002-3966-2998 + GRID:grid.418860.3 + Cracow, INP + Henryk Niewodniczanski Institute of Nuclear Physics Polish Academy of Sciences, Kraków, Poland + + + Leverington, Blake + INSPIRE-00391255 + ORCID:0000-0001-6640-7274 + GRID:grid.7700.0 + Heidelberg U. + Physikalisches Institut, Ruprecht-Karls-Universität Heidelberg, Heidelberg, Germany + + + Li, Anfeng + ORCID:0000-0001-5012-6013 + GRID:grid.12527.33 + Tsinghua U., Beijing, CHEP + Center for High Energy Physics, Tsinghua University, Beijing, China + + + Li, Hengne + ORCID:0000-0002-2366-9554 + GRID:grid.263785.d + South China Normal U. + Guangdong Provincial Key Laboratory of Nuclear Science, Guangdong-Hong Kong Joint Laboratory of Quantum Matter, Institute of Quantum Matter, South China Normal University, Guangzhou, China + + + Li, Kechen + ORCID:0000-0002-2243-8412 + GRID:grid.411407.7 + CCNU, Wuhan, Inst. Part. Phys. + Institute of Particle Physics, Central China Normal University, Wuhan, Hubei, China + + + Li, Lanxing + ORCID:0000-0003-4625-6880 + GRID:grid.5379.8 + Manchester U. + Department of Physics and Astronomy, University of Manchester, Manchester, United Kingdom + + + Li, Peilian + ORCID:0000-0003-2740-9765 + CERN + + + Li, Pei-Rong + ORCID:0000-0002-1603-3646 + Lanzhou U. + + + Li, Shiyang + ORCID:0000-0001-5455-3768 + GRID:grid.411407.7 + CCNU, Wuhan, Inst. Part. Phys. + Institute of Particle Physics, Central China Normal University, Wuhan, Hubei, China + + + Li, Tiange + ORCID:0000-0002-5241-2555 + Beijing, Inst. High Energy Phys. + + + Li, Tianqi + ORCID:0000-0002-5723-0961 + South China Normal U. + + + Li, Yiming + INSPIRE-00385568 + ORCID:0000-0003-2043-4669 + GRID:grid.418741.f + Beijing, Inst. High Energy Phys. + Institute Of High Energy Physics (IHEP), Beijing, China + + + Li, Zhuoming + ORCID:0000-0003-0755-8413 + GRID:grid.264484.8 + Syracuse U. + Syracuse University, Syracuse, NY, United States + + + Lian, Zhengchen + ORCID:0000-0003-4602-6946 + GRID:grid.12527.33 + Tsinghua U., Beijing, CHEP + Center for High Energy Physics, Tsinghua University, Beijing, China + + + Liang, Xixin + ORCID:0000-0002-5277-9103 + GRID:grid.264484.8 + Syracuse U. + Syracuse University, Syracuse, NY, United States + + + Lin, Chuangxin + ORCID:0000-0001-7587-3365 + GRID:grid.410726.6 + Beijing, GUCAS + University of Chinese Academy of Sciences, Beijing, China + + + Lin, Tai-hua + ORCID:0000-0001-6052-8243 + GRID:grid.76978.37 + Rutherford + STFC Rutherford Appleton Laboratory, Didcot, United Kingdom + + + Lindner, Rolf + INSPIRE-00101983 + ORCID:0000-0002-5541-6500 + GRID:grid.9132.9 + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Lisovskyi, Vitalii + ORCID:0000-0003-4451-214X + GRID:grid.5333.6 + Ecole Polytechnique, Lausanne + Institute of Physics, Ecole Polytechnique Fédérale de Lausanne (EPFL), Lausanne, Switzerland + + + Litvinov, Roman + ORCID:0000-0002-4234-435X + GRID:grid.470195.e + GRID:grid.7763.5 + INFN, Cagliari + Cagliari U. + INFN Sezione di Cagliari, Monserrato, Italy + Università di Cagliari, Cagliari, Italy + + + Liu, Guoming + INSPIRE-00260200 + ORCID:0000-0001-5961-6588 + GRID:grid.263785.d + South China Normal U. + Guangdong Provincial Key Laboratory of Nuclear Science, Guangdong-Hong Kong Joint Laboratory of Quantum Matter, Institute of Quantum Matter, South China Normal University, Guangzhou, China + + + Liu, Huanhuan + ORCID:0000-0001-6658-1993 + GRID:grid.410726.6 + Beijing, GUCAS + University of Chinese Academy of Sciences, Beijing, China + + + Liu, Kai + ORCID:0000-0003-4529-3356 + GRID:grid.32566.34 + Lanzhou U. + Lanzhou University, Lanzhou, China + + + Liu, Qian + ORCID:0000-0003-4658-6361 + GRID:grid.410726.6 + Beijing, GUCAS + University of Chinese Academy of Sciences, Beijing, China + + + Liu, Shuaiyi + ORCID:0000-0002-6919-227X + GRID:grid.418741.f + GRID:grid.410726.6 + Beijing, Inst. High Energy Phys. + Beijing, GUCAS + Institute Of High Energy Physics (IHEP), Beijing, China + University of Chinese Academy of Sciences, Beijing, China + + + Liu, Ying + GRID:grid.32566.34 + Lanzhou U. + Lanzhou University, Lanzhou, China + + + Lobo Salvia, Aniol + ORCID:0000-0002-2375-9509 + GRID:grid.5841.8 + U. Barcelona (main) + ICCUB, Universitat de Barcelona, Barcelona, Spain + + + Loi, Angelo + ORCID:0000-0003-4176-1503 + GRID:grid.470195.e + INFN, Cagliari + INFN Sezione di Cagliari, Monserrato, Italy + + + Lomba Castro, Julian + ORCID:0000-0003-1874-8407 + GRID:grid.11794.3a + U. Santiago de Compostela (main) + Instituto Galego de Física de Altas Enerxías (IGFAE), Universidade de Santiago de Compostela, Santiago de Compostela, Spain + + + Long, Thomas + ORCID:0000-0001-7292-848X + GRID:grid.5335.0 + Cambridge U. + Cavendish Laboratory, University of Cambridge, Cambridge, United Kingdom + + + Longstaff, Iain + INSPIRE-00391330 + GRID:grid.8756.c + Glasgow U. + School of Physics and Astronomy, University of Glasgow, Glasgow, United Kingdom + + + Lopes, Jose + INSPIRE-00341531 + ORCID:0000-0003-1168-9547 + GRID:grid.8536.8 + Rio de Janeiro Federal U. + Universidade Federal do Rio de Janeiro (UFRJ), Rio de Janeiro, Brazil + + + Lopez Huertas, Albert + ORCID:0000-0002-6323-5582 + GRID:grid.5841.8 + U. Barcelona (main) + ICCUB, Universitat de Barcelona, Barcelona, Spain + + + López Soliño, Saúl + ORCID:0000-0001-9892-5113 + GRID:grid.11794.3a + U. Santiago de Compostela (main) + Instituto Galego de Física de Altas Enerxías (IGFAE), Universidade de Santiago de Compostela, Santiago de Compostela, Spain + + + Lovell, George Holger + ORCID:0000-0002-9433-054X + GRID:grid.5335.0 + Cambridge U. + Cavendish Laboratory, University of Cambridge, Cambridge, United Kingdom + + + Lu, Yu + ORCID:0000-0003-4416-6961 + GRID:grid.418741.f + Beijing, Inst. High Energy Phys. + Institute Of High Energy Physics (IHEP), Beijing, China + Central South U., Changsha, China + + + Lucarelli, Chiara + ORCID:0000-0002-8196-1828 + GRID:grid.470204.5 + GRID:grid.8404.8 + INFN, Florence + Florence U. + INFN Sezione di Firenze, Firenze, Italy + Università di Firenze, Firenze, Italy + + + Lucchesi, Donatella + INSPIRE-00102927 + ORCID:0000-0003-4937-7637 + GRID:grid.5608.b + INFN, Padua + U. Padua (main) + Università degli Studi di Padova, Università e INFN, Padova, Padova, Italy + Università di Padova, Padova, Italy + + + Luchuk, Stanislav + ORCID:0000-0002-3697-8129 + + + Lucio Martinez, Miriam + INSPIRE-00522703 + ORCID:0000-0001-6823-2607 + GRID:grid.5012.6 + Maastricht U. + Universiteit Maastricht, Maastricht, Netherlands + + + Lukashenko, Valeriia + ORCID:0000-0002-0630-5185 + GRID:grid.420012.5 + GRID:grid.450331.0 + Nikhef, Amsterdam + Kiev, INR + Nikhef National Institute for Subatomic Physics, Amsterdam, Netherlands + Institute for Nuclear Research of the National Academy of Sciences (KINR), Kyiv, Ukraine + + + Luo, Yiheng + ORCID:0009-0001-8755-2937 + GRID:grid.12527.33 + Tsinghua U., Beijing, CHEP + Center for High Energy Physics, Tsinghua University, Beijing, China + + + Lupato, Anna + INSPIRE-00453739 + ORCID:0000-0003-0312-3914 + GRID:grid.5608.b + INFN, Padua + Università degli Studi di Padova, Università e INFN, Padova, Padova, Italy + + + Luppi, Eleonora + INSPIRE-00103142 + ORCID:0000-0002-1072-5633 + GRID:grid.470200.1 + GRID:grid.8484.0 + INFN, Ferrara + Ferrara U. + INFN Sezione di Ferrara, Ferrara, Italy + Università di Ferrara, Ferrara, Italy + + + Lynch, Kate + ORCID:0000-0002-7053-4951 + GRID:grid.7886.1 + University Coll., Dublin + School of Physics, University College Dublin, Dublin, Ireland + + + Lyu, Xiao-Rui + INSPIRE-00385243 + ORCID:0000-0001-5689-9578 + GRID:grid.410726.6 + Beijing, GUCAS + University of Chinese Academy of Sciences, Beijing, China + + + Ma, Ruiting + ORCID:0000-0002-0152-2412 + GRID:grid.410726.6 + Beijing, GUCAS + University of Chinese Academy of Sciences, Beijing, China + + + Maccolini, Serena + ORCID:0000-0002-9571-7535 + GRID:grid.5675.1 + Tech. U., Dortmund (main) + Fakultät Physik, Technische Universität Dortmund, Dortmund, Germany + + + Machefert, Frederic + INSPIRE-00103518 + ORCID:0000-0002-4644-5916 + GRID:grid.508754.b + IJCLab, Orsay + Université Paris-Saclay, CNRS/IN2P3, IJCLab, Orsay, France + + + Maciuc, Florin + INSPIRE-00054830 + ORCID:0000-0001-6651-9436 + GRID:grid.443874.8 + Bucharest, IFIN-HH + Horia Hulubei National Institute of Physics and Nuclear Engineering, Bucharest-Magurele, Romania + + + Mackay, Innes + ORCID:0000-0003-0171-7890 + GRID:grid.4991.5 + Oxford U. + Department of Physics, University of Oxford, Oxford, United Kingdom + + + Macko, Vladimir + ORCID:0009-0003-8228-0404 + GRID:grid.5333.6 + Ecole Polytechnique, Lausanne + Institute of Physics, Ecole Polytechnique Fédérale de Lausanne (EPFL), Lausanne, Switzerland + + + Madhan Mohan, Lakshan Ram + ORCID:0000-0002-9390-8821 + GRID:grid.5335.0 + Cambridge U. + Cavendish Laboratory, University of Cambridge, Cambridge, United Kingdom + + + Madurai, M.M. + GRID:grid.6572.6 + Birmingham U. + University of Birmingham, Birmingham, United Kingdom + + + Madurai, Marcus Jonathan + ORCID:0000-0002-6503-0759 + Birmingham U. + + + Maevskiy, Artem + ORCID:0000-0003-1652-8005 + + + Maisuzenko, Dmitrii + ORCID:0000-0001-5704-3499 + + + Majewski, Maciej Witold + GRID:grid.9922.0 + AGH-UST, Cracow + AGH - University of Science and Technology, Faculty of Physics and Applied Computer Science, Kraków, Poland + + + Malczewski, Jakub Jacek + ORCID:0000-0003-2744-3656 + GRID:grid.418860.3 + Cracow, INP + Henryk Niewodniczanski Institute of Nuclear Physics Polish Academy of Sciences, Kraków, Poland + + + Malde, Sneha + INSPIRE-00040960 + ORCID:0000-0002-8179-0707 + GRID:grid.4991.5 + Oxford U. + Department of Physics, University of Oxford, Oxford, United Kingdom + + + Malecki, Bartosz + ORCID:0000-0003-0062-1985 + GRID:grid.418860.3 + GRID:grid.9132.9 + Cracow, INP + CERN + Henryk Niewodniczanski Institute of Nuclear Physics Polish Academy of Sciences, Kraków, Poland + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Malinin, Alexander + INSPIRE-00401169 + ORCID:0000-0002-3731-9977 + + + Maltsev, Timofei + INSPIRE-00582594 + ORCID:0000-0002-2120-5633 + + + Manca, Giulia + INSPIRE-00057054 + ORCID:0000-0003-1960-4413 + GRID:grid.470195.e + GRID:grid.7763.5 + INFN, Cagliari + Cagliari U. + INFN Sezione di Cagliari, Monserrato, Italy + Università di Cagliari, Cagliari, Italy + + + Mancinelli, Giampiero + INSPIRE-00042821 + ORCID:0000-0003-1144-3678 + GRID:grid.5399.6 + Marseille, CPPM + Aix Marseille Univ, CNRS/IN2P3, CPPM, Marseille, France + + + Mancuso, Chiara + ORCID:0000-0002-2490-435X + GRID:grid.470206.7 + GRID:grid.508754.b + GRID:grid.4708.b + INFN, Milan + IJCLab, Orsay + U. Milan (main) + INFN Sezione di Milano, Milano, Italy + Université Paris-Saclay, CNRS/IN2P3, IJCLab, Orsay, France + Università degli Studi di Milano, Milano, Italy + + + Manera Escalero, Rafel + GRID:grid.5841.8 + U. Barcelona (main) + ICCUB, Universitat de Barcelona, Barcelona, Spain + + + Manuzzi, Daniele + ORCID:0000-0002-9915-6587 + GRID:grid.470193.8 + INFN, Bologna + INFN Sezione di Bologna, Bologna, Italy + + + Manzari, Claudio Andrea + ORCID:0000-0001-8114-3078 + GRID:grid.7400.3 + Zurich U. + Physik-Institut, Universität Zürich, Zürich, Switzerland + + + Marangotto, Daniele + ORCID:0000-0001-9099-4878 + GRID:grid.470206.7 + GRID:grid.4708.b + INFN, Milan + U. Milan (main) + INFN Sezione di Milano, Milano, Italy + Università degli Studi di Milano, Milano, Italy + + + Marchand, Jean François + INSPIRE-00219901 + ORCID:0000-0002-4111-0797 + GRID:grid.5388.6 + Annecy, LAPP + Université Savoie Mont Blanc, CNRS, IN2P3-LAPP, Annecy, France + + + Marconi, Umberto + INSPIRE-00258060 + ORCID:0000-0002-5055-7224 + GRID:grid.470193.8 + INFN, Bologna + INFN Sezione di Bologna, Bologna, Italy + + + Mariani, Saverio + ORCID:0000-0002-7298-3101 + GRID:grid.9132.9 + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Marin Benito, Carla + INSPIRE-00391574 + ORCID:0000-0003-0529-6982 + GRID:grid.5841.8 + U. Barcelona (main) + ICCUB, Universitat de Barcelona, Barcelona, Spain + + + Marks, Jörg + INSPIRE-00145236 + ORCID:0000-0002-2867-722X + GRID:grid.7700.0 + Heidelberg U. + Physikalisches Institut, Ruprecht-Karls-Universität Heidelberg, Heidelberg, Germany + + + Marshall, Alexander Mclean + ORCID:0000-0002-9863-4954 + GRID:grid.5337.2 + Bristol U. + H.H. Wills Physics Laboratory, University of Bristol, Bristol, United Kingdom + + + Marshall, Phillip John + GRID:grid.10025.36 + Liverpool U. + Oliver Lodge Laboratory, University of Liverpool, Liverpool, United Kingdom + + + Martelli, Gabriele + ORCID:0000-0002-6150-3168 + GRID:grid.470215.5 + GRID:grid.9027.c + INFN, Perugia + INFN Sezione di Perugia, Perugia, Italy + Università di Perugia, Perugia, Italy + + + Martellotti, Giuseppe + INSPIRE-00258664 + ORCID:0000-0002-8663-9037 + GRID:grid.470218.8 + INFN, Rome + INFN Sezione di Roma La Sapienza, Roma, Italy + + + Martinazzoli, Loris + ORCID:0000-0002-8996-795X + GRID:grid.9132.9 + GRID:grid.7563.7 + CERN + Milan Bicocca U. + European Organization for Nuclear Research (CERN), Geneva, Switzerland + Università di Milano Bicocca, Milano, Italy + + + Martinelli, Maurizio + INSPIRE-00144085 + ORCID:0000-0003-4792-9178 + GRID:grid.470207.6 + GRID:grid.7563.7 + INFN, Milan Bicocca + Milan Bicocca U. + INFN Sezione di Milano-Bicocca, Milano, Italy + Università di Milano Bicocca, Milano, Italy + + + Martinez Santos, Diego + INSPIRE-00259733 + ORCID:0000-0002-6438-4483 + GRID:grid.11794.3a + U. Santiago de Compostela (main) + Instituto Galego de Física de Altas Enerxías (IGFAE), Universidade de Santiago de Compostela, Santiago de Compostela, Spain + + + Martinez Vidal, Fernando + INSPIRE-00105212 + ORCID:0000-0001-6841-6035 + GRID:grid.470047.0 + Valencia U., IFIC + Instituto de Fisica Corpuscular, Centro Mixto Universidad de Valencia – CSIC, Valencia, Spain + + + Massafferri, André + INSPIRE-00271814 + ORCID:0000-0002-3264-3401 + GRID:grid.418228.5 + Rio de Janeiro, CBPF + Centro Brasileiro de Pesquisas Físicas (CBPF), Rio de Janeiro, Brazil + + + Materok, Marcel + ORCID:0000-0002-7380-6190 + GRID:grid.1957.a + Aachen, Tech. Hochsch. + I. Physikalisches Institut, RWTH Aachen University, Aachen, Germany + + + Matev, Rosen + INSPIRE-00334839 + ORCID:0000-0001-8713-6119 + GRID:grid.9132.9 + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Mathad, Abhijit + INSPIRE-00522716 + ORCID:0000-0002-9428-4715 + GRID:grid.7400.3 + Zurich U. + Physik-Institut, Universität Zürich, Zürich, Switzerland + + + Matiunin, Viacheslav + ORCID:0000-0003-4665-5451 + + + Matteuzzi, Clara + INSPIRE-00258531 + ORCID:0000-0002-4047-4521 + GRID:grid.264484.8 + GRID:grid.470207.6 + Syracuse U. + INFN, Milan Bicocca + Syracuse University, Syracuse, NY, United States + INFN Sezione di Milano-Bicocca, Milano, Italy + + + Mattioli, Kara Renee + ORCID:0000-0003-2222-7727 + GRID:grid.463805.c + Ecole Polytechnique + Laboratoire Leprince-Ringuet, CNRS/IN2P3, Ecole Polytechnique, Institut Polytechnique de Paris, Palaiseau, France + + + Mauri, Andrea + INSPIRE-00640989 + ORCID:0000-0003-1664-8963 + GRID:grid.7445.2 + Imperial Coll., London + Imperial College London, London, United Kingdom + + + Maurice, Emilie + INSPIRE-00257487 + ORCID:0000-0002-7366-4364 + GRID:grid.463805.c + Ecole Polytechnique + Laboratoire Leprince-Ringuet, CNRS/IN2P3, Ecole Polytechnique, Institut Polytechnique de Paris, Palaiseau, France + + + Mauricio, Joan + ORCID:0000-0002-9331-1363 + GRID:grid.5841.8 + U. Barcelona (main) + ICCUB, Universitat de Barcelona, Barcelona, Spain + + + Mazurek, Michal + ORCID:0000-0002-3687-9630 + GRID:grid.9132.9 + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + McCann, Michael + INSPIRE-00391673 + ORCID:0000-0002-3038-7301 + GRID:grid.7445.2 + Imperial Coll., London + Imperial College London, London, United Kingdom + + + Mcconnell, Lucas + ORCID:0009-0004-7045-2181 + GRID:grid.7886.1 + University Coll., Dublin + School of Physics, University College Dublin, Dublin, Ireland + + + McGrath, Tamaki Holly + ORCID:0000-0001-8993-3234 + GRID:grid.5379.8 + Manchester U. + Department of Physics and Astronomy, University of Manchester, Manchester, United Kingdom + + + McHugh, Niall Thomas + ORCID:0000-0002-5477-3995 + GRID:grid.8756.c + Glasgow U. + School of Physics and Astronomy, University of Glasgow, Glasgow, United Kingdom + + + McNab, Andrew + INSPIRE-00391741 + ORCID:0000-0001-5023-2086 + GRID:grid.5379.8 + Manchester U. + Department of Physics and Astronomy, University of Manchester, Manchester, United Kingdom + + + McNulty, Ronan + INSPIRE-00106463 + ORCID:0000-0001-7144-0175 + GRID:grid.7886.1 + University Coll., Dublin + School of Physics, University College Dublin, Dublin, Ireland + + + Meadows, Brian + INSPIRE-00106491 + ORCID:0000-0002-1947-8034 + GRID:grid.24827.3b + Cincinnati U. + University of Cincinnati, Cincinnati, OH, United States + + + Meier, Gerwin + ORCID:0000-0002-4266-1726 + GRID:grid.5675.1 + Tech. U., Dortmund (main) + Fakultät Physik, Technische Universität Dortmund, Dortmund, Germany + + + Melnychuk, Dmytro + INSPIRE-00385848 + ORCID:0000-0003-1667-7115 + GRID:grid.450295.f + NCBJ, Swierk + National Center for Nuclear Research (NCBJ), Warsaw, Poland + + + Merk, Marcel + INSPIRE-00106980 + ORCID:0000-0003-0818-4695 + GRID:grid.420012.5 + GRID:grid.5012.6 + Nikhef, Amsterdam + Maastricht U. + Nikhef National Institute for Subatomic Physics, Amsterdam, Netherlands + Universiteit Maastricht, Maastricht, Netherlands + + + Merli, Andrea + INSPIRE-00582614 + ORCID:0000-0002-0374-5310 + GRID:grid.470206.7 + GRID:grid.4708.b + INFN, Milan + U. Milan (main) + INFN Sezione di Milano, Milano, Italy + Università degli Studi di Milano, Milano, Italy + + + Meyer Garcia, Lucas + INSPIRE-01901355 + ORCID:0000-0002-2622-8551 + GRID:grid.8536.8 + Rio de Janeiro Federal U. + Universidade Federal do Rio de Janeiro (UFRJ), Rio de Janeiro, Brazil + + + Miao, Dexing + ORCID:0000-0003-4232-5615 + GRID:grid.418741.f + GRID:grid.410726.6 + Beijing, Inst. High Energy Phys. + Beijing, GUCAS + Institute Of High Energy Physics (IHEP), Beijing, China + University of Chinese Academy of Sciences, Beijing, China + + + Miao, Han + ORCID:0000-0002-1936-5400 + GRID:grid.410726.6 + Beijing, GUCAS + University of Chinese Academy of Sciences, Beijing, China + + + Mikhasenko, Mikhail + ORCID:0000-0002-6969-2063 + GRID:grid.10388.32 + GRID:grid.510544.1 + Bonn U., HISKP + ORIGINS, Garching + Universität Bonn - Helmholtz-Institut für Strahlen und Kernphysik, Bonn, Germany + Excellence Cluster ORIGINS, Munich, Germany + + + Milanes, Diego Alejandro + INSPIRE-00028258 + ORCID:0000-0001-7450-1121 + GRID:grid.10689.36 + Colombia, U. Natl. + Departamento de Fisica, Universidad Nacional de Colombia, Bogota, Colombia + + + Milovanovic, Marko + ORCID:0000-0003-1580-0898 + GRID:grid.9132.9 + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Minard, Marie-Noelle + INSPIRE-00201357 + GRID:grid.5388.6 + Annecy, LAPP + Université Savoie Mont Blanc, CNRS, IN2P3-LAPP, Annecy, France + + + Minotti, Alessandro + ORCID:0000-0002-0091-5177 + GRID:grid.470207.6 + GRID:grid.7563.7 + INFN, Milan Bicocca + Milan Bicocca U. + INFN Sezione di Milano-Bicocca, Milano, Italy + Università di Milano Bicocca, Milano, Italy + + + Minucci, Elisa + ORCID:0000-0002-3972-6824 + GRID:grid.264484.8 + Syracuse U. + Syracuse University, Syracuse, NY, United States + + + Miralles, Tristan + ORCID:0000-0002-4018-1454 + GRID:grid.494717.8 + Clermont-Ferrand U. + Université Clermont Auvergne, CNRS/IN2P3, LPC, Clermont-Ferrand, France + + + Mitchell, Sara Elizabeth + ORCID:0000-0002-7956-054X + GRID:grid.4305.2 + Edinburgh U. + School of Physics and Astronomy, University of Edinburgh, Edinburgh, United Kingdom + + + Mitreska, Biljana + ORCID:0000-0002-1697-4999 + GRID:grid.5675.1 + Tech. U., Dortmund (main) + Fakultät Physik, Technische Universität Dortmund, Dortmund, Germany + + + Mitzel, Dominik Stefan + INSPIRE-00522733 + ORCID:0000-0003-3650-2689 + GRID:grid.5675.1 + Tech. U., Dortmund (main) + Fakultät Physik, Technische Universität Dortmund, Dortmund, Germany + + + Modak, Atanu + ORCID:0000-0003-1198-1441 + GRID:grid.76978.37 + Rutherford + STFC Rutherford Appleton Laboratory, Didcot, United Kingdom + + + Mödden, Antje + ORCID:0009-0009-9185-4901 + GRID:grid.5675.1 + Tech. U., Dortmund (main) + Fakultät Physik, Technische Universität Dortmund, Dortmund, Germany + + + Mohammed, Rizwaan Adeeb + ORCID:0000-0002-3718-4144 + GRID:grid.4991.5 + Oxford U. + Department of Physics, University of Oxford, Oxford, United Kingdom + + + Moise, Razvan-Daniel + ORCID:0000-0002-5662-8804 + GRID:grid.1957.a + Aachen, Tech. Hochsch. + I. Physikalisches Institut, RWTH Aachen University, Aachen, Germany + + + Mokhnenko, Sergei + ORCID:0000-0002-1849-1472 + + + Mombächer, Titus + ORCID:0000-0002-5612-979X + GRID:grid.11794.3a + U. Santiago de Compostela (main) + Instituto Galego de Física de Altas Enerxías (IGFAE), Universidade de Santiago de Compostela, Santiago de Compostela, Spain + + + Monk, Matthew David + ORCID:0000-0003-0484-0157 + GRID:grid.7372.1 + GRID:grid.1002.3 + Warwick U. + Monash U. + Department of Physics, University of Warwick, Coventry, United Kingdom + School of Physics and Astronomy, Monash University, Melbourne, Australia + + + Monroy, Igancio Alberto + INSPIRE-00536885 + ORCID:0000-0001-8742-0531 + GRID:grid.10689.36 + Colombia, U. Natl. + Departamento de Fisica, Universidad Nacional de Colombia, Bogota, Colombia + + + Monteil, Stephane + INSPIRE-00257390 + ORCID:0000-0001-5015-3353 + GRID:grid.494717.8 + Clermont-Ferrand U. + Université Clermont Auvergne, CNRS/IN2P3, LPC, Clermont-Ferrand, France + + + Morello, Gianfranco + ORCID:0000-0002-6180-3697 + GRID:grid.463190.9 + Frascati + INFN Laboratori Nazionali di Frascati, Frascati, Italy + + + Morello, Michael Joseph + INSPIRE-00016418 + ORCID:0000-0003-4190-1078 + GRID:grid.470216.6 + GRID:grid.6093.c + INFN, Pisa + Pisa, Scuola Normale Superiore + INFN Sezione di Pisa, Pisa, Italy + Scuola Normale Superiore, Pisa, Italy + + + Morgenthaler, Maurice Pierre + ORCID:0000-0002-7699-5724 + GRID:grid.7700.0 + Heidelberg U. + Physikalisches Institut, Ruprecht-Karls-Universität Heidelberg, Heidelberg, Germany + + + Moron, Jakub + INSPIRE-00453992 + ORCID:0000-0002-1857-1675 + GRID:grid.9922.0 + AGH-UST, Cracow + AGH - University of Science and Technology, Faculty of Physics and Applied Computer Science, Kraków, Poland + + + Morris, Adam Benjamin + INSPIRE-00401257 + ORCID:0000-0002-0832-9199 + GRID:grid.9132.9 + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Morris, Andrew George + ORCID:0000-0001-6644-9888 + GRID:grid.5399.6 + Marseille, CPPM + Aix Marseille Univ, CNRS/IN2P3, CPPM, Marseille, France + + + Mountain, Raymond + INSPIRE-00109283 + ORCID:0000-0003-1908-4219 + GRID:grid.264484.8 + Syracuse U. + Syracuse University, Syracuse, NY, United States + + + Mu, Hongjie + ORCID:0000-0001-9720-7507 + GRID:grid.12527.33 + Tsinghua U., Beijing, CHEP + Center for High Energy Physics, Tsinghua University, Beijing, China + + + Mu, Zeqing + INSPIRE-00000000 + ORCID:0000-0001-9291-2231 + GRID:grid.11135.37 + Peking U., SKLNPT + School of Physics State Key Laboratory of Nuclear Physics and Technology, Peking University, Beijing, China + + + Muhammad, Emir + ORCID:0000-0001-7413-5862 + GRID:grid.7372.1 + Warwick U. + Department of Physics, University of Warwick, Coventry, United Kingdom + + + Muheim, Franz + INSPIRE-00194050 + ORCID:0000-0002-1131-8909 + GRID:grid.4305.2 + Edinburgh U. + School of Physics and Astronomy, University of Edinburgh, Edinburgh, United Kingdom + + + Mulder, Mick + INSPIRE-00518699 + ORCID:0000-0001-6867-8166 + GRID:grid.4830.f + U. Groningen, VSI + Van Swinderen Institute, University of Groningen, Groningen, Netherlands + + + Müller, Katharina + INSPIRE-00185464 + ORCID:0000-0002-5105-1305 + GRID:grid.7400.3 + Zurich U. + Physik-Institut, Universität Zürich, Zürich, Switzerland + + + Murray, Donal + ORCID:0000-0002-5729-8675 + GRID:grid.5379.8 + Manchester U. + Department of Physics and Astronomy, University of Manchester, Manchester, United Kingdom + + + Murta, Rebecca + ORCID:0000-0002-6915-8370 + GRID:grid.7445.2 + Imperial Coll., London + Imperial College London, London, United Kingdom + + + Naik, Paras + INSPIRE-00260976 + ORCID:0000-0001-6977-2971 + GRID:grid.10025.36 + Liverpool U. + Oliver Lodge Laboratory, University of Liverpool, Liverpool, United Kingdom + + + Nakada, Tatsuya + INSPIRE-00171856 + ORCID:0009-0000-6210-6861 + GRID:grid.5333.6 + Ecole Polytechnique, Lausanne + Institute of Physics, Ecole Polytechnique Fédérale de Lausanne (EPFL), Lausanne, Switzerland + + + Nandakumar, Raja + INSPIRE-00110346 + ORCID:0000-0002-6813-6794 + GRID:grid.76978.37 + Rutherford + STFC Rutherford Appleton Laboratory, Didcot, United Kingdom + + + Nanut, Tara + ORCID:0000-0002-5728-9867 + GRID:grid.9132.9 + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Nasteva, Irina + INSPIRE-00140157 + ORCID:0000-0001-7115-7214 + GRID:grid.8536.8 + Rio de Janeiro Federal U. + Universidade Federal do Rio de Janeiro (UFRJ), Rio de Janeiro, Brazil + + + Needham, Matthew + INSPIRE-00260601 + ORCID:0000-0002-8297-6714 + GRID:grid.4305.2 + Edinburgh U. + School of Physics and Astronomy, University of Edinburgh, Edinburgh, United Kingdom + + + Neri, Nicola + INSPIRE-00045899 + ORCID:0000-0002-6106-3756 + GRID:grid.470206.7 + GRID:grid.4708.b + INFN, Milan + U. Milan (main) + INFN Sezione di Milano, Milano, Italy + Università degli Studi di Milano, Milano, Italy + + + Neubert, Sebastian + INSPIRE-00391914 + ORCID:0000-0002-0706-1944 + GRID:grid.10388.32 + Bonn U., HISKP + Universität Bonn - Helmholtz-Institut für Strahlen und Kernphysik, Bonn, Germany + + + Neufeld, Niko + INSPIRE-00260260 + ORCID:0000-0003-2298-0102 + GRID:grid.9132.9 + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Neustroev, Petr + + + Newcombe, Ryan + GRID:grid.7445.2 + Imperial Coll., London + Imperial College London, London, United Kingdom + + + Nicolini, Janina + ORCID:0000-0001-9034-3637 + GRID:grid.5675.1 + GRID:grid.508754.b + Tech. U., Dortmund (main) + IJCLab, Orsay + Fakultät Physik, Technische Universität Dortmund, Dortmund, Germany + Université Paris-Saclay, CNRS/IN2P3, IJCLab, Orsay, France + + + Nicotra, Davide + ORCID:0000-0001-7513-3033 + GRID:grid.5012.6 + Maastricht U. + Universiteit Maastricht, Maastricht, Netherlands + + + Niel, Elisabeth Maria + ORCID:0000-0002-6587-4695 + GRID:grid.5333.6 + Ecole Polytechnique, Lausanne + Institute of Physics, Ecole Polytechnique Fédérale de Lausanne (EPFL), Lausanne, Switzerland + + + Nieswand, Simon + INSPIRE-00409248 + GRID:grid.1957.a + Aachen, Tech. Hochsch. + I. Physikalisches Institut, RWTH Aachen University, Aachen, Germany + + + Nikitin, Nikolay + INSPIRE-00259364 + ORCID:0000-0003-0215-1091 + + + Nogga, Piet + GRID:grid.10388.32 + Bonn U., HISKP + Universität Bonn - Helmholtz-Institut für Strahlen und Kernphysik, Bonn, Germany + + + Nolte, Niklas Stefan + ORCID:0000-0003-2536-4209 + GRID:grid.116068.8 + MIT + Massachusetts Institute of Technology, Cambridge, MA, United States + + + Normand, Camille + ORCID:0000-0001-5055-7710 + GRID:grid.5388.6 + GRID:grid.7763.5 + GRID:grid.470195.e + Annecy, LAPP + INFN, Cagliari + Cagliari U. + Université Savoie Mont Blanc, CNRS, IN2P3-LAPP, Annecy, France + Università di Cagliari, Cagliari, Italy + INFN Sezione di Cagliari, Monserrato, Italy + + + Novoa Fernandez, Julio + ORCID:0000-0002-1819-1381 + GRID:grid.11794.3a + U. Santiago de Compostela (main) + Instituto Galego de Física de Altas Enerxías (IGFAE), Universidade de Santiago de Compostela, Santiago de Compostela, Spain + + + Nowak, Gabriel Matthew + ORCID:0000-0003-4864-7164 + GRID:grid.24827.3b + Cincinnati U. + University of Cincinnati, Cincinnati, OH, United States + + + Nunez, Cynthia + ORCID:0000-0002-2521-9346 + GRID:grid.214458.e + U. Michigan, Ann Arbor + University of Michigan, Ann Arbor, MI, United States + + + Nur, Havva Hasret + ORCID:0000-0002-7822-523X + Glasgow U. + + + Nur, H.N. + GRID:grid.8756.c + Glasgow U. + School of Physics and Astronomy, University of Glasgow, Glasgow, United Kingdom + + + Oblakowska-Mucha, Agnieszka + INSPIRE-00258945 + ORCID:0000-0003-1328-0534 + GRID:grid.9922.0 + AGH-UST, Cracow + AGH - University of Science and Technology, Faculty of Physics and Applied Computer Science, Kraków, Poland + + + Obraztsov, Vladimir + INSPIRE-00191751 + ORCID:0000-0002-0994-3641 + + + Oeser, Thomas + ORCID:0000-0001-7792-4082 + GRID:grid.1957.a + Aachen, Tech. Hochsch. + I. Physikalisches Institut, RWTH Aachen University, Aachen, Germany + + + Okamura, Shinichi + ORCID:0000-0003-1229-3093 + GRID:grid.470200.1 + GRID:grid.8484.0 + GRID:grid.9132.9 + INFN, Ferrara + CERN + Ferrara U. + INFN Sezione di Ferrara, Ferrara, Italy + Università di Ferrara, Ferrara, Italy + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Oldeman, Rudolf + INSPIRE-00112910 + ORCID:0000-0001-6902-0710 + GRID:grid.470195.e + GRID:grid.7763.5 + INFN, Cagliari + Cagliari U. + INFN Sezione di Cagliari, Monserrato, Italy + Università di Cagliari, Cagliari, Italy + + + Oliva, Federica + ORCID:0000-0001-7025-3407 + GRID:grid.4305.2 + Edinburgh U. + School of Physics and Astronomy, University of Edinburgh, Edinburgh, United Kingdom + + + Olocco, Micol + ORCID:0000-0002-6968-1217 + GRID:grid.5675.1 + Tech. U., Dortmund (main) + Fakultät Physik, Technische Universität Dortmund, Dortmund, Germany + + + Onderwater, C.J. G. + INSPIRE-00113159 + ORCID:0000-0002-2310-4166 + GRID:grid.5012.6 + Maastricht U. + Universiteit Maastricht, Maastricht, Netherlands + + + O'Neil, Ryunosuke Hugo + ORCID:0000-0002-9797-8464 + GRID:grid.4305.2 + Edinburgh U. + School of Physics and Astronomy, University of Edinburgh, Edinburgh, United Kingdom + + + Otalora Goicochea, Juan Martin + INSPIRE-00218196 + ORCID:0000-0002-9584-8500 + GRID:grid.8536.8 + Rio de Janeiro Federal U. + Universidade Federal do Rio de Janeiro (UFRJ), Rio de Janeiro, Brazil + + + Ovsiannikova, Tatiana + ORCID:0000-0002-3890-9426 + + + Owen, Patrick + INSPIRE-00341671 + ORCID:0000-0002-4161-9147 + GRID:grid.7400.3 + Zurich U. + Physik-Institut, Universität Zürich, Zürich, Switzerland + + + Oyanguren, Maria Aranzazu + INSPIRE-00042432 + ORCID:0000-0002-8240-7300 + GRID:grid.470047.0 + Valencia U., IFIC + Instituto de Fisica Corpuscular, Centro Mixto Universidad de Valencia – CSIC, Valencia, Spain + + + Ozcelik, Ozlem + ORCID:0000-0003-3227-9248 + GRID:grid.4305.2 + Edinburgh U. + School of Physics and Astronomy, University of Edinburgh, Edinburgh, United Kingdom + + + Padeken, Klaas Ole + ORCID:0000-0001-7251-9125 + GRID:grid.10388.32 + Bonn U., HISKP + Universität Bonn - Helmholtz-Institut für Strahlen und Kernphysik, Bonn, Germany + + + Pagare, Bhagyashree + ORCID:0000-0003-3184-1622 + GRID:grid.7372.1 + Warwick U. + Department of Physics, University of Warwick, Coventry, United Kingdom + + + Pais, Preema Rennee + INSPIRE-00237142 + ORCID:0009-0005-9758-742X + GRID:grid.7700.0 + Heidelberg U. + Physikalisches Institut, Ruprecht-Karls-Universität Heidelberg, Heidelberg, Germany + + + Pajero, Tommaso + ORCID:0000-0001-9630-2000 + GRID:grid.4991.5 + Oxford U. + Department of Physics, University of Oxford, Oxford, United Kingdom + + + Palano, Antimo + INSPIRE-00114021 + ORCID:0000-0002-6095-9593 + GRID:grid.470190.b + INFN, Bari + INFN Sezione di Bari, Bari, Italy + + + Palutan, Matteo + INSPIRE-00259914 + ORCID:0000-0001-7052-1360 + GRID:grid.463190.9 + Frascati + INFN Laboratori Nazionali di Frascati, Frascati, Italy + + + Panshin, Gennady + ORCID:0000-0001-9163-2051 + + + Paolucci, Lorenzo + ORCID:0000-0003-0465-2893 + GRID:grid.7372.1 + Warwick U. + Department of Physics, University of Warwick, Coventry, United Kingdom + + + Papanestis, Antonios + INSPIRE-00261218 + ORCID:0000-0002-5405-2901 + GRID:grid.76978.37 + Rutherford + STFC Rutherford Appleton Laboratory, Didcot, United Kingdom + + + Pappagallo, Marco + INSPIRE-00043195 + ORCID:0000-0001-7601-5602 + GRID:grid.470190.b + GRID:grid.7644.1 + INFN, Bari + Bari U. + INFN Sezione di Bari, Bari, Italy + Università di Bari, Bari, Italy + + + Pappalardo, Luciano + INSPIRE-00401494 + ORCID:0000-0002-0876-3163 + GRID:grid.470200.1 + GRID:grid.8484.0 + INFN, Ferrara + Ferrara U. + INFN Sezione di Ferrara, Ferrara, Italy + Università di Ferrara, Ferrara, Italy + + + Pappenheimer, Cheryl + ORCID:0000-0003-0738-3668 + GRID:grid.24827.3b + Cincinnati U. + University of Cincinnati, Cincinnati, OH, United States + + + Parkes, Christopher + INSPIRE-00160233 + ORCID:0000-0003-4174-1334 + GRID:grid.5379.8 + GRID:grid.9132.9 + Manchester U. + CERN + Department of Physics and Astronomy, University of Manchester, Manchester, United Kingdom + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Passalacqua, Barbara + ORCID:0000-0003-3643-7469 + GRID:grid.470200.1 + GRID:grid.8484.0 + INFN, Ferrara + Ferrara U. + INFN Sezione di Ferrara, Ferrara, Italy + Università di Ferrara, Ferrara, Italy + + + Passaleva, Giovanni + INSPIRE-00114920 + ORCID:0000-0002-8077-8378 + GRID:grid.470204.5 + INFN, Florence + INFN Sezione di Firenze, Firenze, Italy + + + Pastore, Alessandra + INSPIRE-00268178 + ORCID:0000-0002-5024-3495 + GRID:grid.470190.b + INFN, Bari + INFN Sezione di Bari, Bari, Italy + + + Patel, Mitesh + INSPIRE-00227343 + ORCID:0000-0003-3871-5602 + GRID:grid.7445.2 + Imperial Coll., London + Imperial College London, London, United Kingdom + + + Patoc, Jairus Tristan + ORCID:0009-0000-1201-4918 + GRID:grid.4991.5 + Oxford U. + Department of Physics, University of Oxford, Oxford, United Kingdom + + + Patrignani, Claudia + INSPIRE-00115095 + ORCID:0000-0002-5882-1747 + GRID:grid.470193.8 + GRID:grid.6292.f + INFN, Bologna + Bologna U. + INFN Sezione di Bologna, Bologna, Italy + Università di Bologna, Bologna, Italy + + + Pawley, Christopher James + ORCID:0000-0001-9112-3724 + GRID:grid.5012.6 + Maastricht U. + Universiteit Maastricht, Maastricht, Netherlands + + + Pellegrino, Antonio + INSPIRE-00173740 + ORCID:0000-0002-7884-345X + GRID:grid.420012.5 + Nikhef, Amsterdam + Nikhef National Institute for Subatomic Physics, Amsterdam, Netherlands + + + Pepe Altarelli, Monica + INSPIRE-00296179 + ORCID:0000-0002-1642-4030 + GRID:grid.463190.9 + Frascati + INFN Laboratori Nazionali di Frascati, Frascati, Italy + + + Perazzini, Stefano + INSPIRE-00258083 + ORCID:0000-0002-1862-7122 + GRID:grid.470193.8 + INFN, Bologna + INFN Sezione di Bologna, Bologna, Italy + + + Pereima, Dmitrii + ORCID:0000-0002-7008-8082 + + + Pereiro Castro, Asier + ORCID:0000-0001-9721-3325 + GRID:grid.11794.3a + U. Santiago de Compostela (main) + Instituto Galego de Física de Altas Enerxías (IGFAE), Universidade de Santiago de Compostela, Santiago de Compostela, Spain + + + Perret, Pascal + INSPIRE-00115778 + ORCID:0000-0002-5732-4343 + GRID:grid.494717.8 + Clermont-Ferrand U. + Université Clermont Auvergne, CNRS/IN2P3, LPC, Clermont-Ferrand, France + + + Perro, Alberto + ORCID:0000-0002-1996-0496 + GRID:grid.9132.9 + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Petridis, Konstantinos + INSPIRE-00311357 + ORCID:0000-0001-7871-5119 + GRID:grid.5337.2 + Bristol U. + H.H. Wills Physics Laboratory, University of Bristol, Bristol, United Kingdom + + + Petrolini, Alessandro + INSPIRE-00116050 + ORCID:0000-0003-0222-7594 + GRID:grid.470205.4 + GRID:grid.5606.5 + INFN, Genoa + Genoa U. + INFN Sezione di Genova, Genova, Italy + Università di Genova, Genova, Italy + + + Petrucci, Stefano + ORCID:0000-0001-8312-4268 + GRID:grid.4305.2 + Edinburgh U. + School of Physics and Astronomy, University of Edinburgh, Edinburgh, United Kingdom + + + Pham, Hang + ORCID:0000-0003-2995-1953 + GRID:grid.264484.8 + Syracuse U. + Syracuse University, Syracuse, NY, United States + + + Philippov, Anton + ORCID:0000-0002-5103-8880 + + + Pica, Lorenzo + ORCID:0000-0001-9837-6556 + GRID:grid.470216.6 + GRID:grid.6093.c + INFN, Pisa + Pisa, Scuola Normale Superiore + INFN Sezione di Pisa, Pisa, Italy + Scuola Normale Superiore, Pisa, Italy + + + Piccini, Mauro + ORCID:0000-0001-8659-4409 + GRID:grid.470215.5 + INFN, Perugia + INFN Sezione di Perugia, Perugia, Italy + + + Pietrzyk, Boleslaw + INSPIRE-00257359 + ORCID:0000-0003-1836-7233 + GRID:grid.5388.6 + Annecy, LAPP + Université Savoie Mont Blanc, CNRS, IN2P3-LAPP, Annecy, France + + + Pietrzyk, Guillaume + ORCID:0000-0001-9622-820X + GRID:grid.508754.b + IJCLab, Orsay + Université Paris-Saclay, CNRS/IN2P3, IJCLab, Orsay, France + + + Pinci, Davide + INSPIRE-00258670 + ORCID:0000-0002-7224-9708 + GRID:grid.470218.8 + INFN, Rome + INFN Sezione di Roma La Sapienza, Roma, Italy + + + Pisani, Flavio + ORCID:0000-0002-7763-252X + GRID:grid.9132.9 + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Pizzichemi, Marco + ORCID:0000-0001-5189-230X + GRID:grid.470207.6 + GRID:grid.7563.7 + INFN, Milan Bicocca + Milan Bicocca U. + INFN Sezione di Milano-Bicocca, Milano, Italy + Università di Milano Bicocca, Milano, Italy + + + Placinta, Vlad-Mihai + INSPIRE-00582660 + ORCID:0000-0003-4465-2441 + GRID:grid.443874.8 + Bucharest, IFIN-HH + Horia Hulubei National Institute of Physics and Nuclear Engineering, Bucharest-Magurele, Romania + + + Plo Casasus, Maximo + INSPIRE-00259765 + ORCID:0000-0002-2289-918X + GRID:grid.11794.3a + U. Santiago de Compostela (main) + Instituto Galego de Física de Altas Enerxías (IGFAE), Universidade de Santiago de Compostela, Santiago de Compostela, Spain + + + Polci, Francesco + INSPIRE-00041883 + ORCID:0000-0001-8058-0436 + GRID:grid.462844.8 + GRID:grid.9132.9 + Paris U., VI-VII + CERN + LPNHE, Sorbonne Université, Paris Diderot Sorbonne Paris Cité, CNRS/IN2P3, Paris, France + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Poli Lener, Marco + ORCID:0000-0001-7867-1232 + GRID:grid.463190.9 + Frascati + INFN Laboratori Nazionali di Frascati, Frascati, Italy + + + Poluektov, Anton + INSPIRE-00180587 + ORCID:0000-0003-2222-9925 + GRID:grid.5399.6 + Marseille, CPPM + Aix Marseille Univ, CNRS/IN2P3, CPPM, Marseille, France + + + Polukhina, Natalia + ORCID:0000-0001-5942-1772 + + + Polyakov, Ivan + INSPIRE-00392262 + ORCID:0000-0002-6855-7783 + GRID:grid.9132.9 + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Polycarpo, Erica + INSPIRE-00117142 + ORCID:0000-0002-4298-5309 + GRID:grid.8536.8 + Rio de Janeiro Federal U. + Universidade Federal do Rio de Janeiro (UFRJ), Rio de Janeiro, Brazil + + + Ponce, Sebastien + ORCID:0000-0002-1476-7056 + GRID:grid.9132.9 + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Popov, Dmitry + INSPIRE-00257709 + ORCID:0000-0002-8293-2922 + GRID:grid.410726.6 + Beijing, GUCAS + University of Chinese Academy of Sciences, Beijing, China + + + Poslavskii, Stanislav + INSPIRE-00582684 + ORCID:0000-0003-3236-1452 + + + Prasanth, Kodassery + ORCID:0000-0001-9923-0938 + GRID:grid.418860.3 + Cracow, INP + Henryk Niewodniczanski Institute of Nuclear Physics Polish Academy of Sciences, Kraków, Poland + + + Promberger, Laura + ORCID:0000-0003-0127-6255 + GRID:grid.7700.0 + Heidelberg U. + Physikalisches Institut, Ruprecht-Karls-Universität Heidelberg, Heidelberg, Germany + + + Prouve, Claire + INSPIRE-00392372 + ORCID:0000-0003-2000-6306 + GRID:grid.11794.3a + U. Santiago de Compostela (main) + Instituto Galego de Física de Altas Enerxías (IGFAE), Universidade de Santiago de Compostela, Santiago de Compostela, Spain + + + Pugatch, Valery + INSPIRE-00046375 + ORCID:0000-0002-5204-9821 + GRID:grid.450331.0 + Kiev, INR + Institute for Nuclear Research of the National Academy of Sciences (KINR), Kyiv, Ukraine + + + Puill, Veronique + ORCID:0000-0003-0806-7149 + GRID:grid.508754.b + IJCLab, Orsay + Université Paris-Saclay, CNRS/IN2P3, IJCLab, Orsay, France + + + Punzi, Giovanni + INSPIRE-00118078 + ORCID:0000-0002-8346-9052 + GRID:grid.470216.6 + GRID:grid.5395.a + INFN, Pisa + U. Pisa (main) + INFN Sezione di Pisa, Pisa, Italy + Università di Pisa, Pisa, Italy + + + Qi, Hongrong + ORCID:0000-0002-9325-2308 + GRID:grid.12527.33 + Tsinghua U., Beijing, CHEP + Center for High Energy Physics, Tsinghua University, Beijing, China + + + Qian, Wenbin + INSPIRE-00257268 + ORCID:0000-0003-3932-7556 + GRID:grid.410726.6 + Beijing, GUCAS + University of Chinese Academy of Sciences, Beijing, China + + + Qin, Ning + ORCID:0000-0001-8453-658X + GRID:grid.12527.33 + Tsinghua U., Beijing, CHEP + Center for High Energy Physics, Tsinghua University, Beijing, China + + + Qu, Sanqiang + ORCID:0000-0002-7518-0961 + GRID:grid.12527.33 + Tsinghua U., Beijing, CHEP + Center for High Energy Physics, Tsinghua University, Beijing, China + + + Quagliani, Renato + INSPIRE-00453676 + ORCID:0000-0002-3632-2453 + GRID:grid.5333.6 + Ecole Polytechnique, Lausanne + Institute of Physics, Ecole Polytechnique Fédérale de Lausanne (EPFL), Lausanne, Switzerland + + + Rachwal, Bartlomiej + INSPIRE-00392425 + ORCID:0000-0002-0685-6497 + GRID:grid.9922.0 + AGH-UST, Cracow + AGH - University of Science and Technology, Faculty of Physics and Applied Computer Science, Kraków, Poland + + + Rademacker, Jonas + INSPIRE-00050460 + ORCID:0000-0003-2599-7209 + GRID:grid.5337.2 + Bristol U. + H.H. Wills Physics Laboratory, University of Bristol, Bristol, United Kingdom + + + Rajagopalan, Rohan + GRID:grid.264484.8 + Syracuse U. + Syracuse University, Syracuse, NY, United States + + + Rama, Matteo + INSPIRE-00041956 + ORCID:0000-0003-3002-4719 + GRID:grid.470216.6 + INFN, Pisa + INFN Sezione di Pisa, Pisa, Italy + + + Ramírez García, Manuel + ORCID:0000-0001-7956-763X + GRID:grid.214458.e + U. Michigan, Ann Arbor + University of Michigan, Ann Arbor, MI, United States + + + Ramos Pernas, Miguel + INSPIRE-00545589 + ORCID:0000-0003-1600-9432 + GRID:grid.7372.1 + Warwick U. + Department of Physics, University of Warwick, Coventry, United Kingdom + + + Rangel, Murilo + INSPIRE-00024740 + ORCID:0000-0002-8690-5198 + GRID:grid.8536.8 + Rio de Janeiro Federal U. + Universidade Federal do Rio de Janeiro (UFRJ), Rio de Janeiro, Brazil + + + Ratnikov, Fedor + INSPIRE-00005235 + ORCID:0000-0003-0762-5583 + + + Raven, Gerhard + INSPIRE-00119187 + ORCID:0000-0002-2897-5323 + GRID:grid.420012.5 + NIKHEF, Amsterdam + Vrije U., Amsterdam + Nikhef National Institute for Subatomic Physics and VU University Amsterdam, Amsterdam, Netherlands + + + Rebollo De Miguel, Miguel + ORCID:0000-0002-4522-4863 + GRID:grid.470047.0 + Valencia U., IFIC + Instituto de Fisica Corpuscular, Centro Mixto Universidad de Valencia – CSIC, Valencia, Spain + + + Redi, Federico + INSPIRE-00453784 + ORCID:0000-0001-9728-8984 + GRID:grid.9132.9 + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Reich, Jake + ORCID:0000-0002-2657-4040 + GRID:grid.5337.2 + Bristol U. + H.H. Wills Physics Laboratory, University of Bristol, Bristol, United Kingdom + + + Reiss, Florian + ORCID:0000-0002-8395-7654 + GRID:grid.5379.8 + Manchester U. + Department of Physics and Astronomy, University of Manchester, Manchester, United Kingdom + + + Ren, Zan + ORCID:0000-0001-9974-9350 + GRID:grid.12527.33 + Tsinghua U., Beijing, CHEP + Center for High Energy Physics, Tsinghua University, Beijing, China + + + Resmi, P.K. + ORCID:0000-0001-9025-2225 + GRID:grid.4991.5 + Oxford U. + Department of Physics, University of Oxford, Oxford, United Kingdom + + + Ribatti, Roberto + ORCID:0000-0003-1778-1213 + GRID:grid.470216.6 + GRID:grid.6093.c + INFN, Pisa + Pisa, Scuola Normale Superiore + INFN Sezione di Pisa, Pisa, Italy + Scuola Normale Superiore, Pisa, Italy + + + Ricart, Gabriel + ORCID:0000-0002-9292-2066 + GRID:grid.463805.c + Ecole Polytechnique + Universite Paris-Saclay, Centre d?Etudes de Saclay (CEA), IRFU, Saclay, France + Laboratoire Leprince-Ringuet, CNRS/IN2P3, Ecole Polytechnique, Institut Polytechnique de Paris, Palaiseau, France + Departement de Physique Nucleaire (SPhN), Gif-Sur-Yvette, France + + + Ricciardi, Stefania + INSPIRE-00119926 + ORCID:0000-0002-4254-3658 + GRID:grid.76978.37 + Rutherford + STFC Rutherford Appleton Laboratory, Didcot, United Kingdom + + + Richardson, Kate Abigail + ORCID:0000-0002-6847-2835 + GRID:grid.116068.8 + MIT + Massachusetts Institute of Technology, Cambridge, MA, United States + + + Richardson-Slipper, Mary + ORCID:0000-0002-2752-001X + GRID:grid.4305.2 + Edinburgh U. + School of Physics and Astronomy, University of Edinburgh, Edinburgh, United Kingdom + + + Rinnert, Kurt + INSPIRE-00034500 + ORCID:0000-0001-9802-1122 + GRID:grid.10025.36 + Liverpool U. + Oliver Lodge Laboratory, University of Liverpool, Liverpool, United Kingdom + + + Robbe, Patrick + INSPIRE-00050542 + ORCID:0000-0002-0656-9033 + GRID:grid.508754.b + IJCLab, Orsay + Université Paris-Saclay, CNRS/IN2P3, IJCLab, Orsay, France + + + Robertson, Gary + ORCID:0000-0002-7026-1383 + GRID:grid.4305.2 + Edinburgh U. + School of Physics and Astronomy, University of Edinburgh, Edinburgh, United Kingdom + + + Rodrigues, Eduardo + INSPIRE-00306714 + ORCID:0000-0003-2846-7625 + GRID:grid.10025.36 + GRID:grid.9132.9 + Liverpool U. + CERN + Oliver Lodge Laboratory, University of Liverpool, Liverpool, United Kingdom + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Rodriguez Fernandez, Emilio Xose + ORCID:0000-0002-3040-065X + GRID:grid.11794.3a + U. Santiago de Compostela (main) + Instituto Galego de Física de Altas Enerxías (IGFAE), Universidade de Santiago de Compostela, Santiago de Compostela, Spain + + + Rodriguez Lopez, Jairo Alexis + INSPIRE-00120769 + ORCID:0000-0003-1895-9319 + GRID:grid.10689.36 + Colombia, U. Natl. + Departamento de Fisica, Universidad Nacional de Colombia, Bogota, Colombia + + + Rodriguez Rodriguez, Efren + ORCID:0000-0002-7973-8061 + GRID:grid.11794.3a + U. Santiago de Compostela (main) + Instituto Galego de Física de Altas Enerxías (IGFAE), Universidade de Santiago de Compostela, Santiago de Compostela, Spain + + + Rolf, David Leonhard + ORCID:0000-0001-7908-7214 + GRID:grid.9132.9 + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Rollings, Alexandra Paige + INSPIRE-00582716 + ORCID:0000-0002-5213-3783 + GRID:grid.4991.5 + Oxford U. + Department of Physics, University of Oxford, Oxford, United Kingdom + + + Roloff, Philipp + ORCID:0000-0001-7378-4350 + GRID:grid.9132.9 + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Romanovskiy, Vladimir + INSPIRE-00259690 + ORCID:0000-0003-0939-4272 + + + Romero Lamas, Marcos + ORCID:0000-0002-1217-8418 + GRID:grid.11794.3a + U. Santiago de Compostela (main) + Instituto Galego de Física de Altas Enerxías (IGFAE), Universidade de Santiago de Compostela, Santiago de Compostela, Spain + + + Romero Vidal, Antonio + INSPIRE-00357288 + ORCID:0000-0002-8830-1486 + GRID:grid.11794.3a + U. Santiago de Compostela (main) + Instituto Galego de Física de Altas Enerxías (IGFAE), Universidade de Santiago de Compostela, Santiago de Compostela, Spain + + + Ronchetti, Federico + ORCID:0000-0003-3438-9774 + GRID:grid.5333.6 + Ecole Polytechnique, Lausanne + Institute of Physics, Ecole Polytechnique Fédérale de Lausanne (EPFL), Lausanne, Switzerland + + + Rotondo, Marcello + INSPIRE-00036330 + ORCID:0000-0001-5704-6163 + GRID:grid.463190.9 + Frascati + INFN Laboratori Nazionali di Frascati, Frascati, Italy + + + Rudolph, Matthew Scott + INSPIRE-00176709 + ORCID:0000-0002-0050-575X + GRID:grid.264484.8 + Syracuse U. + Syracuse University, Syracuse, NY, United States + + + Ruf, Thomas + INSPIRE-00260315 + ORCID:0000-0002-8657-3576 + GRID:grid.9132.9 + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Ruiz Fernandez, Ramon Angel + ORCID:0000-0002-5727-4454 + GRID:grid.11794.3a + U. Santiago de Compostela (main) + Instituto Galego de Física de Altas Enerxías (IGFAE), Universidade de Santiago de Compostela, Santiago de Compostela, Spain + + + Ruiz Vidal, Joan + ORCID:0000-0001-8362-7164 + GRID:grid.470047.0 + Valencia U., IFIC + Instituto de Fisica Corpuscular, Centro Mixto Universidad de Valencia – CSIC, Valencia, Spain + + + Ryzhikov, Artem + ORCID:0000-0002-3543-0313 + + + Ryzka, Jakub + ORCID:0000-0003-4235-2445 + GRID:grid.9922.0 + AGH-UST, Cracow + AGH - University of Science and Technology, Faculty of Physics and Applied Computer Science, Kraków, Poland + + + Saborido Silva, Juan Jose + INSPIRE-00193814 + ORCID:0000-0002-6270-130X + GRID:grid.11794.3a + U. Santiago de Compostela (main) + Instituto Galego de Física de Altas Enerxías (IGFAE), Universidade de Santiago de Compostela, Santiago de Compostela, Spain + + + Sagidova, Naylya + INSPIRE-00207799 + ORCID:0000-0002-2640-3794 + + + Sahoo, Niladribihari + ORCID:0000-0001-9539-8370 + GRID:grid.6572.6 + Birmingham U. + University of Birmingham, Birmingham, United Kingdom + + + Saitta, Biagio + INSPIRE-00258160 + ORCID:0000-0003-3491-0232 + GRID:grid.470195.e + GRID:grid.7763.5 + INFN, Cagliari + Cagliari U. + INFN Sezione di Cagliari, Monserrato, Italy + Università di Cagliari, Cagliari, Italy + + + Salomoni, Matteo + ORCID:0009-0007-9229-653X + GRID:grid.9132.9 + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Sanchez Gras, Cristina + ORCID:0000-0002-7082-887X + GRID:grid.420012.5 + Nikhef, Amsterdam + Nikhef National Institute for Subatomic Physics, Amsterdam, Netherlands + + + Sanderswood, Izaac + ORCID:0000-0001-7731-6757 + GRID:grid.470047.0 + Valencia U., IFIC + Instituto de Fisica Corpuscular, Centro Mixto Universidad de Valencia – CSIC, Valencia, Spain + + + Santacesaria, Roberta + INSPIRE-00258681 + ORCID:0000-0003-3826-0329 + GRID:grid.470218.8 + INFN, Rome + INFN Sezione di Roma La Sapienza, Roma, Italy + + + Santamarina Rios, Cibran + INSPIRE-00306219 + ORCID:0000-0002-9810-1816 + GRID:grid.11794.3a + U. Santiago de Compostela (main) + Instituto Galego de Física de Altas Enerxías (IGFAE), Universidade de Santiago de Compostela, Santiago de Compostela, Spain + + + Santimaria, Marco + INSPIRE-00536947 + ORCID:0000-0002-8776-6759 + GRID:grid.463190.9 + Frascati + INFN Laboratori Nazionali di Frascati, Frascati, Italy + + + Santoro, Leonardo + ORCID:0000-0002-2146-2648 + GRID:grid.418228.5 + Rio de Janeiro, CBPF + Centro Brasileiro de Pesquisas Físicas (CBPF), Rio de Janeiro, Brazil + + + Santovetti, Emanuele + INSPIRE-00038249 + ORCID:0000-0002-5605-1662 + GRID:grid.470219.9 + Rome U., Tor Vergata + INFN Sezione di Roma Tor Vergata, Roma, Italy + + + Saranin, Danila + ORCID:0000-0002-9617-9986 + + + Sarpis, Gediminas + ORCID:0000-0003-1711-2044 + GRID:grid.4305.2 + Edinburgh U. + School of Physics and Astronomy, University of Edinburgh, Edinburgh, United Kingdom + + + Sarpis, Mindaugas + ORCID:0000-0002-6402-1674 + GRID:grid.10388.32 + Bonn U., HISKP + Universität Bonn - Helmholtz-Institut für Strahlen und Kernphysik, Bonn, Germany + + + Sarti, Alessio + INSPIRE-00028229 + ORCID:0000-0001-5419-7951 + GRID:grid.470218.8 + INFN, Rome + INFN Sezione di Roma La Sapienza, Roma, Italy + + + Satriano, Celestina + INSPIRE-00258690 + ORCID:0000-0002-4976-0460 + GRID:grid.470218.8 + GRID:grid.7367.5 + INFN, Rome + Basilicata U., Potenza + INFN Sezione di Roma La Sapienza, Roma, Italy + Università della Basilicata, Potenza, Italy + + + Satta, Alessia + INSPIRE-00258614 + ORCID:0000-0003-2462-913X + GRID:grid.470219.9 + Rome U., Tor Vergata + INFN Sezione di Roma Tor Vergata, Roma, Italy + + + Saur, Miroslav + ORCID:0000-0001-8752-4293 + GRID:grid.11135.37 + Peking U., SKLNPT + School of Physics State Key Laboratory of Nuclear Physics and Technology, Peking University, Beijing, China + + + Savrina, Darya + INSPIRE-00259293 + ORCID:0000-0001-8372-6031 + + + Sazak, Halime + ORCID:0000-0003-2689-1123 + GRID:grid.494717.8 + Clermont-Ferrand U. + Université Clermont Auvergne, CNRS/IN2P3, LPC, Clermont-Ferrand, France + + + Scantlebury Smead, Luke George + ORCID:0000-0001-8702-7991 + GRID:grid.4991.5 + Oxford U. + Department of Physics, University of Oxford, Oxford, United Kingdom + + + Scarabotto, Alessandro + ORCID:0000-0003-2290-9672 + GRID:grid.462844.8 + Paris U., VI-VII + LPNHE, Sorbonne Université, Paris Diderot Sorbonne Paris Cité, CNRS/IN2P3, Paris, France + + + Schael, Stefan + INSPIRE-00123779 + ORCID:0000-0003-4013-3468 + GRID:grid.1957.a + Aachen, Tech. Hochsch. + I. Physikalisches Institut, RWTH Aachen University, Aachen, Germany + + + Scherl, Sigrid + ORCID:0000-0003-0528-2724 + GRID:grid.10025.36 + Liverpool U. + Oliver Lodge Laboratory, University of Liverpool, Liverpool, United Kingdom + + + Schertz, Amy Marie + ORCID:0000-0002-6805-4721 + GRID:grid.5591.8 + Eotvos U., Dept. Atomic Phys. + Eotvos Lorand University, Budapest, Hungary + + + Schiller, Manuel + INSPIRE-00257856 + ORCID:0000-0001-8750-863X + GRID:grid.8756.c + Glasgow U. + School of Physics and Astronomy, University of Glasgow, Glasgow, United Kingdom + + + Schindler, Heinrich + INSPIRE-00357303 + ORCID:0000-0002-1468-0479 + GRID:grid.9132.9 + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Schmelling, Michael + INSPIRE-00124172 + ORCID:0000-0003-3305-0576 + GRID:grid.419604.e + Heidelberg, Max Planck Inst. + Max-Planck-Institut für Kernphysik (MPIK), Heidelberg, Germany + + + Schmidt, Burkhard + INSPIRE-00260343 + ORCID:0000-0002-8400-1566 + GRID:grid.9132.9 + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Schmitt, Sebastian + ORCID:0000-0002-6394-1081 + GRID:grid.1957.a + Aachen, Tech. Hochsch. + I. Physikalisches Institut, RWTH Aachen University, Aachen, Germany + + + Schneider, Olivier + INSPIRE-00155864 + ORCID:0000-0002-6014-7552 + GRID:grid.5333.6 + Ecole Polytechnique, Lausanne + Institute of Physics, Ecole Polytechnique Fédérale de Lausanne (EPFL), Lausanne, Switzerland + + + Schopper, Andreas + INSPIRE-00171861 + ORCID:0000-0002-8581-3312 + GRID:grid.9132.9 + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Schubiger, Maxime + INSPIRE-00536951 + ORCID:0000-0001-9330-1440 + GRID:grid.420012.5 + Nikhef, Amsterdam + Nikhef National Institute for Subatomic Physics, Amsterdam, Netherlands + + + Schulte, Nicole + ORCID:0000-0003-0166-2105 + GRID:grid.5675.1 + Tech. U., Dortmund (main) + Fakultät Physik, Technische Universität Dortmund, Dortmund, Germany + + + Schulte, Sebastian + ORCID:0009-0001-8533-0783 + GRID:grid.5333.6 + Ecole Polytechnique, Lausanne + Institute of Physics, Ecole Polytechnique Fédérale de Lausanne (EPFL), Lausanne, Switzerland + + + Schune, Marie Helene + INSPIRE-00124570 + ORCID:0000-0002-3648-0830 + GRID:grid.508754.b + IJCLab, Orsay + Université Paris-Saclay, CNRS/IN2P3, IJCLab, Orsay, France + + + Schwemmer, Rainer + INSPIRE-00260360 + ORCID:0009-0005-5265-9792 + GRID:grid.9132.9 + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Schwering, Georg + ORCID:0000-0003-1731-7939 + GRID:grid.1957.a + Aachen, Tech. Hochsch. + I. Physikalisches Institut, RWTH Aachen University, Aachen, Germany + + + Sciascia, Barbara + INSPIRE-00038235 + ORCID:0000-0003-0670-006X + GRID:grid.463190.9 + Frascati + INFN Laboratori Nazionali di Frascati, Frascati, Italy + + + Sciuccati, Augusto + ORCID:0000-0002-8568-1487 + GRID:grid.9132.9 + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Sellam, Sara + ORCID:0000-0003-0383-1451 + GRID:grid.11794.3a + U. Santiago de Compostela (main) + Instituto Galego de Física de Altas Enerxías (IGFAE), Universidade de Santiago de Compostela, Santiago de Compostela, Spain + + + Semennikov, Alexander + INSPIRE-00259305 + ORCID:0000-0003-1130-2197 + + + Senghi Soares, Mara + ORCID:0000-0001-9676-6059 + GRID:grid.420012.5 + NIKHEF, Amsterdam + Vrije U., Amsterdam + Nikhef National Institute for Subatomic Physics and VU University Amsterdam, Amsterdam, Netherlands + + + Sergi, Antonino + INSPIRE-00184370 + ORCID:0000-0001-9495-6115 + GRID:grid.470205.4 + GRID:grid.5606.5 + INFN, Genoa + Genoa U. + INFN Sezione di Genova, Genova, Italy + Università di Genova, Genova, Italy + + + Serra, Nicola + INSPIRE-00258830 + ORCID:0000-0002-5033-0580 + GRID:grid.7400.3 + GRID:grid.9132.9 + Zurich U. + CERN + Physik-Institut, Universität Zürich, Zürich, Switzerland + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Sestini, Lorenzo + INSPIRE-00454148 + ORCID:0000-0002-1127-5144 + GRID:grid.5608.b + INFN, Padua + Università degli Studi di Padova, Università e INFN, Padova, Padova, Italy + + + Seuthe, Alex + ORCID:0000-0002-0736-3061 + GRID:grid.5675.1 + Tech. U., Dortmund (main) + Fakultät Physik, Technische Universität Dortmund, Dortmund, Germany + + + Shang, Yiduo + ORCID:0000-0001-7987-7558 + GRID:grid.11135.37 + Peking U., SKLNPT + School of Physics State Key Laboratory of Nuclear Physics and Technology, Peking University, Beijing, China + + + Shangase, Desmond Mzamo + ORCID:0000-0002-0287-6124 + GRID:grid.214458.e + U. Michigan, Ann Arbor + University of Michigan, Ann Arbor, MI, United States + + + Shapkin, Mikhail + INSPIRE-00200269 + ORCID:0000-0002-4098-9592 + + + Shchemerov, Ivan + ORCID:0000-0001-9193-8106 + + + Shchutska, Lesya + INSPIRE-00353247 + ORCID:0000-0003-0700-5448 + GRID:grid.5333.6 + Ecole Polytechnique, Lausanne + Institute of Physics, Ecole Polytechnique Fédérale de Lausanne (EPFL), Lausanne, Switzerland + + + Shears, Tara + INSPIRE-00125751 + ORCID:0000-0002-2653-1366 + GRID:grid.10025.36 + Liverpool U. + Oliver Lodge Laboratory, University of Liverpool, Liverpool, United Kingdom + + + Shekhtman, Lev + INSPIRE-00072482 + ORCID:0000-0003-1512-9715 + + + Shen, Zhihong + ORCID:0000-0003-1391-5384 + GRID:grid.11135.37 + Peking U., SKLNPT + School of Physics State Key Laboratory of Nuclear Physics and Technology, Peking University, Beijing, China + + + Sheng, Shuqi + ORCID:0000-0002-1050-5649 + GRID:grid.418741.f + GRID:grid.410726.6 + Beijing, Inst. High Energy Phys. + Beijing, GUCAS + Institute Of High Energy Physics (IHEP), Beijing, China + University of Chinese Academy of Sciences, Beijing, China + + + Shevchenko, Vladimir + INSPIRE-00259319 + ORCID:0000-0003-3171-9125 + + + Shi, Boan + ORCID:0000-0002-5781-8933 + GRID:grid.410726.6 + Beijing, GUCAS + University of Chinese Academy of Sciences, Beijing, China + + + Shields, Edward Brendan + ORCID:0000-0001-5836-5211 + GRID:grid.470207.6 + GRID:grid.7563.7 + INFN, Milan Bicocca + Milan Bicocca U. + INFN Sezione di Milano-Bicocca, Milano, Italy + Università di Milano Bicocca, Milano, Italy + + + Shimizu, Yuya + ORCID:0000-0002-4936-1152 + GRID:grid.508754.b + IJCLab, Orsay + Université Paris-Saclay, CNRS/IN2P3, IJCLab, Orsay, France + + + Shmanin, Evgenii + ORCID:0000-0002-8868-1730 + + + Shorkin, Roman + ORCID:0000-0001-8881-3943 + + + Shupperd, Joseph David + ORCID:0009-0006-8218-2566 + GRID:grid.264484.8 + Syracuse U. + Syracuse University, Syracuse, NY, United States + + + Siddi, Benedetto Gianluca + INSPIRE-00536966 + ORCID:0000-0002-3004-187X + GRID:grid.470200.1 + GRID:grid.8484.0 + INFN, Ferrara + Ferrara U. + INFN Sezione di Ferrara, Ferrara, Italy + Università di Ferrara, Ferrara, Italy + + + Silva Coutinho, Rafael + INSPIRE-00341765 + ORCID:0000-0002-1545-959X + GRID:grid.264484.8 + Syracuse U. + Syracuse University, Syracuse, NY, United States + + + Simi, Gabriele + INSPIRE-00042241 + ORCID:0000-0001-6741-6199 + GRID:grid.5608.b + INFN, Padua + Università degli Studi di Padova, Università e INFN, Padova, Padova, Italy + + + Simone, Saverio + INSPIRE-00408677 + ORCID:0000-0003-3631-8398 + GRID:grid.470190.b + GRID:grid.7644.1 + INFN, Bari + Bari U. + INFN Sezione di Bari, Bari, Italy + Università di Bari, Bari, Italy + + + Singla, Minni + ORCID:0000-0003-3204-5847 + GRID:grid.1002.3 + Monash U. + School of Physics and Astronomy, Monash University, Melbourne, Australia + + + Skidmore, Nicola + INSPIRE-00392618 + ORCID:0000-0003-3410-0731 + GRID:grid.5379.8 + Manchester U. + Department of Physics and Astronomy, University of Manchester, Manchester, United Kingdom + + + Skuza, Raphael + ORCID:0000-0001-6057-6018 + GRID:grid.7700.0 + Heidelberg U. + Physikalisches Institut, Ruprecht-Karls-Universität Heidelberg, Heidelberg, Germany + + + Skwarnicki, Tomasz + INSPIRE-00165164 + ORCID:0000-0002-9897-9506 + GRID:grid.264484.8 + Syracuse U. + Syracuse University, Syracuse, NY, United States + + + Slater, Mark + ORCID:0000-0002-2687-1950 + GRID:grid.6572.6 + Birmingham U. + University of Birmingham, Birmingham, United Kingdom + + + Smallwood, Jennifer Clare + ORCID:0000-0003-2460-3327 + GRID:grid.4991.5 + Oxford U. + Department of Physics, University of Oxford, Oxford, United Kingdom + + + Smeaton, John Gordon + ORCID:0000-0002-8694-2853 + GRID:grid.5335.0 + Cambridge U. + Cavendish Laboratory, University of Cambridge, Cambridge, United Kingdom + + + Smith, Eluned + INSPIRE-00266880 + ORCID:0000-0002-9740-0574 + GRID:grid.116068.8 + MIT + Massachusetts Institute of Technology, Cambridge, MA, United States + + + Smith, Krista Lizbeth + ORCID:0000-0002-1305-3377 + GRID:grid.148313.c + Los Alamos + Los Alamos National Laboratory (LANL), Los Alamos, NM, United States + + + Smith, Mark + INSPIRE-00342046 + ORCID:0000-0002-3872-1917 + GRID:grid.7445.2 + Imperial Coll., London + Imperial College London, London, United Kingdom + + + Snoch, Aleksandra + ORCID:0000-0001-6431-6360 + GRID:grid.420012.5 + Nikhef, Amsterdam + Nikhef National Institute for Subatomic Physics, Amsterdam, Netherlands + + + Soares Lavra, Lais + INSPIRE-00582750 + ORCID:0000-0002-2652-123X + GRID:grid.4305.2 + Edinburgh U. + School of Physics and Astronomy, University of Edinburgh, Edinburgh, United Kingdom + + + Sokoloff, Michael + INSPIRE-00127570 + ORCID:0000-0001-6181-4583 + GRID:grid.24827.3b + Cincinnati U. + University of Cincinnati, Cincinnati, OH, United States + + + Soler, F.J. P. + INSPIRE-00160205 + ORCID:0000-0002-4893-3729 + GRID:grid.8756.c + Glasgow U. + School of Physics and Astronomy, University of Glasgow, Glasgow, United Kingdom + + + Solomin, Anatoly + INSPIRE-00184523 + ORCID:0000-0003-0644-3227 + GRID:grid.5337.2 + Bristol U. + H.H. Wills Physics Laboratory, University of Bristol, Bristol, United Kingdom + + + Solovev, Aleksandr + ORCID:0000-0002-5355-5996 + + + Solovyev, Ivan + ORCID:0000-0003-4254-6012 + + + Song, Rongrong + ORCID:0000-0002-8854-8905 + GRID:grid.1002.3 + Monash U. + School of Physics and Astronomy, Monash University, Melbourne, Australia + + + Song, Yunxuan + ORCID:0000-0003-0256-4320 + Ecole Polytechnique, Lausanne + + + Song, Yuxiang + ORCID:0000-0003-1959-5676 + Tsinghua U., Beijing, CHEP + + + Song, Yintong + INSPIRE-00000000 + ORCID:0000-0003-3471-1751 + Peking U., SKLNPT + + + Souza De Almeida, Felipe Luan + ORCID:0000-0001-7181-6785 + GRID:grid.8536.8 + Rio de Janeiro Federal U. + Universidade Federal do Rio de Janeiro (UFRJ), Rio de Janeiro, Brazil + + + Souza De Paula, Bruno + INSPIRE-00257205 + ORCID:0009-0003-3794-3408 + GRID:grid.8536.8 + Rio de Janeiro Federal U. + Universidade Federal do Rio de Janeiro (UFRJ), Rio de Janeiro, Brazil + + + Spadaro Norella, Elisabetta + ORCID:0000-0002-1111-5597 + GRID:grid.470206.7 + GRID:grid.4708.b + INFN, Milan + U. Milan (main) + INFN Sezione di Milano, Milano, Italy + Università degli Studi di Milano, Milano, Italy + + + Spedicato, Eugenia + ORCID:0000-0002-4950-6665 + GRID:grid.470193.8 + INFN, Bologna + INFN Sezione di Bologna, Bologna, Italy + + + Speer, Jannis Guido + ORCID:0000-0002-6117-7307 + GRID:grid.5675.1 + Tech. U., Dortmund (main) + Fakultät Physik, Technische Universität Dortmund, Dortmund, Germany + + + Spiridenkov, Eduard + + + Spradlin, Patrick + INSPIRE-00042860 + ORCID:0000-0002-5280-9464 + GRID:grid.8756.c + Glasgow U. + School of Physics and Astronomy, University of Glasgow, Glasgow, United Kingdom + + + Sriskaran, Viros + ORCID:0000-0002-9867-0453 + GRID:grid.9132.9 + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Stagni, Federico + INSPIRE-00260412 + ORCID:0000-0002-7576-4019 + GRID:grid.9132.9 + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Stahl, Marian + INSPIRE-00402270 + ORCID:0000-0001-8476-8188 + GRID:grid.9132.9 + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Stahl, Sascha + INSPIRE-00257861 + ORCID:0000-0002-8243-400X + GRID:grid.9132.9 + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Stanislaus, Seophine + ORCID:0000-0003-1776-0498 + GRID:grid.4991.5 + Oxford U. + Department of Physics, University of Oxford, Oxford, United Kingdom + + + Stein, Eloise Noelle + ORCID:0000-0001-5214-8865 + GRID:grid.9132.9 + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Steinkamp, Olaf + INSPIRE-00260853 + ORCID:0000-0001-7055-6467 + GRID:grid.7400.3 + Zurich U. + Physik-Institut, Universität Zürich, Zürich, Switzerland + + + Stenyakin, Oleg + INSPIRE-00010650 + + + Stevens, Holger + INSPIRE-00582780 + ORCID:0000-0002-9474-9332 + GRID:grid.5675.1 + Tech. U., Dortmund (main) + Fakultät Physik, Technische Universität Dortmund, Dortmund, Germany + + + Strekalina, Daria + ORCID:0000-0003-3830-4889 + + + Su, Yangjie + ORCID:0000-0002-2739-7453 + GRID:grid.410726.6 + Beijing, GUCAS + University of Chinese Academy of Sciences, Beijing, China + + + Suljik, Fidan + ORCID:0000-0001-6767-7698 + GRID:grid.4991.5 + Oxford U. + Department of Physics, University of Oxford, Oxford, United Kingdom + + + Sun, Jiayin + ORCID:0000-0002-6020-2304 + GRID:grid.470195.e + INFN, Cagliari + INFN Sezione di Cagliari, Monserrato, Italy + + + Sun, Liang + INSPIRE-00327085 + ORCID:0000-0002-0034-2567 + GRID:grid.49470.3e + Wuhan U. + School of Physics and Technology, Wuhan University, Wuhan, China + + + Sun, Yipeng + ORCID:0000-0003-4933-5058 + GRID:grid.164295.d + Maryland U., College Park + University of Maryland, College Park, MD, United States + + + Swallow, Paul Nathaniel + ORCID:0000-0003-2751-8515 + GRID:grid.6572.6 + Birmingham U. + University of Birmingham, Birmingham, United Kingdom + + + Swientek, Krzysztof + INSPIRE-00454405 + ORCID:0000-0001-6086-4116 + GRID:grid.9922.0 + AGH-UST, Cracow + AGH - University of Science and Technology, Faculty of Physics and Applied Computer Science, Kraków, Poland + + + Swystun, Francesca + ORCID:0009-0006-0672-7771 + GRID:grid.7372.1 + Warwick U. + Department of Physics, University of Warwick, Coventry, United Kingdom + + + Szabelski, Adam + ORCID:0000-0002-6604-2938 + GRID:grid.450295.f + NCBJ, Swierk + National Center for Nuclear Research (NCBJ), Warsaw, Poland + + + Szumlak, Tomasz + INSPIRE-00258964 + ORCID:0000-0002-2562-7163 + GRID:grid.9922.0 + AGH-UST, Cracow + AGH - University of Science and Technology, Faculty of Physics and Applied Computer Science, Kraków, Poland + + + Szymanski, Maciej Pawel + ORCID:0000-0002-9121-6629 + GRID:grid.9132.9 + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Tan, Yinghua + ORCID:0000-0003-3860-6545 + GRID:grid.12527.33 + Tsinghua U., Beijing, CHEP + Center for High Energy Physics, Tsinghua University, Beijing, China + + + Taneja, Shantam + ORCID:0000-0001-8856-2777 + GRID:grid.5379.8 + Manchester U. + Department of Physics and Astronomy, University of Manchester, Manchester, United Kingdom + + + Tat, Martin Duy + ORCID:0000-0002-6866-7085 + GRID:grid.4991.5 + Oxford U. + Department of Physics, University of Oxford, Oxford, United Kingdom + + + Terentev, Aleksandr + ORCID:0000-0003-2574-8560 + GRID:grid.7400.3 + Zurich U. + Physik-Institut, Universität Zürich, Zürich, Switzerland + + + Teubert, Frederic + INSPIRE-00131170 + ORCID:0000-0003-3277-5268 + GRID:grid.9132.9 + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Thomas, Eric + INSPIRE-00260424 + ORCID:0000-0003-0984-7593 + GRID:grid.9132.9 + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Thompson, Daniel James David + ORCID:0000-0003-1196-5943 + GRID:grid.6572.6 + Birmingham U. + University of Birmingham, Birmingham, United Kingdom + + + Tilquin, Hanae + ORCID:0000-0003-4735-2014 + GRID:grid.7445.2 + Imperial Coll., London + Imperial College London, London, United Kingdom + + + Tisserand, Vincent + INSPIRE-00131575 + ORCID:0000-0003-4916-0446 + GRID:grid.494717.8 + Clermont-Ferrand U. + Université Clermont Auvergne, CNRS/IN2P3, LPC, Clermont-Ferrand, France + + + T'Jampens, Stephane + INSPIRE-00036863 + ORCID:0000-0003-4249-6641 + GRID:grid.5388.6 + Annecy, LAPP + Université Savoie Mont Blanc, CNRS, IN2P3-LAPP, Annecy, France + + + Tobin, Mark + INSPIRE-00260879 + ORCID:0000-0002-2047-7020 + GRID:grid.418741.f + Beijing, Inst. High Energy Phys. + Institute Of High Energy Physics (IHEP), Beijing, China + + + Tomassetti, Luca + INSPIRE-00392023 + ORCID:0000-0003-4184-1335 + GRID:grid.470200.1 + GRID:grid.8484.0 + INFN, Ferrara + Ferrara U. + INFN Sezione di Ferrara, Ferrara, Italy + Università di Ferrara, Ferrara, Italy + + + Tonani, Giorgia + ORCID:0000-0001-7477-1148 + GRID:grid.470206.7 + GRID:grid.4708.b + INFN, Milan + U. Milan (main) + INFN Sezione di Milano, Milano, Italy + Università degli Studi di Milano, Milano, Italy + + + Tong, Xingyu + ORCID:0000-0002-5278-1203 + GRID:grid.11135.37 + Peking U., SKLNPT + School of Physics State Key Laboratory of Nuclear Physics and Technology, Peking University, Beijing, China + + + Torres Machado, Diego + ORCID:0000-0001-7030-6468 + GRID:grid.418228.5 + Rio de Janeiro, CBPF + Centro Brasileiro de Pesquisas Físicas (CBPF), Rio de Janeiro, Brazil + + + Toscano, Luca + ORCID:0009-0007-5613-6520 + GRID:grid.5675.1 + Tech. U., Dortmund (main) + Fakultät Physik, Technische Universität Dortmund, Dortmund, Germany + + + Tou, Da Yu + ORCID:0000-0002-4732-2408 + GRID:grid.12527.33 + Tsinghua U., Beijing, CHEP + Center for High Energy Physics, Tsinghua University, Beijing, China + + + Trippl, Carina + ORCID:0000-0003-3664-1240 + GRID:grid.5333.6 + Ecole Polytechnique, Lausanne + Institute of Physics, Ecole Polytechnique Fédérale de Lausanne (EPFL), Lausanne, Switzerland + + + Tuci, Giulia + ORCID:0000-0002-0364-5758 + GRID:grid.7700.0 + Heidelberg U. + Physikalisches Institut, Ruprecht-Karls-Universität Heidelberg, Heidelberg, Germany + + + Tuning, Niels + INSPIRE-00258853 + ORCID:0000-0003-2611-7840 + GRID:grid.420012.5 + Nikhef, Amsterdam + Nikhef National Institute for Subatomic Physics, Amsterdam, Netherlands + + + Ukleja, Artur + INSPIRE-00045795 + ORCID:0000-0003-0480-4850 + GRID:grid.450295.f + NCBJ, Swierk + National Center for Nuclear Research (NCBJ), Warsaw, Poland + + + Unverzagt, Daniel Joachim + ORCID:0000-0002-1484-2546 + GRID:grid.7700.0 + Heidelberg U. + Physikalisches Institut, Ruprecht-Karls-Universität Heidelberg, Heidelberg, Germany + + + Ursov, Eduard + ORCID:0000-0002-6519-4526 + + + Usachov, Andrii + ORCID:0000-0002-5829-6284 + GRID:grid.420012.5 + NIKHEF, Amsterdam + Vrije U., Amsterdam + Nikhef National Institute for Subatomic Physics and VU University Amsterdam, Amsterdam, Netherlands + + + Ustyuzhanin, Andrey + INSPIRE-00392208 + ORCID:0000-0001-7865-2357 + + + Uwer, Ulrich + INSPIRE-00133105 + ORCID:0000-0002-8514-3777 + GRID:grid.7700.0 + Heidelberg U. + Physikalisches Institut, Ruprecht-Karls-Universität Heidelberg, Heidelberg, Germany + + + Vagnoni, Vincenzo + INSPIRE-00258091 + ORCID:0000-0003-2206-311X + GRID:grid.470193.8 + INFN, Bologna + INFN Sezione di Bologna, Bologna, Italy + + + Valassi, Andrea + INSPIRE-00343831 + ORCID:0000-0001-9322-9565 + GRID:grid.9132.9 + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Valenti, Giovanni + INSPIRE-00258103 + ORCID:0000-0002-6119-7535 + GRID:grid.470193.8 + INFN, Bologna + INFN Sezione di Bologna, Bologna, Italy + + + Valls Canudas, Nuria + ORCID:0000-0001-8748-8448 + GRID:grid.6162.3 + Ramon Llull U., Barcelona + DS4DS, La Salle, Universitat Ramon Llull, Barcelona, Spain + + + Van Dijk, Maarten + ORCID:0000-0003-2538-5798 + GRID:grid.5333.6 + Ecole Polytechnique, Lausanne + Institute of Physics, Ecole Polytechnique Fédérale de Lausanne (EPFL), Lausanne, Switzerland + + + Van Hecke, Hubert + ORCID:0000-0001-7961-7190 + GRID:grid.148313.c + Los Alamos + Los Alamos National Laboratory (LANL), Los Alamos, NM, United States + + + van Herwijnen, Eric + INSPIRE-00260103 + ORCID:0000-0001-8807-8811 + GRID:grid.7445.2 + Imperial Coll., London + Imperial College London, London, United Kingdom + + + Van Hulse, Charlotte Barbara + ORCID:0000-0002-5397-6782 + GRID:grid.11794.3a + GRID:grid.7159.a + U. Santiago de Compostela (main) + Instituto Galego de Física de Altas Enerxías (IGFAE), Universidade de Santiago de Compostela, Santiago de Compostela, Spain + Universidad de Alcalá, Alcalá de Henares, Spain + + + Van Laak, Raphael + ORCID:0000-0002-7738-6066 + GRID:grid.5333.6 + Ecole Polytechnique, Lausanne + Institute of Physics, Ecole Polytechnique Fédérale de Lausanne (EPFL), Lausanne, Switzerland + + + van Veghel, Maarten + INSPIRE-00545618 + ORCID:0000-0001-6178-6623 + GRID:grid.420012.5 + Nikhef, Amsterdam + Nikhef National Institute for Subatomic Physics, Amsterdam, Netherlands + + + Vazquez Gomez, Ricardo + INSPIRE-00259633 + ORCID:0000-0001-5319-1128 + GRID:grid.5841.8 + U. Barcelona (main) + ICCUB, Universitat de Barcelona, Barcelona, Spain + + + Vazquez Regueiro, Pablo + INSPIRE-00259816 + ORCID:0000-0002-0767-9736 + GRID:grid.11794.3a + U. Santiago de Compostela (main) + Instituto Galego de Física de Altas Enerxías (IGFAE), Universidade de Santiago de Compostela, Santiago de Compostela, Spain + + + Vázquez Sierra, Carlos + INSPIRE-00392390 + ORCID:0000-0002-5865-0677 + GRID:grid.11794.3a + U. Santiago de Compostela (main) + Instituto Galego de Física de Altas Enerxías (IGFAE), Universidade de Santiago de Compostela, Santiago de Compostela, Spain + + + Vecchi, Stefania + INSPIRE-00258200 + ORCID:0000-0002-4311-3166 + GRID:grid.470200.1 + INFN, Ferrara + INFN Sezione di Ferrara, Ferrara, Italy + + + Velthuis, Jaap + INSPIRE-00318722 + ORCID:0000-0002-4649-3221 + GRID:grid.5337.2 + Bristol U. + H.H. Wills Physics Laboratory, University of Bristol, Bristol, United Kingdom + + + Veltri, Michele + INSPIRE-00258261 + ORCID:0000-0001-7917-9661 + GRID:grid.470204.5 + GRID:grid.12711.34 + INFN, Florence + U. Urbino (main) + INFN Sezione di Firenze, Firenze, Italy + Università di Urbino, Urbino, Italy + + + Venkateswaran, Aravindhan + INSPIRE-00582834 + ORCID:0000-0001-6950-1477 + GRID:grid.5333.6 + Ecole Polytechnique, Lausanne + Institute of Physics, Ecole Polytechnique Fédérale de Lausanne (EPFL), Lausanne, Switzerland + + + Vesterinen, Mika + INSPIRE-00014030 + ORCID:0000-0001-7717-2765 + GRID:grid.7372.1 + Warwick U. + Department of Physics, University of Warwick, Coventry, United Kingdom + + + Vieira, Daniel + INSPIRE-00341866 + ORCID:0000-0001-9511-2846 + GRID:grid.24827.3b + Cincinnati U. + University of Cincinnati, Cincinnati, OH, United States + + + Vieites Diaz, Maria + INSPIRE-00455170 + ORCID:0000-0002-0944-4340 + GRID:grid.9132.9 + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Vilasis-Cardona, Xavier + INSPIRE-00259644 + ORCID:0000-0002-1915-9543 + GRID:grid.6162.3 + Ramon Llull U., Barcelona + DS4DS, La Salle, Universitat Ramon Llull, Barcelona, Spain + + + Vilella Figueras, Eva + ORCID:0000-0002-7865-2856 + GRID:grid.10025.36 + Liverpool U. + Oliver Lodge Laboratory, University of Liverpool, Liverpool, United Kingdom + + + Villa, Andrea + ORCID:0000-0002-9392-6157 + GRID:grid.470193.8 + INFN, Bologna + INFN Sezione di Bologna, Bologna, Italy + + + Vincent, Pascal + ORCID:0000-0002-9283-4541 + GRID:grid.462844.8 + Paris U., VI-VII + LPNHE, Sorbonne Université, Paris Diderot Sorbonne Paris Cité, CNRS/IN2P3, Paris, France + + + Volle, Felicia Carolin + ORCID:0000-0003-1828-3881 + GRID:grid.508754.b + IJCLab, Orsay + Université Paris-Saclay, CNRS/IN2P3, IJCLab, Orsay, France + + + vom Bruch, Dorothea + ORCID:0000-0001-9905-8031 + GRID:grid.5399.6 + Marseille, CPPM + Aix Marseille Univ, CNRS/IN2P3, CPPM, Marseille, France + + + Vorobyev, Vitaly + INSPIRE-00341883 + + + Voropaev, Nikolai + ORCID:0000-0002-2100-0726 + + + Vos, Kimberley + ORCID:0000-0002-4258-4062 + GRID:grid.5012.6 + Maastricht U. + Universiteit Maastricht, Maastricht, Netherlands + + + Vrahas, Constantinos + ORCID:0000-0001-6104-1496 + GRID:grid.4305.2 + Edinburgh U. + School of Physics and Astronomy, University of Edinburgh, Edinburgh, United Kingdom + + + Walsh, John + INSPIRE-00134726 + ORCID:0000-0002-7235-6976 + GRID:grid.470216.6 + INFN, Pisa + INFN Sezione di Pisa, Pisa, Italy + + + Walton, Eliot Jane + ORCID:0000-0001-6759-2504 + GRID:grid.1002.3 + Monash U. + School of Physics and Astronomy, Monash University, Melbourne, Australia + + + Wan, Guanyue + ORCID:0000-0003-0133-1664 + GRID:grid.11135.37 + Peking U., SKLNPT + School of Physics State Key Laboratory of Nuclear Physics and Technology, Peking University, Beijing, China + + + Wang, Chishuai + ORCID:0000-0002-5909-1379 + GRID:grid.7700.0 + Heidelberg U. + Physikalisches Institut, Ruprecht-Karls-Universität Heidelberg, Heidelberg, Germany + + + Wang, Ganrong + ORCID:0000-0001-6041-115X + GRID:grid.411407.7 + CCNU, Wuhan, Inst. Part. Phys. + Institute of Particle Physics, Central China Normal University, Wuhan, Hubei, China + + + Wang, Jialu + ORCID:0000-0001-7542-3073 + Peking U., SKLNPT + + + Wang, Jianchun + INSPIRE-00262940 + ORCID:0000-0002-6391-2205 + Beijing, Inst. High Energy Phys. + + + Wang, Jianqiao + ORCID:0000-0002-3281-8136 + Tsinghua U., Beijing, CHEP + + + Wang, Jike + ORCID:0000-0001-6711-4465 + Wuhan U. + + + Wang, Mengzhen + ORCID:0000-0003-4062-710X + GRID:grid.470206.7 + INFN, Milan + INFN Sezione di Milano, Milano, Italy + + + Wang, Nanyang + ORCID:0000-0002-6915-6607 + GRID:grid.410726.6 + Beijing, GUCAS + University of Chinese Academy of Sciences, Beijing, China + + + Wang, Rui + ORCID:0000-0002-2629-4735 + GRID:grid.5337.2 + Bristol U. + H.H. Wills Physics Laboratory, University of Bristol, Bristol, United Kingdom + + + Wang, Xiaolin + ORCID:0000-0002-2399-7646 + GRID:grid.263785.d + South China Normal U. + Guangdong Provincial Key Laboratory of Nuclear Science, Guangdong-Hong Kong Joint Laboratory of Quantum Matter, Institute of Quantum Matter, South China Normal University, Guangzhou, China + + + Wang, Yilong + ORCID:0000-0003-3979-4330 + GRID:grid.411407.7 + CCNU, Wuhan, Inst. Part. Phys. + Institute of Particle Physics, Central China Normal University, Wuhan, Hubei, China + + + Wang, Zhenzi + ORCID:0000-0002-5041-7651 + Zurich U. + + + Wang, Zirui + ORCID:0000-0003-0597-4878 + Tsinghua U., Beijing, CHEP + + + Wang, Ziyi + ORCID:0000-0003-4410-6889 + Beijing, GUCAS + + + Ward, Jake Alexander + ORCID:0000-0003-4160-9333 + GRID:grid.7372.1 + GRID:grid.1002.3 + Warwick U. + Monash U. + Department of Physics, University of Warwick, Coventry, United Kingdom + School of Physics and Astronomy, Monash University, Melbourne, Australia + + + Watson, Nigel + INSPIRE-00146172 + ORCID:0000-0002-8142-4678 + GRID:grid.6572.6 + Birmingham U. + University of Birmingham, Birmingham, United Kingdom + + + Websdale, David + INSPIRE-00135220 + ORCID:0000-0002-4113-1539 + GRID:grid.7445.2 + Imperial Coll., London + Imperial College London, London, United Kingdom + + + Wei, Yajing + ORCID:0000-0001-6116-3944 + GRID:grid.11135.37 + Peking U., SKLNPT + School of Physics State Key Laboratory of Nuclear Physics and Technology, Peking University, Beijing, China + + + Westhenry, Benedict Donald C. + ORCID:0000-0002-4589-2626 + GRID:grid.5337.2 + Bristol U. + H.H. Wills Physics Laboratory, University of Bristol, Bristol, United Kingdom + + + White, Dylan Jaide + ORCID:0000-0002-5121-6923 + GRID:grid.5379.8 + Manchester U. + Department of Physics and Astronomy, University of Manchester, Manchester, United Kingdom + + + Whitehead, Mark + INSPIRE-00261160 + ORCID:0000-0002-2142-3673 + GRID:grid.8756.c + Glasgow U. + School of Physics and Astronomy, University of Glasgow, Glasgow, United Kingdom + + + Wiederhold, Aidan Richard + ORCID:0000-0002-1023-1086 + GRID:grid.7372.1 + Warwick U. + Department of Physics, University of Warwick, Coventry, United Kingdom + + + Wiedner, Dirk + INSPIRE-00257885 + ORCID:0000-0002-4149-4137 + GRID:grid.5675.1 + Tech. U., Dortmund (main) + Fakultät Physik, Technische Universität Dortmund, Dortmund, Germany + + + Wilkinson, Guy + INSPIRE-00262885 + ORCID:0000-0001-5255-0619 + GRID:grid.4991.5 + Oxford U. + Department of Physics, University of Oxford, Oxford, United Kingdom + + + Wilkinson, Michael K. + INSPIRE-00452781 + ORCID:0000-0001-6561-2145 + GRID:grid.24827.3b + Cincinnati U. + University of Cincinnati, Cincinnati, OH, United States + + + Williams, Ifan + GRID:grid.5335.0 + Cambridge U. + Cavendish Laboratory, University of Cambridge, Cambridge, United Kingdom + + + Williams, Mike + INSPIRE-00342010 + ORCID:0000-0001-8285-3346 + MIT + + + Williams, Mark Richard James + INSPIRE-00136085 + ORCID:0000-0001-5448-4213 + Edinburgh U. + + + Williams, Richard Morgan + ORCID:0000-0002-2675-3567 + GRID:grid.5335.0 + Cambridge U. + Cavendish Laboratory, University of Cambridge, Cambridge, United Kingdom + + + Wilson, Fergus + INSPIRE-00136130 + ORCID:0000-0002-5552-0842 + GRID:grid.76978.37 + Rutherford + STFC Rutherford Appleton Laboratory, Didcot, United Kingdom + + + Wislicki, Wojciech + INSPIRE-00136336 + ORCID:0000-0001-5765-6308 + GRID:grid.450295.f + NCBJ, Swierk + National Center for Nuclear Research (NCBJ), Warsaw, Poland + + + Witek, Mariusz + INSPIRE-00258926 + ORCID:0000-0002-8317-385X + GRID:grid.418860.3 + Cracow, INP + Henryk Niewodniczanski Institute of Nuclear Physics Polish Academy of Sciences, Kraków, Poland + + + Witola, Lukas + ORCID:0000-0001-9178-9921 + GRID:grid.7700.0 + Heidelberg U. + Physikalisches Institut, Ruprecht-Karls-Universität Heidelberg, Heidelberg, Germany + + + Wong, Cheuk Ping + ORCID:0000-0002-9839-4065 + GRID:grid.148313.c + Los Alamos + Los Alamos National Laboratory (LANL), Los Alamos, NM, United States + + + Wormser, Guy + INSPIRE-00136673 + ORCID:0000-0003-4077-6295 + GRID:grid.508754.b + IJCLab, Orsay + Université Paris-Saclay, CNRS/IN2P3, IJCLab, Orsay, France + + + Wotton, Stephen + INSPIRE-00261140 + ORCID:0000-0003-4543-8121 + GRID:grid.5335.0 + Cambridge U. + Cavendish Laboratory, University of Cambridge, Cambridge, United Kingdom + + + Wu, Hangyi + ORCID:0000-0002-9337-3476 + GRID:grid.264484.8 + Syracuse U. + Syracuse University, Syracuse, NY, United States + + + Wu, Jie + ORCID:0000-0002-4282-0977 + GRID:grid.411407.7 + CCNU, Wuhan, Inst. Part. Phys. + Institute of Particle Physics, Central China Normal University, Wuhan, Hubei, China + + + Wu, Yanxi + ORCID:0000-0003-3192-0486 + GRID:grid.11135.37 + Peking U., SKLNPT + School of Physics State Key Laboratory of Nuclear Physics and Technology, Peking University, Beijing, China + + + Wyllie, Kenneth + INSPIRE-00260456 + ORCID:0000-0002-2699-2189 + GRID:grid.9132.9 + CERN + European Organization for Nuclear Research (CERN), Geneva, Switzerland + + + Xian, Shu + GRID:grid.263785.d + South China Normal U. + Guangdong Provincial Key Laboratory of Nuclear Science, Guangdong-Hong Kong Joint Laboratory of Quantum Matter, Institute of Quantum Matter, South China Normal University, Guangzhou, China + + + Xiang, Zhiyu + ORCID:0000-0002-9700-3448 + GRID:grid.418741.f + Beijing, Inst. High Energy Phys. + Institute Of High Energy Physics (IHEP), Beijing, China + + + Xie, Yuehong + INSPIRE-00025656 + ORCID:0000-0001-5012-4069 + GRID:grid.411407.7 + CCNU, Wuhan, Inst. Part. Phys. + Institute of Particle Physics, Central China Normal University, Wuhan, Hubei, China + + + Xu, Ao + ORCID:0000-0002-8521-1688 + GRID:grid.470216.6 + INFN, Pisa + INFN Sezione di Pisa, Pisa, Italy + + + Xu, Jingyi + ORCID:0000-0001-6950-5865 + GRID:grid.410726.6 + Beijing, GUCAS + University of Chinese Academy of Sciences, Beijing, China + + + Xu, Li + ORCID:0000-0003-2800-1438 + GRID:grid.12527.33 + Tsinghua U., Beijing, CHEP + Center for High Energy Physics, Tsinghua University, Beijing, China + + + Xu, Liangjun + ORCID:0000-0002-0241-5184 + GRID:grid.12527.33 + Tsinghua U., Beijing, CHEP + Center for High Energy Physics, Tsinghua University, Beijing, China + + + Xu, Menglin + ORCID:0000-0001-8885-565X + GRID:grid.7372.1 + Warwick U. + Department of Physics, University of Warwick, Coventry, United Kingdom + + + Xu, Zehua + ORCID:0000-0002-7531-6873 + Clermont-Ferrand U. + + + Xu, Zhihao + ORCID:0000-0001-9558-1079 + Beijing, GUCAS + + + Xu, Zijun + ORCID:0000-0001-9602-4901 + Beijing, Inst. High Energy Phys. + + + Yang, Di + ORCID:0009-0002-2675-4022 + GRID:grid.12527.33 + Tsinghua U., Beijing, CHEP + Center for High Energy Physics, Tsinghua University, Beijing, China + + + Yang, Shuangli + ORCID:0000-0003-2505-0365 + GRID:grid.410726.6 + Beijing, GUCAS + University of Chinese Academy of Sciences, Beijing, China + + + Yang, Xueting + ORCID:0000-0002-7481-3149 + GRID:grid.11135.37 + Peking U., SKLNPT + School of Physics State Key Laboratory of Nuclear Physics and Technology, Peking University, Beijing, China + + + Yang, Youhua + ORCID:0000-0002-8917-2620 + GRID:grid.470205.4 + GRID:grid.5606.5 + INFN, Genoa + Genoa U. + INFN Sezione di Genova, Genova, Italy + Università di Genova, Genova, Italy + + + Yang, Zhenwei + INSPIRE-00257282 + ORCID:0000-0003-2937-9782 + Peking U., SKLNPT + + + Yang, Zishuo + ORCID:0000-0003-0572-2021 + Maryland U., College Park + + + Yeroshenko, Vsevolod + ORCID:0000-0002-8771-0579 + GRID:grid.508754.b + IJCLab, Orsay + Université Paris-Saclay, CNRS/IN2P3, IJCLab, Orsay, France + + + Yeung, Ho Yin Dereck + ORCID:0000-0001-9869-5290 + GRID:grid.5379.8 + Manchester U. + Department of Physics and Astronomy, University of Manchester, Manchester, United Kingdom + + + Yin, Hang + INSPIRE-00038031 + ORCID:0000-0001-6977-8257 + GRID:grid.411407.7 + CCNU, Wuhan, Inst. Part. Phys. + Institute of Particle Physics, Central China Normal University, Wuhan, Hubei, China + + + Yu, Chenxu + INSPIRE-00000000 + ORCID:0000-0002-4393-2567 + GRID:grid.11135.37 + Peking U., SKLNPT + School of Physics State Key Laboratory of Nuclear Physics and Technology, Peking University, Beijing, China + + + Yu, Jiesheng + INSPIRE-00447456 + ORCID:0000-0003-1230-3300 + GRID:grid.67293.39 + Hunan U. + Physics and Micro Electronic College, Hunan University, Changsha City, China + + + Yuan, Xuhao + INSPIRE-00341946 + ORCID:0000-0003-0468-3083 + GRID:grid.418741.f + Beijing, Inst. High Energy Phys. + Institute Of High Energy Physics (IHEP), Beijing, China + + + Zaffaroni, Ettore + ORCID:0000-0003-1714-9218 + GRID:grid.5333.6 + Ecole Polytechnique, Lausanne + Institute of Physics, Ecole Polytechnique Fédérale de Lausanne (EPFL), Lausanne, Switzerland + + + Zavertyaev, Mikhail + INSPIRE-00357381 + ORCID:0000-0002-4655-715X + GRID:grid.419604.e + Heidelberg, Max Planck Inst. + Max-Planck-Institut für Kernphysik (MPIK), Heidelberg, Germany + + + Zdybal, Milosz + ORCID:0000-0002-1701-9619 + GRID:grid.418860.3 + Cracow, INP + Henryk Niewodniczanski Institute of Nuclear Physics Polish Academy of Sciences, Kraków, Poland + + + Zeng, Ming + ORCID:0000-0001-9717-1751 + GRID:grid.12527.33 + Tsinghua U., Beijing, CHEP + Center for High Energy Physics, Tsinghua University, Beijing, China + + + Zhang, Chenjia + ORCID:0000-0002-9865-8964 + GRID:grid.11135.37 + Peking U., SKLNPT + School of Physics State Key Laboratory of Nuclear Physics and Technology, Peking University, Beijing, China + + + Zhang, Dongliang + ORCID:0000-0002-8826-9113 + GRID:grid.411407.7 + CCNU, Wuhan, Inst. Part. Phys. + Institute of Particle Physics, Central China Normal University, Wuhan, Hubei, China + + + Zhang, Jianyu + ORCID:0000-0001-6010-8556 + GRID:grid.410726.6 + Beijing, GUCAS + University of Chinese Academy of Sciences, Beijing, China + + + Zhang, Liming + INSPIRE-00043581 + ORCID:0000-0003-2279-8837 + GRID:grid.12527.33 + Tsinghua U., Beijing, CHEP + Center for High Energy Physics, Tsinghua University, Beijing, China + + + Zhang, Shulei + ORCID:0000-0002-9794-4088 + Hunan U. + + + Zhang, Shunan + ORCID:0000-0002-2385-0767 + Peking U., SKLNPT + + + Zhang, Yanxi + INSPIRE-00257306 + ORCID:0000-0002-0157-188X + Peking U., SKLNPT + + + Zhang, Yu + INSPIRE-00469638 + Oxford U. + + + Zhao, Ya + ORCID:0000-0002-8185-3771 + GRID:grid.7700.0 + Heidelberg U. + Physikalisches Institut, Ruprecht-Karls-Universität Heidelberg, Heidelberg, Germany + + + Zharkova, Alina + ORCID:0000-0003-1237-4491 + + + Zhelezov, Alexey + INSPIRE-00217483 + ORCID:0000-0002-2344-9412 + GRID:grid.7700.0 + Heidelberg U. + Physikalisches Institut, Ruprecht-Karls-Universität Heidelberg, Heidelberg, Germany + + + Zheng, Yangheng + INSPIRE-00138380 + ORCID:0000-0003-0322-9858 + GRID:grid.410726.6 + Beijing, GUCAS + University of Chinese Academy of Sciences, Beijing, China + + + Zhou, Tianwen + ORCID:0000-0002-3804-9948 + GRID:grid.11135.37 + Peking U., SKLNPT + School of Physics State Key Laboratory of Nuclear Physics and Technology, Peking University, Beijing, China + + + Zhou, Xiaokang + ORCID:0009-0005-9485-9477 + GRID:grid.411407.7 + CCNU, Wuhan, Inst. Part. Phys. + Institute of Particle Physics, Central China Normal University, Wuhan, Hubei, China + + + Zhou, Yixiong + ORCID:0000-0003-2035-3391 + GRID:grid.410726.6 + Beijing, GUCAS + University of Chinese Academy of Sciences, Beijing, China + + + Zhovkovska, Valeriia + ORCID:0000-0002-9812-4508 + GRID:grid.508754.b + IJCLab, Orsay + Université Paris-Saclay, CNRS/IN2P3, IJCLab, Orsay, France + + + Zhu, Linxuan + ORCID:0000-0003-0609-6456 + GRID:grid.410726.6 + Beijing, GUCAS + University of Chinese Academy of Sciences, Beijing, China + + + Zhu, Xianglei + INSPIRE-00183811 + ORCID:0000-0002-9573-4570 + Tsinghua U., Beijing, CHEP + + + Zhu, Xiaoyu + ORCID:0000-0002-4485-1478 + CCNU, Wuhan, Inst. Part. Phys. + + + Zhu, Zhanwen + ORCID:0000-0002-9211-3867 + GRID:grid.410726.6 + Beijing, GUCAS + University of Chinese Academy of Sciences, Beijing, China + + + Zhukov, Valery + INSPIRE-00170284 + ORCID:0000-0003-0159-291X + GRID:grid.1957.a + Aachen, Tech. Hochsch. + I. Physikalisches Institut, RWTH Aachen University, Aachen, Germany + + + Zhuo, Jiahui + ORCID:0000-0002-6227-3368 + GRID:grid.470047.0 + Valencia U., IFIC + Instituto de Fisica Corpuscular, Centro Mixto Universidad de Valencia – CSIC, Valencia, Spain + + + Zou, Quan + ORCID:0000-0003-0038-5038 + GRID:grid.418741.f + GRID:grid.410726.6 + Beijing, Inst. High Energy Phys. + Beijing, GUCAS + Institute Of High Energy Physics (IHEP), Beijing, China + University of Chinese Academy of Sciences, Beijing, China + + + Zucchelli, Stefano + INSPIRE-00040570 + ORCID:0000-0002-2411-1085 + GRID:grid.470193.8 + GRID:grid.6292.f + INFN, Bologna + Bologna U. + INFN Sezione di Bologna, Bologna, Italy + Università di Bologna, Bologna, Italy + + + Zuliani, Davide + ORCID:0000-0002-1478-4593 + GRID:grid.5608.b + INFN, Padua + Università degli Studi di Padova, Università e INFN, Padova, Padova, Italy + + + Zunica, Gianluca + ORCID:0000-0002-5972-6290 + GRID:grid.5379.8 + Manchester U. + Department of Physics and Astronomy, University of Manchester, Manchester, United Kingdom + + + LHCb Collaboration + + + EP + + + 13 + publication + JHEP + 2312 + JHEP12(2023)013 + 2023 + + + 2508603 + 2386169 + http://cds.cern.ch/record/2888151/files/latex_B2Dsth_JHEP.pdf + Fulltext + Stamped by WebSubmit: 02/02/2024 + + + 2508602 + 8899588 + http://cds.cern.ch/record/2888151/files/LHCb-PAPER-2023-012-figures.zip + Related data file(s) + + + 2508794 + 46346 + http://cds.cern.ch/record/2888151/files/massfit_gamma_d2kspipi_b2dpi.png + 00015 : Caption not extracted + + + 2508795 + 1486761 + http://cds.cern.ch/record/2888151/files/Publication.pdf + Fulltext + + + 2508796 + 6829 + http://cds.cern.ch/record/2888151/files/legend_pi0_d2kskk_b2dk.png + 00002 : + + + 2508797 + 7883 + http://cds.cern.ch/record/2888151/files/binningschemekspipi.png + 00000 (left) ``Optimal'' binning scheme~\cite{Ablikim:2020lpk} used for $D\rightarrow \KS \pi^+\pi^-$ decays. (right) ``2-bins'' binning scheme~\cite{Ablikim:2020cfp} used for $D\rightarrow \KS K^+K^-$ decays. They are the same as those in a previous model-independent measurement~\cite{LHCb-PAPER-2020-019}. + + + 2508798 + 6408 + http://cds.cern.ch/record/2888151/files/legend_gamma_d2kskk_b2dpi.png + 00013 : + + + 2508799 + 31087 + http://cds.cern.ch/record/2888151/files/massfit_pi0_d2kskk_b2dpi.png + 00006 : Projections of (left) $m(\D \hpm)$ invariant-mass distribution and (right) $m(\D\piz)$ invariant-mass distribution for the $\Bpm\to\Dstar \pipm$ channels, reconstructed with the $\Dstar\to \D\piz$, (a) $\D\to \KS \Kp\Km$ and (b) $\D\to \KS \pi^+\pi^-$ modes. The signal and in-reco $\Dstar$ contributions are shown as solid colours. + + + 2508800 + 26423 + http://cds.cern.ch/record/2888151/files/cartesian_cartesian1_g_r_dk.png + 00021 Confidence level regions for the combination of physical parameters ($\ckmgammaangle, \delta_B^{\Dstar K}, r_B^{\Dstar K}, \delta_B^{\Dstar \pi}, r_B^{\Dstar \pi}$) of interest. The 68\% (hashed blue area) and 95\% (light blue area) are determined from {\tt GammaCombo}~\cite{GammaCombo, LHCb-PAPER-2021-033}. + + + 2508801 + 39079 + http://cds.cern.ch/record/2888151/files/massfit_pi0_d2kspipi_b2dk.png + 00004 : Caption not extracted + + + 2508802 + 6170 + http://cds.cern.ch/record/2888151/files/legend_pi0_d2kskk_b2dpi.png + 00005 : + + + 2508803 + 45979 + http://cds.cern.ch/record/2888151/files/massfit_gamma_d2kskk_b2dpi.png + 00014 : Projections of (left) $m(\D \hpm)$ invariant-mass distribution and (right) $m(\D\gamma)$ invariant-mass distribution for the $\Bpm\to\Dstar \pipm$ channels, reconstructed with the $\Dstar\to \D\gamma$, (a) \mbox{$\D\to \KS \Kp\Km$} and (b) \mbox{$\D\to \KS \pi^+\pi^-$} modes. The signal, in-reco $\Dstar$ and part-reco \Dstar contributions are shown as solid colours. + + + 2508804 + 26509 + http://cds.cern.ch/record/2888151/files/cartesian_cartesian1_g_r_dpi.png + 00023 Confidence level regions for the combination of physical parameters ($\ckmgammaangle, \delta_B^{\Dstar K}, r_B^{\Dstar K}, \delta_B^{\Dstar \pi}, r_B^{\Dstar \pi}$) of interest. The 68\% (hashed blue area) and 95\% (light blue area) are determined from {\tt GammaCombo}~\cite{GammaCombo, LHCb-PAPER-2021-033}. + + + 2508805 + 18074 + http://cds.cern.ch/record/2888151/files/newhistCPVb2dpi.png + 00017 Expected asymmetry in each bin for (left) $B^{\pm} \to D^*K^{\pm}$ and (right) $B^{\pm} \to D^* \pi^{\pm}$, calculated from the \CP-violating observables measured in the default fit, are shown with the solid lines and obtained in fits with independent bin yields freely varied are shown with the error bars (data points). The vertical dashed lines separate the $\D \to \KS \pi^{+} \pi^{-}$ and $\D \to \KS K^{+} K^-$ bins on the horizontal axes. + + + 2508806 + 17933 + http://cds.cern.ch/record/2888151/files/newhistCPVb2dk.png + 00016 Expected asymmetry in each bin for (left) $B^{\pm} \to D^*K^{\pm}$ and (right) $B^{\pm} \to D^* \pi^{\pm}$, calculated from the \CP-violating observables measured in the default fit, are shown with the solid lines and obtained in fits with independent bin yields freely varied are shown with the error bars (data points). The vertical dashed lines separate the $\D \to \KS \pi^{+} \pi^{-}$ and $\D \to \KS K^{+} K^-$ bins on the horizontal axes. + + + 2508807 + 14972 + http://cds.cern.ch/record/2888151/files/xyfinalres.png + 00018 Confidence level at 68.2\% and 95.5\% probability for (left, green) $x^{\Dstar K}_{+},y^{\Dstar K}_{+}$, (left, violet) $x^{\Dstar K}_{-},y^{\Dstar K}_{-}$ and (right, green) $x^{\Dstar \pi}_{\xi},y^{\Dstar \pi}_{\xi}$ are measured in $B^{\pm}\to \Dstar h^{\pm}$ decays from a profile likelihood scan. + + + 2508808 + 6404 + http://cds.cern.ch/record/2888151/files/xyxifinal.png + 00019 Confidence level at 68.2\% and 95.5\% probability for (left, green) $x^{\Dstar K}_{+},y^{\Dstar K}_{+}$, (left, violet) $x^{\Dstar K}_{-},y^{\Dstar K}_{-}$ and (right, green) $x^{\Dstar \pi}_{\xi},y^{\Dstar \pi}_{\xi}$ are measured in $B^{\pm}\to \Dstar h^{\pm}$ decays from a profile likelihood scan. + + + 2508809 + 2243631 + http://cds.cern.ch/record/2888151/files/2310.04277.pdf + Fulltext + + + 2508810 + 60319 + http://cds.cern.ch/record/2888151/files/massfit_gamma_d2kskk_b2dk.png + 00010 : Projections of (left) $m(\D \hpm)$ invariant-mass distribution and (right) $m(\D\gamma)$ invariant-mass distribution for the $\Bpm\to\Dstar \Kpm$ channels, reconstructed with the $\Dstar\to \D\gamma$, (a) \mbox{$\D\to \KS \Kp\Km$} and (b) $\D\to \KS \pi^+\pi^-$ modes. The signal, in-reco $\Dstar$ and part-reco \Dstar contributions are shown as solid colours. + + + 2508811 + 7372 + http://cds.cern.ch/record/2888151/files/legend_gamma_d2kskk_b2dk.png + 00009 : + + + 2508812 + 34623 + http://cds.cern.ch/record/2888151/files/massfit_pi0_d2kskk_b2dk.png + 00003 : Projections of (left) $m(\D \hpm)$ invariant-mass distribution and (right) $m(\D\piz)$ invariant-mass distribution for the $\Bpm\to\Dstar \Kpm$ channels, reconstructed with the \mbox{$\Dstar\to \D\piz$}, (a) \mbox{$\D\to \KS \Kp\Km$} and (b) \mbox{$\D\to \KS \pi^+\pi^-$} modes. The signal and in-reco $\Dstar$ contributions are shown as solid colours. + + + 2508813 + 30243 + http://cds.cern.ch/record/2888151/files/massfit_pi0_d2kspipi_b2dpi.png + 00008 : Caption not extracted + + + 2508814 + 14448 + http://cds.cern.ch/record/2888151/files/cartesian_cartesian1_g.png + 00020 Confidence limits for the CKM angle $\gamma$, as determined from {\tt GammaCombo}~\cite{GammaCombo, LHCb-PAPER-2021-033}. + + + 2508815 + 6170 + http://cds.cern.ch/record/2888151/files/legend_pi0_d2kspipi_b2dpi.png + 00007 : Caption not extracted + + + 2508816 + 31494 + http://cds.cern.ch/record/2888151/files/cartesian_cartesian1_d_dpi_r_dpi.png + 00024 Confidence level regions for the combination of physical parameters ($\ckmgammaangle, \delta_B^{\Dstar K}, r_B^{\Dstar K}, \delta_B^{\Dstar \pi}, r_B^{\Dstar \pi}$) of interest. The 68\% (hashed blue area) and 95\% (light blue area) are determined from {\tt GammaCombo}~\cite{GammaCombo, LHCb-PAPER-2021-033}. + + + 2508817 + 63806 + http://cds.cern.ch/record/2888151/files/massfit_gamma_d2kspipi_b2dk.png + 00012 : Caption not extracted + + + 2508818 + 31219 + http://cds.cern.ch/record/2888151/files/cartesian_cartesian1_d_dk_r_dk.png + 00022 Confidence level regions for the combination of physical parameters ($\ckmgammaangle, \delta_B^{\Dstar K}, r_B^{\Dstar K}, \delta_B^{\Dstar \pi}, r_B^{\Dstar \pi}$) of interest. The 68\% (hashed blue area) and 95\% (light blue area) are determined from {\tt GammaCombo}~\cite{GammaCombo, LHCb-PAPER-2021-033}. + + + 2508819 + 6850 + http://cds.cern.ch/record/2888151/files/binningschemekskk.png + 00001 (left) ``Optimal'' binning scheme~\cite{Ablikim:2020lpk} used for $D\rightarrow \KS \pi^+\pi^-$ decays. (right) ``2-bins'' binning scheme~\cite{Ablikim:2020cfp} used for $D\rightarrow \KS K^+K^-$ decays. They are the same as those in a previous model-independent measurement~\cite{LHCb-PAPER-2020-019}. + + + 2508820 + 6408 + http://cds.cern.ch/record/2888151/files/legend_gamma_d2kspipi_b2dpi.png + 00015 : Caption not extracted + + + 2512572 + 1486761 + http://cds.cern.ch/record/2888151/files/document.pdf + Fulltext + + + 2523819 + 7372 + http://cds.cern.ch/record/2888151/files/legend_gamma_d2kspipi_b2dk.png + 00011 : Caption not extracted + + + 2523962 + 6829 + http://cds.cern.ch/record/2888151/files/legend_pi0_d2kspipi_b2dk.png + 00004 : Caption not extracted + + + 16 Feb 2024 + + + 13 + + + LHCb_Papers + + + ARTICLE + + + 2875597 + + + lhcb.secretariat@cern.ch + + + n + 202404 + + + + 2886038 + SzGeCERN + 20240130154712.0 + + DOI + American Association for the Advancement of Science + 10.1126/science.adh2526 + + + oai:cds.cern.ch:2886038 + cerncds:FULLTEXT + cerncds:CERN:FULLTEXT + cerncds:CERN + + + https://inspirehep.net/api/oai2d + oai:inspirehep.net:2739562 + 2024-01-09T15:14:42Z + 2024-01-10T05:15:59Z + marcxml + + + Inspire + 2739562 + + + eng + + + He, Xu-Cheng + Helsinki U. + Carnegie Mellon U. + Helsinki Inst. of Phys. + Center for Atmospheric Particle Studies, Carnegie Mellon University, Pittsburgh, PA 15213, USA. + + + American Association for the Advancement of Science + Iodine oxoacids enhance nucleation of sulfuric acid particles in the atmosphere + + + 2023 + + + 7 p + + + American Association for the Advancement of Science + The main nucleating vapor in the atmosphere is thought to be sulfuric acid (H2SO4), stabilized by ammonia (NH3). However, in marine and polar regions, NH3 is generally low, and H2SO4 is frequently found together with iodine oxoacids [HIOx, i.e., iodic acid (HIO3) and iodous acid (HIO2)]. In experiments performed with the CERN CLOUD (Cosmics Leaving OUtdoor Droplets) chamber, we investigated the interplay of H2SO4 and HIOx during atmospheric particle nucleation. We found that HIOx greatly enhances H2SO4(-NH3) nucleation through two different interactions. First, HIO3 strongly binds with H2SO4 in charged clusters so they drive particle nucleation synergistically. Second, HIO2 substitutes for NH3, forming strongly bound H2SO4-HIO2 acid-base pairs in molecular clusters. Global observations imply that HIOx is enhancing H2SO4(-NH3) nucleation rates 10- to 10,000-fold in marine and polar regions. + + + publication + exclusive licensee American Association for the Advancement of Science + + + preprint + CC-BY-4.0 + + + preprint + The Authors + 2023 + + + ARTICLE + + + CERN + + + CLOUD + + + Simon, Mario + Frankfurt U., FIAS + Frankfurt U. + + + Iyer, Siddharth + Tampere U. of Tech. + + + Xie, Hong-Bin + Shanghai Jiao Tong U. + + + Rörup, Birte + Helsinki U. + + + Shen, Jiali + Helsinki U. + + + Finkenzeller, Henning + Colorado U. + Colorado U., CIRES + Cooperative Institute for Research in Environmental Sciences, University of Colorado Boulder, Boulder, CO 80309, USA. + + + Stolzenburg, Dominik + Helsinki U. + Vienna U. + Institute for Materials Chemistry, TU Wien, 1060 Vienna, Austria. + + + Zhang, Rongjie + Shanghai Jiao Tong U. + + + Baccarini, Andrea + PSI, Villigen + Ecole Polytechnique, Lausanne + Laboratory of Atmospheric Processes and their Impact, Ecole Polytechnique Fédérale de Lausanne (EPFL), 1015 Lausanne, Switzerland. + + + Tham, Yee Jun + Helsinki U. + Zhongshan U., Zhuhai + School of Marine Sciences, Sun Yat-sen University, 519082 Zhuhai, China. + + + Wang, Mingyi + Caltech + + + Amanatidis, Stavros + Caltech + + + Piedehierro, Ana A + Helsinki Inst. of Phys. + + + Amorim, Antonio + CMAF, Lisbon + + + Baalbaki, Rima + Helsinki U. + + + Brasseur, Zoé + Helsinki U. + + + Caudillo, Lucía + Frankfurt U., FIAS + Frankfurt U. + + + Chu, Biwu + Helsinki U. + Beijing, Inst. High Energy Phys. + Research Center for Eco-Environmental Sciences, Chinese Academy of Sciences, 100084 Beijing, China. + + + Dada, Lubna + Helsinki U. + PSI, Villigen + Laboratory of Atmospheric Chemistry, Paul Scherrer Institute, CH-5232 Villigen, Switzerland. + + + Duplissy, Jonathan + Helsinki U. + Helsinki Inst. of Phys. + Helsinki Institute of Physics, University of Helsinki, 00014 Helsinki, Finland. + + + Haddad, Imad El + PSI, Villigen + + + Flagan, Richard C + Caltech + + + Granzin, Manuel + Frankfurt U., FIAS + Frankfurt U. + + + Hansel, Armin + Innsbruck U. + + + Heinritzi, Martin + Frankfurt U., FIAS + Frankfurt U. + + + Hofbauer, Victoria + Carnegie Mellon U. + + + Jokinen, Tuija + Helsinki U. + Cyprus Inst. + Climate and Atmosphere Research Centre (CARE-C), The Cyprus Institute, 1645 Nicosia, Cyprus. + + + Kemppainen, Deniz + Helsinki U. + + + Kong, Weimeng + Caltech + + + Krechmer, Jordan + New England Nucl. + + + Kürten, Andreas + Frankfurt U., FIAS + Frankfurt U. + + + Lamkaddam, Houssni + PSI, Villigen + + + Lopez, Brandon + Carnegie Mellon U. + Department of Chemical Engineering, Carnegie Mellon University, Pittsburgh, PA 15213, USA. + + + Ma, Fangfang + Shanghai Jiao Tong U. + + + Mahfouz, Naser G A + Carnegie Mellon U. + + + Makhmutov, Vladimir + Lebedev Inst. + Moscow, MIPT + Moscow Institute of Physics and Technology (National Research University),141701 Moscow, Russian Federation. + + + Manninen, Hanna E + CERN + + + Marie, Guillaume + Frankfurt U., FIAS + Frankfurt U. + + + Marten, Ruby + PSI, Villigen + + + Massabò, Dario + Genoa U. + INFN, Genoa + + + Mauldin, Roy L + Carnegie Mellon U. + Colorado U. + Department of Atmospheric and Oceanic Sciences, University of Colorado Boulder, Boulder, CO 80309, USA. + + + Mentler, Bernhard + Innsbruck U. + + + Onnela, Antti + CERN + + + Petäjä, Tuukka + Helsinki U. + + + Pfeifer, Joschka + CERN + + + Philippov, Maxim + Lebedev Inst. + + + Ranjithkumar, Ananth + British Antarctic Survey + + + Rissanen, Matti P + Tampere U. of Tech. + Helsinki U. + Department of Chemistry, University of Helsinki, 00014 Helsinki, Finland. + + + Schobesberger, Siegfried + Aalto U. + + + Scholz, Wiebke + Innsbruck U. + + + Schulze, Benjamin + Caltech + + + Surdu, Mihnea + PSI, Villigen + + + Thakur, Roseline C + Helsinki U. + + + Tomé, António + Beira Interior U., Covilha + UBI, Covilha + + + Wagner, Andrea C + Frankfurt U., FIAS + Frankfurt U. + + + Wang, Dongyu + PSI, Villigen + + + Wang, Yonghong + Helsinki U. + Beijing, Inst. High Energy Phys. + Research Center for Eco-Environmental Sciences, Chinese Academy of Sciences, 100084 Beijing, China. + + + Weber, Stefan K + CERN + Frankfurt U., FIAS + Frankfurt U. + Institute for Atmospheric and Environmental Sciences, Goethe University Frankfurt, 60438 Frankfurt am Main, Germany. + + + Welti, André + Helsinki Inst. of Phys. + + + Winkler, Paul M + Vienna U. + + + Zauner-Wieczorek, Marcel + Frankfurt U., FIAS + Frankfurt U. + + + Baltensperger, Urs + PSI, Villigen + + + Curtius, Joachim + Frankfurt U., FIAS + Frankfurt U. + + + Kurtén, Theo + Helsinki U. + + + Worsnop, Douglas R + Helsinki U. + New England Nucl. + Aerodyne Research, Inc., Billerica, MA 01821, USA. + + + Volkamer, Rainer + Colorado U. + Colorado U., CIRES + Cooperative Institute for Research in Environmental Sciences, University of Colorado Boulder, Boulder, CO 80309, USA. + + + Lehtipalo, Katrianne + Helsinki U. + Helsinki Inst. of Phys. + Finnish Meteorological Institute, 00560 Helsinki, Finland. + + + Kirkby, Jasper + CERN + Frankfurt U., FIAS + Frankfurt U. + Institute for Atmospheric and Environmental Sciences, Goethe University Frankfurt, 60438 Frankfurt am Main, Germany. + + + Donahue, Neil M + Carnegie Mellon U. + Department of Chemical Engineering, Carnegie Mellon University, Pittsburgh, PA 15213, USA. + Department of Engineering and Public Policy, Carnegie Mellon University, Pittsburgh, PA 15213, USA. + + + Sipilä, Mikko + Helsinki U. + + + Kulmala, Markku + Helsinki U. + Helsinki Inst. of Phys. + Nanjing U. (main) + Beijing U. of Chem. Tech. + Helsinki Institute of Physics, University of Helsinki, 00014 Helsinki, Finland. + Aerosol and Haze Laboratory, Beijing Advanced Innovation Center for Soft Matter Science and Engineering, Beijing University of Chemical Technology, 100029 Beijing, China. + + + adh2526 + 6676 + Science + 382 + 2023 + + + 2504113 + 10215290 + http://cds.cern.ch/record/2886038/files/IodineSulfur_manuscript_CCBY.pdf + Manuscript + + + 2504113 + 12734 + http://cds.cern.ch/record/2886038/files/IodineSulfur_manuscript_CCBY.gif?subformat=icon + icon + Manuscript + + + 2504113 + 18802 + http://cds.cern.ch/record/2886038/files/IodineSulfur_manuscript_CCBY.jpg?subformat=icon-180 + icon-180 + Manuscript + + + 2504113 + 188714 + http://cds.cern.ch/record/2886038/files/IodineSulfur_manuscript_CCBY.jpg?subformat=icon-1440 + icon-1440 + Manuscript + + + 2504113 + 188714 + http://cds.cern.ch/record/2886038/files/IodineSulfur_manuscript_CCBY.jpg?subformat=icon-640 + icon-640 + Manuscript + + + 2504113 + 188714 + http://cds.cern.ch/record/2886038/files/IodineSulfur_manuscript_CCBY.jpg?subformat=icon-700 + icon-700 + Manuscript + + + 13 + + + ARTICLE + + + + 2884472 + 20240208062917.0 + + oai:cds.cern.ch:2884472 + cerncds:FULLTEXT + cerncds:CERN:FULLTEXT + cerncds:CERN + + + DOI + Elsevier Ltd + 10.1016/j.apradiso.2023.110666 + publication + + + arXiv + oai:arXiv.org:2205.15926 + + + oai:inspirehep.net:2089733 + https://inspirehep.net/api/oai2d + Inspire + 2024-02-07T14:57:10Z + 2024-02-08T04:15:55Z + marcxml + true + + + Inspire + 2089733 + + + arXiv + arXiv:2205.15926 + physics.ins-det + + + eng + + + Jörg, Florian + Heidelberg, Max Planck Inst. + Max-Planck-Institut für Kernphysik, Saupfercheckweg 1, 69117 Heidelberg, Germany + + + Elsevier Ltd + Production and characterization of a $^{222}$Rn-emanating stainless steel source + + + Elsevier Ltd + Production and characterization of a $^{222}$Rn-emanating stainless steel source + + + 2023-01-20 + + + 2022-05-31 + + + 7 p + + + arXiv + 9 pages, 11 figures, 8th ICRM-LLRMT conference (2022) + + + Elsevier Ltd + Precise radon measurements are a requirement for various applications, ranging from radiation protection over environmental studies to material screening campaigns for rare-event searches. All of them ultimately depend on the availability of calibration sources with a known and stable radon emanation rate. A new approach to produce clean and dry radon sources by implantation of <sup loc="pre">226</sup>Ra ions into stainless steel has been investigated. In a proof of principle study, two stainless steel plates have been implanted in collaboration with the ISOLDE facility located at CERN. We present results from a complete characterization of the sources. Each sample provides a radon emanation rate of about 2 Bq, which has been measured using electrostatic radon monitors as well as miniaturized proportional counters. Additional measurements using HPGe and alpha spectrometry as well as measurements of the radon emanation rate at low temperatures were carried out. •Production of <sup loc="pre">222</sup>Rn emanating stainless steel sources by implantation of <sup loc="pre">226</sup>Ra.•Measurement of the implanted activity (8 Bq) with HPGe- and alpha-spectrometry.•Radon emanation rate (2 Bq) measured by radon monitor and proportional counter.•Recoil dominated emanation without significant dependence on temperature and pressure. + + + arXiv + Precise radon measurements are a requirement for various applications, ranging from radiation protection over environmental studies to material screening campaigns for rare-event searches. All of them ultimately depend on the availability of calibration sources with a known and stable radon emanation rate. A new approach to produce clean and dry radon sources by implantation of $^{226}$Ra ions into stainless steel has been investigated. In a proof of principle study, two stainless steel plates have been implanted in collaboration with the ISOLDE facility located at CERN. We present results from a complete characterization of the sources. Each sample provides a radon emanation rate of about 2 Bq, which has been measured using electrostatic radon monitors as well as miniaturized proportional counters. Additional measurements using HPGe and alpha spectrometry as well as measurements of the radon emanation rate at low temperatures were carried out. + + + preprint + CC BY-NC-ND 4.0 + http://creativecommons.org/licenses/by-nc-nd/4.0/ + + + publication + Elsevier Ltd + 2023 + + + CDS + + + For annual report + + + arXiv + nucl-ex + + + SzGeCERN + Nuclear Physics - Experiment + + + arXiv + physics.ins-det + + + SzGeCERN + Detectors and Experimental Techniques + + + CERN + + + ARTICLE + + + CERN ISOLDE + + + Eurin, Guillaume + Heidelberg, Max Planck Inst. + IRFU, Saclay + Max-Planck-Institut für Kernphysik, Saupfercheckweg 1, 69117 Heidelberg, Germany + IRFU, CEA, Université Paris-Saclay, F-91191 Gif-sur-Yvette, France11Present address. + + + Simgen, Hardy + Heidelberg, Max Planck Inst. + Max-Planck-Institut für Kernphysik, Saupfercheckweg 1, 69117 Heidelberg, Germany + + + 110666 + publication + Appl. Radiat. Isot. + 194 + 2023 + + + C22-05-02.1 + + + 2501541 + 12147 + http://cds.cern.ch/record/2884472/files/thermal_setup.png + 00008 Sketch of the setup used for the study of temperature dependence of radon emanation rate. + + + 2501542 + 10647 + http://cds.cern.ch/record/2884472/files/by-nc-nd.eu.png + 00000 Ra + + + 2501543 + 39477 + http://cds.cern.ch/record/2884472/files/alpha_spectrum_long.png + 00003 Alpha spectrum acquired for \textit{sample A} long (1.7\,years) after the implantation~\cite{Lecher:2019}. Alpha emission lines from isotopes belonging to the uranium (blue) and thorium (orange) decay chains are visible. + + + 2501544 + 67766 + http://cds.cern.ch/record/2884472/files/alpha_spectrum_early.png + 00010 Alpha emission spectrum of the implanted stainless steel \textit{sample B} 13\,weeks after the implantation~\cite{Herrero:2018}. Most intense alpha emission lines (solid lines) are fit using a sum of Crystal Ball functions~\cite{Skwarnicki:1986xj} with the residuals between data and fit function shown in the lower panel. Data falling in the gray bands were excluded from the fit. Dashed lines indicate possible subdominant contributions. + + + 2501545 + 763897 + http://cds.cern.ch/record/2884472/files/sample_picture.png + 00001 \textbf{Top: }Picture of one of the \isotope{226}{Ra} implanted stainless steel samples. \textbf{Bottom: }Expected implantation depth distribution as simulated using SRIM \cite{Ziegler:2010, Joerg:2017}. + + + 2501546 + 9086 + http://cds.cern.ch/record/2884472/files/density_profile.png + 00002 \textbf{Top: }Picture of one of the \isotope{226}{Ra} implanted stainless steel samples. \textbf{Bottom: }Expected implantation depth distribution as simulated using SRIM \cite{Ziegler:2010, Joerg:2017}. + + + 2501547 + 1971524 + http://cds.cern.ch/record/2884472/files/2205.15926.pdf + Fulltext + + + 2501548 + 9131 + http://cds.cern.ch/record/2884472/files/emanation_t_dependence.png + 00009 Temperature dependence of the radon emanation rate of the \isotope{226}{Ra} implanted stainless steel \textit{sample B} as measured using an electrostatic radon monitor. + + + 2501549 + 30082 + http://cds.cern.ch/record/2884472/files/hpge_spectrum.png + 00005 HPGe gamma spectrum acquired for \textit{sample B}. The most prominent emission lines of $^{226}$Ra (red) as well as its short-lived daughter isotopes $^{214}$Bi (blue) and $^{214}$Pb (yellow) are highlighted. The region around the 186.2\,keV emission line of $^{226}$Ra is shown enlarged in the inset. + + + 2501550 + 841122 + http://cds.cern.ch/record/2884472/files/emanation_vessel.png + 00006 Emanation vessel used for the measurement of the sample's radon emanation rates. The aluminum ring (front) is used to fix the sample in place. + + + 2501551 + 4274 + http://cds.cern.ch/record/2884472/files/hpge_sketch.png + 00004 Cutaway view of the interleaved shielding of the HPGe spectrometer used in this work (figure adapted from~\cite{budjavs:2009}). + + + 2501552 + 35255 + http://cds.cern.ch/record/2884472/files/ce_time_evolution.png + 00011 Time evolution of the $^{139}$Ce activity found in \textit{sample B}. The inset shows the corresponding region of the gamma spectrum for the second measurement. + + + 2501553 + 17946 + http://cds.cern.ch/record/2884472/files/radon_emanation.png + 00007 Equilibrium emanation rate of \isotope{222}{Rn} at room temperature for both samples. Measurements carried out in helium atmosphere at pressure of 1050\,mbar (except for indicated measurement) using miniaturized proportional counters~\cite{Kiko:2001}. + + + 13 + + + 2884386 + 110666 + assergi20220502 + + + ARTICLE + + + + 2884471 + 20240318150527.0 + + oai:cds.cern.ch:2884471 + cerncds:FULLTEXT + cerncds:CERN:FULLTEXT + cerncds:CERN + + + DOI + Royal Society + 10.1098/rspa.2023.0075 + publication + + + arXiv + oai:arXiv.org:2301.08045 + + + Inspire + oai:inspirehep.net:2624633 + 2023-12-20T20:08:05Z + 2023-12-21T03:10:34Z + marcxml + true + https://inspirehep.net/api/oai2d + + + Inspire + 2624633 + + + arXiv + arXiv:2301.08045 + nucl-ex + + + eng + + + Butler, P.A. + Liverpool U. + Oliver Lodge Laboratory, University of Liverpool, Liverpool L69 7ZE + + + Royal Society + Enhancing the performance of solenoidal spectrometers for inverse reactions + + + 2023-05-31 + + + 2023-01-19 + + + 10 p + + + Royal Society + Helical-orbit solenoidal spectrometers, in which the target and detector are placed inside a uniform magnetic field, have been utilized for more than a decade to study nuclear reactions in inverse kinematics, induced by radioactive beams. Methods to improve the final-state energy resolution are presented, and the inclusion of an active gas target is proposed to improve the performance of the spectrometer. + + + arXiv + Helical-orbit solenoidal spectrometers, in which the target and detector are placed inside a uniform magnetic field, have been utilised for more than a decade to study nuclear reactions in inverse kinematics, induced by radioactive beams. Methods to improve the final state energy resolution are presented and the inclusion of an active gas target is proposed to improve the performance of the spectrometer. + + + publication + CC-BY-4.0 + Royal Society + http://creativecommons.org/licenses/by/4.0/ + + + preprint + CC BY 4.0 + http://creativecommons.org/licenses/by/4.0/ + + + research-article + + + DOKIFILE:prsA479.2273 + + + For annual report + + + arXiv + nucl-ex + + + SzGeCERN + Nuclear Physics - Experiment + + + CERN + + + ARTICLE + + + CERN ISOLDE + + + 20230075 + 2273 + Proc. R. Soc. Lond. A + 479 + 2023 + + + 2501489 + 251079 + http://cds.cern.ch/record/2884471/files/contributions_set2_cropped.png + 00001 The contributions to the total $Q$-value resolution of the ISOLDE Solenoidal Spectrometer for differing conditions. The left figure assumes that the uncertainties are given by set 1 in table~\ref{uncertainties} that are the typical values for HELIOS spectrometers. For the central figure the intrinsic energy resolution is reduced from 50keV to 10keV FWHM and the target thickness is reduced from 165 to 10$\mu$g/cm$^2$. For the right figure the beam characteristics are optimised by reducing the transverse emittance and energy spread. The area of each sector is proportional to the square of the $Q$-value resolution arising from the contribution alone. + + + 2501490 + 349284 + http://cds.cern.ch/record/2884471/files/layout_cropped.png + 00003 Layout of the hybrid detector, HELIOS-TPC. The ${\bm E}$ field is parallel to the ${\bm B}$ field and the beam direction. The interaction region is 15cm in the $z$ direction. + + + 2501491 + 212336 + http://cds.cern.ch/record/2884471/files/algorithm_cropped.png + 00008 The projection of the trajectory of the light particle in the magnetic field in the $z-y$ and $x-y$ planes, showing its relation to the position of the intersection on the pad detector ($z_p$) and silicon detector ($z_{Si}$). + + + 2501492 + 561514 + http://cds.cern.ch/record/2884471/files/Publication.pdf + Fulltext + + + 2501493 + 404729 + http://cds.cern.ch/record/2884471/files/efficiency_22Mg.png + 00004 Efficiency, $\epsilon$, for detection of protons in the silicon array from four reactions listed in table~\ref{performance} as a function of the laboratory scattering angle of the ejectile $\zeta_{\rm lab}$ or centre-of-mass scattering angle $\theta_{\rm cm}$. For the $^{22}$Mg($\alpha$,p)$^{25}$Al reaction the black solid squares are measured values for the AT-TPC~\cite{Ran}. For the (d,p) reactions the black solid squares are values from the simulations described in the text for the HELIOS-like spectrometer ISS. The red open circles are for the hybrid HELIOS-TPC spectrometer assuming the layout of figure~\ref{layout} with 50Torr He or D$_2$ gas. The simulations use a nominal value for the reaction $Q$ of zero. + + + 2501494 + 238301 + http://cds.cern.ch/record/2884471/files/contributions_set3_cropped.png + 00002 The contributions to the total $Q$-value resolution of the ISOLDE Solenoidal Spectrometer for differing conditions. The left figure assumes that the uncertainties are given by set 1 in table~\ref{uncertainties} that are the typical values for HELIOS spectrometers. For the central figure the intrinsic energy resolution is reduced from 50keV to 10keV FWHM and the target thickness is reduced from 165 to 10$\mu$g/cm$^2$. For the right figure the beam characteristics are optimised by reducing the transverse emittance and energy spread. The area of each sector is proportional to the square of the $Q$-value resolution arising from the contribution alone. + + + 2501495 + 401466 + http://cds.cern.ch/record/2884471/files/efficiency_Hg.png + 00006 Efficiency, $\epsilon$, for detection of protons in the silicon array from four reactions listed in table~\ref{performance} as a function of the laboratory scattering angle of the ejectile $\zeta_{\rm lab}$ or centre-of-mass scattering angle $\theta_{\rm cm}$. For the $^{22}$Mg($\alpha$,p)$^{25}$Al reaction the black solid squares are measured values for the AT-TPC~\cite{Ran}. For the (d,p) reactions the black solid squares are values from the simulations described in the text for the HELIOS-like spectrometer ISS. The red open circles are for the hybrid HELIOS-TPC spectrometer assuming the layout of figure~\ref{layout} with 50Torr He or D$_2$ gas. The simulations use a nominal value for the reaction $Q$ of zero. + + + 2501496 + 4321723 + http://cds.cern.ch/record/2884471/files/2301.08045.pdf + Fulltext + + + 2501497 + 189847 + http://cds.cern.ch/record/2884471/files/contributions_set1_cropped.png + 00000 The contributions to the total $Q$-value resolution of the ISOLDE Solenoidal Spectrometer for differing conditions. The left figure assumes that the uncertainties are given by set 1 in table~\ref{uncertainties} that are the typical values for HELIOS spectrometers. For the central figure the intrinsic energy resolution is reduced from 50keV to 10keV FWHM and the target thickness is reduced from 165 to 10$\mu$g/cm$^2$. For the right figure the beam characteristics are optimised by reducing the transverse emittance and energy spread. The area of each sector is proportional to the square of the $Q$-value resolution arising from the contribution alone. + + + 2501498 + 315480 + http://cds.cern.ch/record/2884471/files/efficiency_86Kr.png + 00007 Efficiency, $\epsilon$, for detection of protons in the silicon array from four reactions listed in table~\ref{performance} as a function of the laboratory scattering angle of the ejectile $\zeta_{\rm lab}$ or centre-of-mass scattering angle $\theta_{\rm cm}$. For the $^{22}$Mg($\alpha$,p)$^{25}$Al reaction the black solid squares are measured values for the AT-TPC~\cite{Ran}. For the (d,p) reactions the black solid squares are values from the simulations described in the text for the HELIOS-like spectrometer ISS. The red open circles are for the hybrid HELIOS-TPC spectrometer assuming the layout of figure~\ref{layout} with 50Torr He or D$_2$ gas. The simulations use a nominal value for the reaction $Q$ of zero. + + + 2501499 + 395196 + http://cds.cern.ch/record/2884471/files/efficiency_28Mg.png + 00005 Efficiency, $\epsilon$, for detection of protons in the silicon array from four reactions listed in table~\ref{performance} as a function of the laboratory scattering angle of the ejectile $\zeta_{\rm lab}$ or centre-of-mass scattering angle $\theta_{\rm cm}$. For the $^{22}$Mg($\alpha$,p)$^{25}$Al reaction the black solid squares are measured values for the AT-TPC~\cite{Ran}. For the (d,p) reactions the black solid squares are values from the simulations described in the text for the HELIOS-like spectrometer ISS. The red open circles are for the hybrid HELIOS-TPC spectrometer assuming the layout of figure~\ref{layout} with 50Torr He or D$_2$ gas. The simulations use a nominal value for the reaction $Q$ of zero. + + + 13 + + + ARTICLE + + + + 2884470 + 20240219165752.0 + + DOI + Springer + 10.1140/epjc/s10052-023-12334-9 + + + oai:cds.cern.ch:2884470 + cerncds:FULLTEXT + cerncds:CERN:FULLTEXT + cerncds:CERN + + + arXiv + oai:arXiv.org:2310.14014 + + + oai:inspirehep.net:2713408 + https://inspirehep.net/api/oai2d + Inspire + 2024-01-09T23:24:14Z + 2024-01-10T03:00:22Z + marcxml + true + + + Inspire + 2713408 + + + arXiv + arXiv:2310.14014 + hep-ph + + + eng + + + Pech, M.A. May + GRID:grid.9486.3 + Mexico U. + Instituto de Física, Universidad Nacional Autónoma de México, A.P. 20-364, 01000 Mexico City, Mexico + + + Springer + Reduction of couplings in the Type-II 2HDM + + + 2023-12-14 + + + 2023-10-21 + + + 7 p + + + arXiv + 13 pages, 2 tables + + + Springer + The idea of reduction of couplings consists in the search for relations between seemingly independent couplings of a renormalizable theory that are renormalization group invariant. In this article, we demonstrate the existence of such 1-loop relations among the top Yukawa, the Higgs quartic and the gauge colour couplings of the Type-II Two Higgs Doublet Model at a high-energy boundary. The phenomenological viability of the reduced theory suggests the value of $\tan \beta $ and the scale in which new physics may appear. + + + arXiv + The idea of reduction of couplings consists in the search for relations between seemingly independent couplings of a renormalizable theory that are renormalization group invariant. In this article, we demonstrate the existence of such 1-loop relations among the top Yukawa, the Higgs quartic and the gauge colour couplings of the Type-II Two Higgs Doublet Model at a high-energy boundary. The phenomenological viability of the reduced theory suggests the value of $\tan\beta$ and the scale in which new physics may appear. + + + publication + CC-BY-4.0 + Springer + http://creativecommons.org/licenses/by/4.0/ + SCOAP3 + + + preprint + arXiv nonexclusive-distrib 1.0 + http://arxiv.org/licenses/nonexclusive-distrib/1.0/ + + + desy + hepcrawl + 2023-12-16T20:27:46.795603 + 6575261 + + + The Author(s) + publication + 2023 + + + CDS + + + R + 2023-10-26 + abs + + + R + 2023-10-29 + printed + + + hep-th + arXiv + + + Particle Physics - Theory + SzGeCERN + + + hep-ph + arXiv + + + Particle Physics - Phenomenology + SzGeCERN + + + CERN + + + ARTICLE + + + Mondragón, M. + GRID:grid.9486.3 + Mexico U. + Instituto de Física, Universidad Nacional Autónoma de México, A.P. 20-364, 01000 Mexico City, Mexico + + + Patellis, G. + ORCID:0000-0002-5053-3994 + grigorios.patellis@tecnico.ulisboa.pt + GRID:grid.9983.b + Lisbon, CFTP + Lisbon, IST + Centro de Física Teórica de Partículas-CFTP, Instituto Superior Técnico, Departamento de Física, Universidade de Lisboa, Avenida Rovisco Pais 1, 1049-001 Lisbon, Portugal + + + Zoupanos, G. + GRID:grid.4241.3 + GRID:grid.7700.0 + GRID:grid.435824.c + GRID:grid.9132.9 + Natl. Tech. U., Athens + Heidelberg U. + Munich, Max Planck Inst. + CERN + Physics Department, National Technical University, Zografou, 157 80 Athens, Greece + Institut für Theoretische Physik der Universität Heidelberg, Philosophenweg 16, 69120 Heidelberg, Germany + Max-Planck Institut für Physik, Föhringer Ring 6, 80805 Munich, Germany + Theoretical Physics Department, CERN, Geneva, Switzerland + + + 1129 + 12 + 2023 + Eur. Phys. J. C + 83 + + + 2501487 + 175831 + http://cds.cern.ch/record/2884470/files/2310.14014.pdf + Fulltext + + + 2501488 + 281686 + http://cds.cern.ch/record/2884470/files/Publication.pdf + Fulltext + + + 13 + + + ARTICLE + + + + 2884469 + 20240126160606.0 + + DOI + arXiv + 10.1016/j.ijms.2023.117166 + publication + + + oai:cds.cern.ch:2884469 + cerncds:FULLTEXT + cerncds:CERN:FULLTEXT + cerncds:CERN + + + arXiv + oai:arXiv.org:2311.16150 + + + Inspire + oai:inspirehep.net:2727380 + 2024-01-25T10:17:17Z + 2024-01-26T03:00:16Z + marcxml + true + https://inspirehep.net/api/oai2d + + + Inspire + 2727380 + + + arXiv + arXiv:2311.16150 + physics.ins-det + + + eng + + + Schlaich, M. + Darmstadt, Tech. Hochsch. + Technische Universität Darmstadt, Institut für Kernphysik, Schloßgartenstraße 9, 64289 Darmstadt, Germany + + + arXiv + A multi-reflection time-of-flight mass spectrometer for the offline ion source of the PUMA experiment + + + 2023-10-31 + + + 2023-11-07 + + + 9 p + + + arXiv + The antiProton Unstable Matter Annihilation experiment (PUMA) at CERN aims at investigating the nucleon composition in the matter density tail of radioactive as well as stable isotopes by use of low-energy antiproton-nucleon annihilation processes. For this purpose, antiprotons provided by the Extra Low ENergy Antiproton (ELENA) facility will be trapped together with the ions of interest. While exotic ions will be obtained by the Isotope mass Separator On-Line DEvice (ISOLDE), stable ions will be delivered from an offline ion source setup designed for this purpose. This allows the proposed technique to be applied to a variety of stable nuclei and for reference measurements. For beam purification, the ion source setup includes a multi-reflection time-of-flight mass spectrometer (MR-ToF MS). Supported by SIMION simulations, an earlier MR-ToF MS design has been modified to meet the requirements of PUMA. During commissioning of the new MR-ToF device with Ar$^+$ ions, mass resolving powers in excess of 50,000 have been obtained after 150 revolutions, limited by the chopping of the continuous beam from an electron impact ionisation source. + + + preprint + CC BY 4.0 + http://creativecommons.org/licenses/by/4.0/ + + + publication + Elsevier B.V. + 2023 + + + CDS + + + For annual report + + + arXiv + nucl-ex + + + SzGeCERN + Nuclear Physics - Experiment + + + arXiv + physics.ins-det + + + SzGeCERN + Detectors and Experimental Techniques + + + CERN + + + ARTICLE + + + CERN ISOLDE + + + Fischer, J. + Darmstadt, Tech. Hochsch. + Technische Universität Darmstadt, Institut für Kernphysik, Schloßgartenstraße 9, 64289 Darmstadt, Germany + + + Fischer, P. + Greifswald U. + Universität Greifswald, Institut für Physik, Felix-Hausdorff-Straße 6, 17489 Greifswald, Germany + + + Klink, C. + Darmstadt, Tech. Hochsch. + Technische Universität Darmstadt, Institut für Kernphysik, Schloßgartenstraße 9, 64289 Darmstadt, Germany + + + Obertelli, A. + Darmstadt, Tech. Hochsch. + Technische Universität Darmstadt, Institut für Kernphysik, Schloßgartenstraße 9, 64289 Darmstadt, Germany + + + Schmidt, A. + Darmstadt, Tech. Hochsch. + Technische Universität Darmstadt, Institut für Kernphysik, Schloßgartenstraße 9, 64289 Darmstadt, Germany + + + Schweikhard, L. + Greifswald U. + Universität Greifswald, Institut für Physik, Felix-Hausdorff-Straße 6, 17489 Greifswald, Germany + + + Wienholtz, F. + Darmstadt, Tech. Hochsch. + Technische Universität Darmstadt, Institut für Kernphysik, Schloßgartenstraße 9, 64289 Darmstadt, Germany + + + 117166 + Int. J. Mass Spectrometry + 495 + 2024 + + + 2501476 + 1533368 + http://cds.cern.ch/record/2884469/files/Figure6_sec4_CAD-MR-ToF-MS_2column.png + 00005 CAD representation in half-section view of the MR-ToF MS. Ions are trapped between two electrostatic mirrors (indicated in red), which are separated by a drift tube. Lens and steering electrodes as well as in-trap deflectors are included. + + + 2501477 + 338436 + http://cds.cern.ch/record/2884469/files/Figure1_sec1_CAD-overview_ion-source_2column.png + 00000 CAD representation of the PUMA offline ion source beamline. The ions generated in the ion source are mass-separated in the MR-ToF MS and cooled and bunched in the RFQ. Three movable time-of-flight (ToF) detectors allow a stepwise characterisation of the ion beam. + + + 2501478 + 202648 + http://cds.cern.ch/record/2884469/files/Figure4_sec3.3_acceptance_1.5column.png + 00003 Acceptance plot of the Greifswald (left) and Darmstadt (right) MR-ToF MS geometries. The respective applied potential profiles are selected based on the largest mass resolving power found in the final MC simulation. The second orthogonal part of the phase space, the z-z' plane (beam axis along the x-axis), is redundant due to the rotational symmetry of the electrodes. + + + 2501479 + 11116645 + http://cds.cern.ch/record/2884469/files/2311.16150.pdf + Fulltext + + + 2501480 + 16221 + http://cds.cern.ch/record/2884469/files/Figure3_sec3.3_simulation-gem_2column.png + 00002 Cross-sectional view of the final MR-ToF MS geometry implementation in SIMION\textsuperscript{\textregistered} including all relevant dimensions. The distance between each electrode is $\SI{5}{\milli\meter}$. Due to mirror symmetry, only one half of the device is shown. For design reasons, the inner diameter of the mirror electrodes later had to be reduced from \SI{68}{\milli\meter} to \SI{62}{\milli\meter}. + + + 2501481 + 35142 + http://cds.cern.ch/record/2884469/files/Figure8_sec5_Ar-N-vs-ToF-scan_1column.png + 00007 Ion intensity of $^{40}$Ar$^+$ ions measured as a function of the ToF after the ejection from the MR-ToF MS $\tau$ and the number of revolutions $N$ for which the ions are trapped in the MR-ToF MS for (top). Evolution of the mass resolving power as a function of $N$ (bottom). + + + 2501482 + 31948 + http://cds.cern.ch/record/2884469/files/Figure2_sec3.2_len-dia-comparison_1column.png + 00001 Relative solution space found in the MC simulations as a function of the mirror electrode inner diameter and length. For more details see the text. + + + 2501483 + 876782 + http://cds.cern.ch/record/2884469/files/Figure7_sec4.1_sub-assemblies_2column.png + 00006 CAD representation of the individual electrode modules in cross-section view. The innermost electrode stack (a) includes a support for the drift tube and an in-trap deflector electrode for mass-selective ion deflection. Formed by a shielding electrode and six mirror electrodes, the electrostatic mirror (b) creates the trapping potential. At the injection and ejection sides, respectively, an einzel lens and an ion steerer allow for ion-beam adjustments (c). Both arms of the MR-ToF mass spectrometer are arranged with mirror symmetry. + + + 2501484 + 80095 + http://cds.cern.ch/record/2884469/files/Figure9_sec5_Xe-N-vs-ToF-scans_2column.png + 00008 Ion intensity of Xe$^+$ ions measured as a function of the ToF after the ejection from the MR-ToF MS $\tau$ and the number of revolutions $N$ for which the ions are trapped in the MR-ToF MS for. All three plots show the same measurement, where once the deflector is switched off (left), once the deflector is switched on and synchronised to A=132 (centre) and once synchronised to A=131 (right). In case of the right plot, the capture time is shifted by $\SI{2}{\micro\second}$ to keep the $^{132}$Xe$^+$ ions in the lift for a larger number of revolutions. + + + 2501485 + 446269 + http://cds.cern.ch/record/2884469/files/Figure5_sec3.4_potential-space_2column.png + 00004 Potential space obtained from the MC simulation described in Sec. \ref{Sec:simulation-method} for the final MR-ToF MS geometry. The spot size indicates the final bunch width of simulated ion bunch and the colour its penetration depth into the electrostatic mirror volume, which has a total length of $\SI{199}{\milli\meter}$. + + + 13 + + + ARTICLE + + + + 2883672 + 20240219185316.0 + + DOI + APS + 10.1103/PhysRevD.108.123002 + publication + + + oai:cds.cern.ch:2883672 + cerncds:FULLTEXT + cerncds:CERN:FULLTEXT + cerncds:CERN + + + arXiv + oai:arXiv.org:2308.15522 + + + Inspire + oai:inspirehep.net:2691927 + 2023-12-26T16:28:53Z + 2023-12-27T03:00:02Z + marcxml + true + https://inspirehep.net/api/oai2d + + + Inspire + 2691927 + + + arXiv + arXiv:2308.15522 + hep-ph + + + arXiv:reportnumber + IPMU23-0028 + + + arXiv:reportnumber + IPPP/23/48 + + + eng + + + Flores, Marcos M. + UCLA + Department of Physics and Astronomy, University of California, Los Angeles, Los Angeles, California 90095-1547, USA + + + APS + Testing high scale supersymmetry via second order gravitational waves + + + 2023-12-04 + + + 2023-08-29 + + + 9 p + + + arXiv + 9 pages, 3 figures + + + APS + Supersymmetry predicts multiple flat directions, some of which carry a net baryon or lepton number. Condensates in such directions form during inflation and later fragment into <math display="inline"><mrow><mi>Q</mi></mrow></math> balls, which can become the building blocks of primordial black holes. Thus, supersymmetry can create conditions for an intermediate matter-dominated era with black holes dominating the energy density of the Universe. Unlike particle matter, black holes decay suddenly enough to result in an observable gravitational wave signal via the poltergeist mechanism. We investigate the gravitational wave signatures of supersymmetry realized at energy scales that might not be accessible to present-day colliders. + + + arXiv + Supersymmetry predicts multiple flat directions, some of which carry a net baryon or lepton number. Condensates in such directions form during inflation and later fragment into Q-balls, which can become the building blocks of primordial black holes. Thus supersymmetry can create conditions for an intermediate matter-dominated era with black holes dominating the energy density of the universe. Unlike particle matter, black holes decay suddenly enough to result in an observable gravitational wave signal via the poltergeist mechanism. We investigate the gravitational waves signatures of supersymmetry realized at energy scales that might not be accessible to present-day colliders. + + + publication + CC BY 4.0 + SCOAP3 + https://creativecommons.org/licenses/by/4.0/ + + + preprint + CC BY 4.0 + http://creativecommons.org/licenses/by/4.0/ + + + APS + hepcrawl + 2023-12-07T15:36:10.471248 + 6538437 + + + publication + authors + 2023 + + + 3 + 2023-09-07 + abs + + + 3 + 2023-09-12 + printed + + + arXiv + astro-ph.CO + + + SzGeCERN + Astrophysics and Astronomy + + + arXiv + hep-ph + + + SzGeCERN + Particle Physics - Phenomenology + + + CERN + + + ARTICLE + + + Kusenko, Alexander + UCLA + CERN + Tokyo U., IPMU + Department of Physics and Astronomy, University of California, Los Angeles, Los Angeles, California 90095-1547, USA + Theoretical Physics Department, CERN, 1211 Geneva 23, Switzerland + Kavli Institute for the Physics and Mathematics of the Universe (WPI), UTIAS, The University of Tokyo, Kashiwa, Chiba 277-8583, Japan + + + Pearce, Lauren + Melbourne U. + Pennsylvania State University-New Kensington, New Kensington, Pennsylvania 15068, USA + + + Perez-Gonzalez, Yuber F. + ORCID:0000-0002-2020-7223 + Durham U., IPPP + Institute for Particle Physics Phenomenology, Durham University, South Road, Durham DH1 3LE, United Kingdom + + + White, Graham + Southampton U. + School of Physics and Astronomy, University of Southampton, Southampton SO17 1BJ, United Kingdom + + + 123002 + publication + 12 + Phys. Rev. D + 108 + 2023 + + + 2499298 + 18098 + http://cds.cern.ch/record/2883672/files/time_scales.png + 00000 Overview of timeline in our scenario. + + + 2499299 + 1409941 + http://cds.cern.ch/record/2883672/files/2308.15522.pdf + Fulltext + + + 2499300 + 47330 + http://cds.cern.ch/record/2883672/files/par_space_v4.png + 00001 (Left) Ratio of the conformal time at evaporation $\eta_{\rm eq, 2}$ to that at PBH-radiation equality $\eta_{\rm eq, 1}$ for the parameter space spanned by the initial PBH fraction $\beta$ and the scale $\Lambda$. The shaded regions are constrained by different requirements (see text), and the hatched region corresponds to the non-linear regime for the GW generation in the poltergeist mechanism. (Right) Sensitivity to the same parameter space from future GW observatories, THEIA (green), $\mu$-ARES (light blue), LISA (pink), DECIGO (darker orange), BBO (purple). The blue star indicates the benchmark chosen for Fig.~\ref{fig:GWs}. + + + 2499301 + 579082 + http://cds.cern.ch/record/2883672/files/Publication.pdf + Fulltext + + + 2499302 + 24060 + http://cds.cern.ch/record/2883672/files/GW_spectrum.png + 00002 (Left) PBH (purple) and radiation (green) energy densities normalized to the total as function of the scale factor for benchmark parameters of $\Lambda = 5.25\times 10^{13}~{\rm GeV}$ for the SUSY breaking scale, $\beta = 5\times 10^{-5}$ for the initial PBH fraction. (Right) GW spectrum for the same benchmark (full black) as function of the frequency, together with sensitivity regions for THEIA (green), $\mu$-ARES (light blue), LISA (light red), BBO (light purple), and DECIGO (light orange). + + + 13 + + + ARTICLE + + + + 2882429 + 20240219191126.0 + + DOI + SciPost Fundation + 10.21468/SciPostPhys.15.4.177 + + + oai:cds.cern.ch:2882429 + cerncds:FULLTEXT + cerncds:CERN:FULLTEXT + cerncds:CERN + + + arXiv + oai:arXiv.org:2212.11918 + + + oai:inspirehep.net:2617479 + https://inspirehep.net/api/oai2d + Inspire + 2023-11-29T20:09:58Z + 2023-11-30T03:00:20Z + marcxml + true + + + Inspire + 2617479 + + + arXiv + arXiv:2212.11918 + hep-ph + + + arXiv:reportnumber + ULB-TH/22-28 + + + eng + + + Frigerio, Michele + U. Montpellier, L2C + Laboratoire Charles Coulomb [L2C] + + + SciPost Fundation + Dark matter from the centre of SU(N) + + + 2023-10-25 + + + 2022-12-22 + + + 31 p + + + SciPost Fundation + A dark sector with non-abelian gauge symmetry provides a sound framework to justify stable dark matter (DM) candidates. We consider scalar fields charged under a $SU(N)$ gauge group, and show that the centre of $SU(N)$, the discrete subgroup $Z_N$ also known as $N$-ality, can ensure the stability of scalar DM particles. We analyse in some details two minimal DM models of this class, based on $SU(2)$ and $SU(3)$, respectively. These models have non-trivial patterns of spontaneous symmetry breaking, leading to distinctive phenomenological implications. For the $SU(2)$ model these include a specific interplay of two DM states, with the same interactions but different masses, and several complementary DM annihilation regimes, either within the dark sector or through the Higgs portal. The $SU(3)$ model predicts dark radiation made of a pair of dark photons with a unique gauge coupling, as well as regimes where DM semi-annihilations become dominant and testable. + + + arXiv + A dark sector with non-abelian gauge symmetry provides a sound framework to justify stable dark matter (DM) candidates. We consider scalar fields charged under a $SU(N)$ gauge group, and show that the centre of $SU(N)$, the discrete subgroup $Z_N$ also known as $N$-ality, can ensure the stability of scalar DM particles. We analyse in some details two minimal DM models of this class, based on $SU(2)$ and $SU(3)$, respectively. These models have non-trivial patterns of spontaneous symmetry breaking, leading to distinctive phenomenological implications. For the $SU(2)$ model these include a specific interplay of two DM states, with the same interactions but different masses, and several complementary DM annihilation regimes, either within the dark sector or through the Higgs portal. The $SU(3)$ model predicts dark radiation made of a pair of dark photons with a unique gauge coupling, as well as regimes where DM semi-annihilations become dominant and testable. + + + publication + CC-BY-4.0 + SciPost Fundation + https://creativecommons.org/licenses/by/4.0/ + Collective + + + preprint + arXiv nonexclusive-distrib 1.0 + http://arxiv.org/licenses/nonexclusive-distrib/1.0/ + + + desy + hepcrawl + 2023-11-18T10:30:38.163095 + 6450132 + + + The authors + publication + 2023 + + + CDS + + + HAL + + + 8 + 2022-12-29 + abs + + + 3 + 2023-01-11 + abs + + + 3 + 2023-01-16 + printed + + + hep-ph + arXiv + + + Particle Physics - Phenomenology + SzGeCERN + + + CERN + + + ARTICLE + + + Grimbaum-Yamamoto, Nicolas + Brussels U. + Université Libre de Bruxelles [ULB] + + + Hambye, Thomas + Brussels U. + CERN + Université Libre de Bruxelles [ULB] + Organisation européenne pour la recherche nucléaire / European Organization for Nuclear Research [CERN] + + + 177 + 4 + 2023 + SciPost Phys. + 15 + + + 2496636 + 440847 + http://cds.cern.ch/record/2882429/files/pure_gaugeNew.png + 00001 Values of $\alpha_D$ leading to the observed DM relic density, in the dark photon annihilation regime, as a function of $m_{\chi_-}$, for various values of the ratio $m_{\chi_+}/m_{\chi_-}$. The regions forbidden by the unitarity, extra radiation, and ellipticity constraints are also shown, see text. + + + 2496637 + 2700786 + http://cds.cern.ch/record/2882429/files/Publication.pdf + Fulltext + + + 2496638 + 420391 + http://cds.cern.ch/record/2882429/files/higgs-10.png + 00006 Constraints holding on the DM annihilation through the Higgs portal, for three values of the mass ratio $m_{\chi_+}/m_{\chi_-}=1$ (upper panel), $10$ (lower left), and $100$ (lower right): Higgs-boson invisible width \cite{ATLAS:2022vkf} (excluding the dark blue shaded region), DM direct detection \cite{XENON:2018voc, LZ:2022ufs} (light and dark brown, for Xenon and LZ respectively), perturbativity (purple), and $\Delta N_{eff}$ (green), see text. In each panel, the solid curve (already shown in Fig.~\ref{fig:HiggsportalOmega}) indicates the values of $\lambda_{\chi H}$ which reproduce the observed DM relic density. For the sake of comparison we also show the coupling needed when DM is an SM-singlet real scalar (solid grey line) and the corresponding direct detection constraint \cite{LZ:2022ufs} (dashed grey line). + + + 2496639 + 168897 + http://cds.cern.ch/record/2882429/files/semi-annihilation_en.png + 00009 Left panel: Values of the trilinear coupling $\kappa$ leading to the observed DM relic density, in the regime where the semi-annihilations $\chi\chi\to\chi^*h$ are dominant, as a function of $m_\chi$ and for different values of the $h-\rho$ mixing angle $\theta_m$. Right panel: The solid (dotted, dashed) curves show the energy of the $\chi$ (blue) and $X$ (green) monochromatic lines as a function of $m_\chi$, for $X=h$ with $m_h=125$ GeV ($X=A_D$ with $m_{A_D}=0$, $X=\rho$ with $m_\rho= 1$ TeV). + + + 2496640 + 2987219 + http://cds.cern.ch/record/2882429/files/2212.11918.pdf + Fulltext + + + 2496641 + 222139 + http://cds.cern.ch/record/2882429/files/higgs_portal.png + 00004 The DM relic density in the Higgs portal regime. The left panel shows the values of $\Omega_{\chi_{\pm}}/\Omega_{DM}$, for $m_{\chi_+}/m_{\chi_-}=10$ (purple) and for $m_{\chi_+}/m_{\chi_-}=1$ (orange). The right panel shows the values of the Higgs portal coupling $\lambda_{\chi H}$ leading to the observed DM relic density, as a function of $m_{\chi_-}$, for various values of the ratio $m_{\chi_+}/m_{\chi_-}$. We shaded the region where the DM relic density is too large, independently of the mass ratio. For the sake of comparison we also show the coupling needed when DM is an SM-singlet real scalar. + + + 2496642 + 113731 + http://cds.cern.ch/record/2882429/files/OmegaRatiof10_HiggsPortal.png + 00003 The DM relic density in the Higgs portal regime. The left panel shows the values of $\Omega_{\chi_{\pm}}/\Omega_{DM}$, for $m_{\chi_+}/m_{\chi_-}=10$ (purple) and for $m_{\chi_+}/m_{\chi_-}=1$ (orange). The right panel shows the values of the Higgs portal coupling $\lambda_{\chi H}$ leading to the observed DM relic density, as a function of $m_{\chi_-}$, for various values of the ratio $m_{\chi_+}/m_{\chi_-}$. We shaded the region where the DM relic density is too large, independently of the mass ratio. For the sake of comparison we also show the coupling needed when DM is an SM-singlet real scalar. + + + 2496643 + 187327 + http://cds.cern.ch/record/2882429/files/semi-annihilation.png + 00008 Left panel: Values of the trilinear coupling $\kappa$ leading to the observed DM relic density, in the regime where the semi-annihilations $\chi\chi\to\chi^*h$ are dominant, as a function of $m_\chi$ and for different values of the $h-\rho$ mixing angle $\theta_m$. Right panel: The solid (dotted, dashed) curves show the energy of the $\chi$ (blue) and $X$ (green) monochromatic lines as a function of $m_\chi$, for $X=h$ with $m_h=125$ GeV ($X=A_D$ with $m_{A_D}=0$, $X=\rho$ with $m_\rho= 1$ TeV). + + + 2496644 + 429795 + http://cds.cern.ch/record/2882429/files/higgs-1.png + 00005 Constraints holding on the DM annihilation through the Higgs portal, for three values of the mass ratio $m_{\chi_+}/m_{\chi_-}=1$ (upper panel), $10$ (lower left), and $100$ (lower right): Higgs-boson invisible width \cite{ATLAS:2022vkf} (excluding the dark blue shaded region), DM direct detection \cite{XENON:2018voc, LZ:2022ufs} (light and dark brown, for Xenon and LZ respectively), perturbativity (purple), and $\Delta N_{eff}$ (green), see text. In each panel, the solid curve (already shown in Fig.~\ref{fig:HiggsportalOmega}) indicates the values of $\lambda_{\chi H}$ which reproduce the observed DM relic density. For the sake of comparison we also show the coupling needed when DM is an SM-singlet real scalar (solid grey line) and the corresponding direct detection constraint \cite{LZ:2022ufs} (dashed grey line). + + + 2496645 + 226267 + http://cds.cern.ch/record/2882429/files/rho_plus.png + 00002 Values of $\lambda_{\chi \Phi} v_D/m_{\chi^+}$ leading to the observed DM relic density in the annihilation into $\rho$ regime, as a function of $m_{\chi_-}$, for various values of the ratio $m_{\chi_+}/m_{\chi_-}$. The regions forbidden by the unitarity and extra radiation constraints are also shown. + + + 2496646 + 373673 + http://cds.cern.ch/record/2882429/files/higgs-100.png + 00007 Constraints holding on the DM annihilation through the Higgs portal, for three values of the mass ratio $m_{\chi_+}/m_{\chi_-}=1$ (upper panel), $10$ (lower left), and $100$ (lower right): Higgs-boson invisible width \cite{ATLAS:2022vkf} (excluding the dark blue shaded region), DM direct detection \cite{XENON:2018voc, LZ:2022ufs} (light and dark brown, for Xenon and LZ respectively), perturbativity (purple), and $\Delta N_{eff}$ (green), see text. In each panel, the solid curve (already shown in Fig.~\ref{fig:HiggsportalOmega}) indicates the values of $\lambda_{\chi H}$ which reproduce the observed DM relic density. For the sake of comparison we also show the coupling needed when DM is an SM-singlet real scalar (solid grey line) and the corresponding direct detection constraint \cite{LZ:2022ufs} (dashed grey line). + + + 2496647 + 441695 + http://cds.cern.ch/record/2882429/files/feynmandiagrams.png + 00000 Annihilation processes for the DM candidates $\chi_\pm$ in the $SU(2)_D$ model. + + + 13 + + + ARTICLE + + + + 2882335 + 20231129042740.0 + + DOI + AIP + 10.1063/5.0167262 + + + oai:cds.cern.ch:2882335 + cerncds:FULLTEXT + cerncds:CERN:FULLTEXT + cerncds:CERN + + + arXiv + oai:arXiv.org:2308.12873 + + + oai:inspirehep.net:2690769 + https://inspirehep.net/api/oai2d + Inspire + 2023-11-28T20:08:20Z + 2023-11-29T03:00:13Z + marcxml + true + + + Inspire + 2690769 + + + arXiv + arXiv:2308.12873 + physics.ins-det + + + eng + + + Latacz, B.M. + ORCID:0000-0003-2320-1713 + CERN + RIKEN (main) + CERN, Esplanade des Particules 1, 1217 Meyrin, Switzerland + RIKEN, Ulmer Fundamental Symmetries Laboratory, 2-1 Hirosawa, Wako, Saitama 351-0198, Japan + + + AIP + Ultra-thin polymer foil cryogenic window for antiproton deceleration and storage + + + 2023-10-01 + + + 2023-08-24 + + + 11 p + + + AIP + We present the design and characterization of a cryogenic window based on an ultra-thin aluminized biaxially oriented polyethylene terephthalate foil at T < 10 K, which can withstand a pressure difference larger than 1 bar at a leak rate <1×10−9 mbar l/s. Its thickness of ∼1.7 μm makes it transparent to various types of particles over a broad energy range. To optimize the transfer of 100 keV antiprotons through the window, we tested the degrading properties of different aluminum coated polymer foils of thicknesses between 900 and 2160 nm, concluding that 1760 nm foil decelerates antiprotons to an average energy of 5 keV. We have also explicitly studied the permeation as a function of coating thickness and temperature and have performed extensive thermal and mechanical endurance and stress tests. Our final design integrated into the experiment has an effective open surface consisting of seven holes with a diameter of 1 mm and will transmit up to 2.5% of the injected 100 keV antiproton beam delivered by the Antiproton Decelerator and Extra Low ENergy Antiproton ring facility of CERN. + + + arXiv + We present the design and characterisation of a cryogenic window based on an ultra-thin aluminised PET foil at T < 10K, which can withstand a pressure difference larger than 1bar at a leak rate < $1\times 10^{-9}$ mbar$\cdot$ l/s. Its thickness of approximately 1.7 $\mu$m makes it transparent to various types of particles over a broad energy range. To optimise the transfer of 100keV antiprotons through the window, we tested the degrading properties of different aluminium coated PET foils of thicknesses between 900nm and 2160nm, concluding that 1760nm foil decelerates antiprotons to an average energy of 5 keV. We have also explicitly studied the permeation as a function of coating thickness and temperature, and have performed extensive thermal and mechanical endurance and stress tests. Our final design integrated into the experiment has an effective open surface consisting of 7 holes with 1 mm diameter and will transmit up to 2.5% of the injected 100keV antiproton beam delivered by the AD/ELENA-facility of CERN. + + + publication + CC-BY-4.0 + AIP + http://creativecommons.org/licenses/by/4.0/ + + + preprint + arXiv nonexclusive-distrib 1.0 + http://arxiv.org/licenses/nonexclusive-distrib/1.0/ + + + desy + hepcrawl + 2023-11-03T21:26:33.709366 + 6364857 + + + Author(s) + publication + 2023 + + + https://pubs.aip.org/aip/rsi/article/94/10/103310/2918219/Ultra-thin-polymer-foil-cryogenic-window-for + + + ARTICLES + + + Equipment and Techniques for Ion Optics and Acceleration; Particle Sources and Detectors; Magnets for ion beam control; Atomic and Nuclear Physics Instrumentation + + + DOKIFILE:rsi94.10_2023-11-03--0003 + + + L + 2023-08-31 + abs + + + L + 2023-09-03 + printed + + + physics.atom-ph + arXiv + + + Other Fields of Physics + SzGeCERN + + + physics.ins-det + arXiv + + + Detectors and Experimental Techniques + SzGeCERN + + + CERN + + + ARTICLE + + + Arndt, B.P. + ORCID:0009-0002-1061-5917 + Heidelberg, Max Planck Inst. + Darmstadt, GSI + Max-Planck-Institut für Kernphysik, Saupfercheckweg 1, D-69117 Heidelberg, Germany + GSI-Helmholtzzentrum für Schwerionenforschung GmbH, Planckstraße 1, D-64291 Darmstadt, Germany + + + Devlin, J.A. + ORCID:0000-0002-4448-5471 + CERN + RIKEN (main) + CERN, Esplanade des Particules 1, 1217 Meyrin, Switzerland + RIKEN, Ulmer Fundamental Symmetries Laboratory, 2-1 Hirosawa, Wako, Saitama 351-0198, Japan + + + Erlewein, S.R. + ORCID:0000-0002-0388-3051 + RIKEN (main) + Heidelberg, Max Planck Inst. + RIKEN, Ulmer Fundamental Symmetries Laboratory, 2-1 Hirosawa, Wako, Saitama 351-0198, Japan + Max-Planck-Institut für Kernphysik, Saupfercheckweg 1, D-69117 Heidelberg, Germany + + + Fleck, M. + ORCID:0000-0003-4114-1902 + RIKEN (main) + Tokyo U., Komaba + RIKEN, Ulmer Fundamental Symmetries Laboratory, 2-1 Hirosawa, Wako, Saitama 351-0198, Japan + Graduate School of Arts and Sciences, University of Tokyo, 3-8-1 Komaba, Meguro, Tokyo 153-0041, Japan + + + Jäger, J.I. + ORCID:0009-0006-6117-2975 + CERN + RIKEN (main) + Heidelberg, Max Planck Inst. + CERN, Esplanade des Particules 1, 1217 Meyrin, Switzerland + RIKEN, Ulmer Fundamental Symmetries Laboratory, 2-1 Hirosawa, Wako, Saitama 351-0198, Japan + Max-Planck-Institut für Kernphysik, Saupfercheckweg 1, D-69117 Heidelberg, Germany + + + Micke, P. + ORCID:0000-0001-7430-8751 + CERN + RIKEN (main) + Heidelberg, Max Planck Inst. + CERN, Esplanade des Particules 1, 1217 Meyrin, Switzerland + RIKEN, Ulmer Fundamental Symmetries Laboratory, 2-1 Hirosawa, Wako, Saitama 351-0198, Japan + Max-Planck-Institut für Kernphysik, Saupfercheckweg 1, D-69117 Heidelberg, Germany + + + Umbrazunas, G. + ORCID:0000-0001-7104-5597 + RIKEN (main) + Zurich, ETH + RIKEN, Ulmer Fundamental Symmetries Laboratory, 2-1 Hirosawa, Wako, Saitama 351-0198, Japan + Eidgenössische Technische Hochschule Zürich, John-von-Neumann-Weg 9, 8093 Zürich, Switzerland + + + Wursten, E. + ORCID:0000-0002-2413-2214 + RIKEN (main) + RIKEN, Ulmer Fundamental Symmetries Laboratory, 2-1 Hirosawa, Wako, Saitama 351-0198, Japan + + + Abbass, F. + Mainz U., Inst. Phys. + Institut für Physik, Johannes Gutenberg-Universität, Staudinger Weg 7, D-55099 Mainz, Germany + + + Schweitzer, D. + Mainz U., Inst. Phys. + Institut für Physik, Johannes Gutenberg-Universität, Staudinger Weg 7, D-55099 Mainz, Germany + + + Wiesinger, M. + ORCID:0000-0003-0111-8812 + Heidelberg, Max Planck Inst. + Max-Planck-Institut für Kernphysik, Saupfercheckweg 1, D-69117 Heidelberg, Germany + + + Will, C. + ORCID:0000-0003-4622-7799 + Heidelberg, Max Planck Inst. + Max-Planck-Institut für Kernphysik, Saupfercheckweg 1, D-69117 Heidelberg, Germany + + + Yildiz, H. + ORCID:0009-0009-8661-8816 + Mainz U., Inst. Phys. + Institut für Physik, Johannes Gutenberg-Universität, Staudinger Weg 7, D-55099 Mainz, Germany + + + Blaum, K. + ORCID:0000-0003-4468-9316 + Heidelberg, Max Planck Inst. + Max-Planck-Institut für Kernphysik, Saupfercheckweg 1, D-69117 Heidelberg, Germany + + + Matsuda, Y. + ORCID:0000-0002-9847-3791 + Tokyo U., Komaba + Graduate School of Arts and Sciences, University of Tokyo, 3-8-1 Komaba, Meguro, Tokyo 153-0041, Japan + + + Mooser, A. + ORCID:0000-0002-0292-5723 + Heidelberg, Max Planck Inst. + Max-Planck-Institut für Kernphysik, Saupfercheckweg 1, D-69117 Heidelberg, Germany + + + Ospelkaus, C. + ORCID:0000-0002-4170-2936 + Leibniz U., Hannover + Bucharest U. + Institut für Quantenoptik, Leibniz Universität, Welfengarten 1, D-30167 Hannover, Germany + Physikalisch-Technische Bundesanstalt, Bundesallee 100, D-38116 Braunschweig, Germany + + + Smorra, C. + ORCID:0000-0001-5584-7960 + RIKEN (main) + Mainz U., Inst. Phys. + RIKEN, Ulmer Fundamental Symmetries Laboratory, 2-1 Hirosawa, Wako, Saitama 351-0198, Japan + Institut für Physik, Johannes Gutenberg-Universität, Staudinger Weg 7, D-55099 Mainz, Germany + + + Sótér, A. + ORCID:0000-0002-3751-9944 + Zurich, ETH + Eidgenössische Technische Hochschule Zürich, John-von-Neumann-Weg 9, 8093 Zürich, Switzerland + + + Quint, W. + ORCID:0000-0003-0682-7247 + Darmstadt, GSI + GSI-Helmholtzzentrum für Schwerionenforschung GmbH, Planckstraße 1, D-64291 Darmstadt, Germany + + + Walz, J. + ORCID:0009-0001-9075-7562 + Mainz U., Inst. Phys. + CERN, Esplanade des Particules 1, 1217 Meyrin, Switzerland + Institut für Physik, Johannes Gutenberg-Universität, Staudinger Weg 7, D-55099 Mainz, Germany + Helmholtz-Institut Mainz, Johannes Gutenberg-Universität, Staudingerweg 18, D-55128 Mainz, Germany + + + Yamazaki, Y. + ORCID:0000-0001-5712-0853 + RIKEN (main) + RIKEN, Ulmer Fundamental Symmetries Laboratory, 2-1 Hirosawa, Wako, Saitama 351-0198, Japan + + + Ulmer, S. + ORCID:0000-0002-4185-4147 + RIKEN (main) + Heinrich Heine U., Dusseldorf + CERN, Esplanade des Particules 1, 1217 Meyrin, Switzerland + RIKEN, Ulmer Fundamental Symmetries Laboratory, 2-1 Hirosawa, Wako, Saitama 351-0198, Japan + + + 103310 + 10 + 2023 + Rev. Sci. Instrum. + 94 + + + 2496480 + 7759 + http://cds.cern.ch/record/2882335/files/11.png + 00005 Measured energy of the transmitted beam as a function of the foil thickness (red round points) compared to the simple phenomenological model presented in Section \ref{theory_simple_model} based on measured data of the stopping power of antiprotons in carbon \cite{moller2002antiproton} (blue squares) and the model presented in Ref. \onlinecite{nordlund2022large} (green triangles). + + + 2496481 + 26487 + http://cds.cern.ch/record/2882335/files/10.png + 00004 Stopping power values for protons $\text{p}$ or antiprotons $\bar{\text{p}}$, for: carbon - $S(E)_{C/\text{p}(\bar{\text{p}})}$; Mylar (from SRIM) - $S(E)_{Mylar/\text{p}}$; Mylar (from Ref. \onlinecite{nordlund2022large}) - $S(E)_{Mylar/\bar{\text{p}}}$; Mylar according to model described in the text - $S(E)_{Mylar/\bar{\text{p}}}\cdot \lambda$; Mylar according to model described in the text with parameter $\lambda$ fitted to the data - $S(E)_{Mylar/\bar{\text{p}}}\cdot \lambda_{data}$. + + + 2496482 + 6783474 + http://cds.cern.ch/record/2882335/files/Publication.pdf + Fulltext + + + 2496483 + 17844 + http://cds.cern.ch/record/2882335/files/9.png + 00003 Cryogenic endurance tests with a 2160 nm thick foil. (a) A 68 hours long exemplary interval of the leak rate measurement at 10 K. The full experiment lasted for 25 days. (b) Leak rate as a function of time, while performing cryogenic endurance test carried out at 77 K with liquid nitrogen. The foil was continuously pumped and re-pressurised. The leak rate was limited by thermal expansion of the support vacuum chamber, for further details we refer to the text. The test was performed with a single hole with 1.2 mm diameter as transmission channel. + + + 2496484 + 9903 + http://cds.cern.ch/record/2882335/files/7.png + 00001 Measured leak rate through the 2160 nm aluminised Mylar as a function of the number of 1-mm-diameter holes with a fitted straight line (blue) together with a shaded 2$\sigma$ confidence interval. + + + 2496485 + 8957 + http://cds.cern.ch/record/2882335/files/6.png + 00000 Permeation constant for 900 nm thick Mylar foil as a function of the aluminium coating thickness added on both sides together with a shaded $\pm$2$\sigma$ confidence interval of the fitted exponential function. Uncertainties are dominated by the measurement of the foil thickness. Each leak measurement is an average of over 60 min of data (3600 points), collected 60 minutes after start of pumping. These measurements were performed with a stamp with 7 1-mm-diameter holes. The point at 0~nm aluminium thickness is a reference point to a pure Mylar foil measured with a stamp with one 1.2 mm diameter hole. Measurement performed at room temperature. + + + 2496486 + 2527075 + http://cds.cern.ch/record/2882335/files/2308.12873.pdf + Fulltext + + + 2496487 + 25494 + http://cds.cern.ch/record/2882335/files/8.png + 00002 Leak rate through a 1960 nm thick foil as a function of its temperature. Data were treated with a median filter with a time step of 19.8 s. + + + 13 + + + ARTICLE + + + + 2882328 + 20231220042415.0 + + oai:cds.cern.ch:2882328 + cerncds:FULLTEXT + cerncds:CERN:FULLTEXT + cerncds:CERN + + + DOI + APS + 10.1103/PhysRevD.108.114013 + publication + + + arXiv + oai:arXiv.org:2310.16449 + + + oai:inspirehep.net:2714262 + https://inspirehep.net/api/oai2d + Inspire + 2023-12-19T09:53:42Z + 2023-12-20T03:00:11Z + marcxml + true + + + Inspire + 2714262 + + + arXiv + arXiv:2310.16449 + hep-th + + + arXiv:reportnumber + FTPI-MINN-23-19 + + + CERN-TH-2023-188 + + + UMN-TH-4227/23 + + + eng + + + Shifman, Mikhail + shifman@umn.edu + Minnesota U., Theor. Phys. Inst. + William I. Fine Theoretical Physics Institute, University of Minnesota, Minneapolis, Minnesota 55455, USA + + + arXiv + Relating $\beta'_*$ and $\gamma'_{Q*}$ in the ${\cal N}=1$ SQCD Conformal Window + + + 2023-12-01 + + + 2023-10-25 + + + 8 p + + + APS + In this paper we show that <math display="inline"><msubsup><mi>β</mi><mo>*</mo><mo>′</mo></msubsup></math>, the <math display="inline"><mi>β</mi></math>-function slopes in the electric and magnetic theories, are equal at the corresponding infrared fixed points. This follows from the scaling of the correlators of the trace of the energy momentum tensors. The slopes <math display="inline"><msubsup><mi>β</mi><mo>*</mo><mo>′</mo></msubsup></math> determine the scaling dimensions. Our paper can be considered as a commentary to D. Anselmi, M. T. Grisaru, and A. Johansen [Nucl. Phys. B491, 221 (1997)]; it proposes an improved derivation not based on a rather contrived construction by D. Kutasov [Phys. Lett. B 351, 230 (1995)], D. Kutasov and A. Schwimmer [Phys. Lett. B 354, 315 (1995)], and D. Kutasov, A. Schwimmer, and N. Seiberg, [Nucl. Phys. B459, 455 (1996)]. As a byproduct we note that <math display="inline"><mrow><msubsup><mrow><mi>γ</mi></mrow><mrow><msup><mrow><mi>Q</mi></mrow><mrow><mo>*</mo></mrow></msup></mrow><mrow><mo>′</mo></mrow></msubsup></mrow></math>—the slopes of the matter superfield anomalous dimension—vanish at both edges of the conformal window where one of the dual theories is strongly coupled. Finally, we determine the two-coupling magnetic fixed point at weak coupling correcting the result of I. I. Kogan, M. A. Shifman, and A. I. Vainshtein [Phys. Rev. D 53, 4526 (1996); Phys. Rev. D59, 109903(E) (1999)]. + + + arXiv + In this note we show that $\beta'_*$, the $\beta$-function slopes in the electric and magnetic theories are equal at the corresponding infrared fixed points. This follows from the scaling of the correlators of the trace of the energy momentum tensors. The slopes $\beta'_*$ determine the scaling dimensions. Our paper can be considered as a commentary to Anselmi et al. [1] -- it proposes an improved derivation not based on a rather contrived construction by Kutasov et al. [2]. As a byproduct we note that $\gamma'_{Q^*}$-- the slopes of the matter superfield anomalous dimension -- vanish at both edges of the conformal window where one of the dual theories is strongly coupled. Finally, we determine the two-coupling magnetic fixed point at weak coupling correcting the result of [3]. + + + preprint + CC BY 4.0 + http://creativecommons.org/licenses/by/4.0/ + + + publication + CC BY 4.0 + SCOAP3 + https://creativecommons.org/licenses/by/4.0/ + + + publication + authors + 2023 + + + Y + 2023-11-02 + abs + + + Y + 2023-11-06 + printed + + + CERN-TH + + + arXiv + hep-ph + + + SzGeCERN + Particle Physics - Phenomenology + + + arXiv + hep-th + + + SzGeCERN + Particle Physics - Theory + + + CERN + + + ARTICLE + + + Zwicky, Roman + roman.zwicky@ed.ac.uk + U. Edinburgh, Higgs Ctr. Theor. Phys. + CERN + Theoretical Physics Department, CERN, Esplanade des Particules 1, Geneva CH-1211, Switzerland + Higgs Centre for Theoretical Physics, School of Physics and Astronomy, The University of Edinburgh, Edinburgh EH9 3JZ, United Kingdom + + + 114013 + publication + 11 + Phys. Rev. D + 108 + 2023 + + + 2496334 + 13652 + http://cds.cern.ch/record/2882328/files/flowmag.png + 00000 \small Illustration of the RG flow in the magnetic theory. Red dots denote IR fixed points given in \eqref{eq:magIR} for $N_f$ just above $\frac{3}{2} N_c$ where the magnetic theory is weakly coupled. + + + 2496335 + 1215452 + http://cds.cern.ch/record/2882328/files/2310.16449.pdf + Fulltext + + + 2501500 + 235553 + http://cds.cern.ch/record/2882328/files/Publication.pdf + Fulltext + + + 13 + + + ARTICLE + + + + 2882327 + 20240328075433.0 + + oai:cds.cern.ch:2882327 + cerncds:FULLTEXT + cerncds:CERN:FULLTEXT + cerncds:CERN + + + DOI + Elsevier B.V. + 10.1016/j.rinp.2023.107245 + publication + + + arXiv + oai:arXiv.org:2307.14026 + + + oai:inspirehep.net:2681817 + https://inspirehep.net/api/oai2d + Inspire + 2024-03-27T19:09:00Z + 2024-03-28T03:00:13Z + marcxml + true + + + Inspire + 2681817 + + + arXiv + arXiv:2307.14026 + physics.acc-ph + + + eng + + + González-Iglesias, Daniel + daniel.gonzalez-iglesias@uv.es + Valencia U., IFIC + Instituto de Física Corpuscular (IFIC), CSIC-UV, c/ Catedrático José Beltrán 2, 46980 Paterna, Spain + + + Elsevier B.V. + Non-resonant ultra-fast multipactor regime in dielectric-assist accelerating structures + + + 2023-12-06 + + + 2023-07-26 + + + 12 p + + + Elsevier B.V. + The objective of this work is the evaluation of the risk of suffering a multipactor discharge in an S-band dielectric-assist accelerating (DAA) structure for a compact low-energy linear particle accelerator dedicated to hadrontherapy treatments. A DAA structure consists of ultra-low loss dielectric cylinders and disks with irises which are periodically arranged in a metallic enclosure, with the advantage of having an extremely high quality factor and very high shunt impedance at room temperature, and it is therefore proposed as a potential alternative to conventional disk-loaded copper structures. However, it has been observed that these structures suffer from multipactor discharges. In fact, multipactor is one of the main problems of these devices, as it limits the maximum accelerating gradient. Because of this, the analysis of multipactor risk in the early design steps of DAA cavities is crucial to ensure the correct performance of the device after fabrication. In this paper, we present a comprehensive and detailed study of multipactor in our DAA design through numerical simulations performed with an in-house developed code based on the Monte–Carlo method. The phenomenology of the multipactor (resonant electron trajectories, electron flight time between impacts, etc.) is described in detail for different values of the accelerating gradient. It has been found that in these structures an ultra-fast non-resonant multipactor appears, which is different from the types of multipactor theoretically studied in the scientific literature. In addition, the effect of several low electron emission coatings on the multipactor threshold is investigated. Furthermore, a novel design based on the modification of the DAA cell geometry for multipactor mitigation is introduced, which shows a significant increase in the accelerating gradient handling capabilities of our prototype. •Multipactor discharge risk in a dielectric-assisted accelerator is analyzed by numerical simulations.•Multipactor phenomenology and electron statistics in the DAA cell are examined.•Analysis of dielectric coatings to reduce the SEY and suppress the multipactor.•Modification of the DAA cell geometry to mitigate the multipactor is investigated + + + arXiv + The objective of this work is the evaluation of the risk of suffering a multipactor discharge in an S-band dielectric-assist accelerating (DAA) structure for a compact low-energy linear particle accelerator dedicated to hadrontherapy treatments. A DAA structure consists of ultra-low loss dielectric ciylinders and disks with irises which are periodically arranged in a metallic enclosure, with the advantage of having an extremely high quality factor and very high shunt impedance at room temperature, and it is therefore proposed as a potential alternative to conventional disk-loaded copper structures. However, it has been observed that these structures suffer from multipactor discharges. In fact, multipactor is one of the main problems of these devices, as it limits the maximum accelerating gradient. Because of this, the analysis of multipactor risk in the early design steps of DAA cavities is crucial to ensure the correct performance of the device after fabrication. In this paper, we present a comprehensive and detailed study of multipactor in our DAA design through numerical simulations performed with an in-house developed code based on the Monte-Carlo method. The phenomenology of the multipactor (resonant electron trajectories, electron flight time between impacts, etc.) is described in detail for different values of the accelerating gradient. It has been found that in these structures an ultra-fast non-resonant multipactor appears, which is different from the types of multipactor theoretically studied in the scientific literature. In addition, the effect of several low electron emission coatings on the multipactor threshold is investigated. Furthermore, a novel design based on the modification of the DAA cell geometry for multipactor mitigation is introduced, which shows a significant increase in the accelerating gradient handling capabilities of our prototype. + + + preprint + arXiv nonexclusive-distrib 1.0 + http://arxiv.org/licenses/nonexclusive-distrib/1.0/ + + + publication + CC BY-NC-ND 4.0 + http://creativecommons.org/licenses/by-nc-nd/4.0/ + + + publication + 2023 + + + arXiv + physics.plasm-ph + + + SzGeCERN + Other Fields of Physics + + + arXiv + physics.acc-ph + + + SzGeCERN + Accelerators and Storage Rings + + + CERN + + + ARTICLE + + + Gimeno, Benito + Valencia U., IFIC + Instituto de Física Corpuscular (IFIC), CSIC-UV, c/ Catedrático José Beltrán 2, 46980 Paterna, Spain + + + Esperante, Daniel + Valencia U., IFIC + Instituto de Física Corpuscular (IFIC), CSIC-UV, c/ Catedrático José Beltrán 2, 46980 Paterna, Spain + + + Martinez-Reviriego, Pablo + Valencia U., IFIC + Instituto de Física Corpuscular (IFIC), CSIC-UV, c/ Catedrático José Beltrán 2, 46980 Paterna, Spain + + + Martín-Luna, Pablo + Valencia U., IFIC + Instituto de Física Corpuscular (IFIC), CSIC-UV, c/ Catedrático José Beltrán 2, 46980 Paterna, Spain + + + Fuster-Martínez, Nuria + Valencia U., IFIC + Instituto de Física Corpuscular (IFIC), CSIC-UV, c/ Catedrático José Beltrán 2, 46980 Paterna, Spain + + + Blanch, César + Valencia U., IFIC + Instituto de Física Corpuscular (IFIC), CSIC-UV, c/ Catedrático José Beltrán 2, 46980 Paterna, Spain + + + Martínez, Eduardo + Valencia U., IFIC + Instituto de Física Corpuscular (IFIC), CSIC-UV, c/ Catedrático José Beltrán 2, 46980 Paterna, Spain + + + Menendez, Abraham + Valencia U., IFIC + Instituto de Física Corpuscular (IFIC), CSIC-UV, c/ Catedrático José Beltrán 2, 46980 Paterna, Spain + + + Fuster, Juan + Valencia U., IFIC + Instituto de Física Corpuscular (IFIC), CSIC-UV, c/ Catedrático José Beltrán 2, 46980 Paterna, Spain + + + Grudiev, Alexej + CERN + CERN, European Organization for Nuclear Research, Geneva 1221, Switzerland + + + 107245 + publication + Results Phys. + 56 + 2024 + + + 2496322 + 73646 + http://cds.cern.ch/record/2882327/files/seys.png + 00002 SEY of $MgTiO_3$ samples without coating (sample 7) (a), $MgTiO_3$ with Acree technologies inc. coating (b), with Nanotec Co. coating (c), and with ac-400nm bldg 867 coating (d), as a function of the primary electron kinetic energy. Experimental data as well as the fit to the Furman and Pivi model are shown. + + + 2496323 + 9135 + http://cds.cern.ch/record/2882327/files/esquema_celda_DAA_modificada.png + 00007 Schematic of the modified DAA cell. + + + 2496324 + 30446 + http://cds.cern.ch/record/2882327/files/sigma_ac40nnbldg867_nuevageom_vs_old.png + 00010 Comparisons of the growth factor $\sigma$ for ac-400 nm bldg 867 coverage in the original cell and in the new design, for the \textit{down} (left) and \textit{up} (right) zones. + + + 2496325 + 50334 + http://cds.cern.ch/record/2882327/files/sigma_comparativas.png + 00003 Comparisons of the growth factor $\sigma$ for the different dielectric material cases (dielectric uncoated, Nanotec Co. coating, Acree technologies inc. coating, ac-400 nm bldg 867 coating) for the different zones \textit{down} (a) and \textit{up} (b). + + + 2496326 + 123616 + http://cds.cern.ch/record/2882327/files/20MVm-ejemplo-com.png + 00005 Left side: statistics of the multipactor simulation for $E_0 = 20$ MV/m (\textit{down} zone), same captions as in Fig. \ref{1MVm-down}. Right side: results for $E_0 = 20$ MV/m (\textit{down} zone) from the theoretical model for an electron departing from the lateral wall and impacting again with the same surface. e) Electron impact time normalized to the RF period as a function of initial field phase, including the results provided by the approximate eq. approximate (\ref{t_aprox}) and by the trajectory equation (\ref{ec_r}). f) Radial trajectory for an electron with initial field phase $\theta = 280^{\circ}$, including the results of the analytical eq. (\ref{ec_r}), of the approximate eq. (\ref{r_aprox}), and of the differential eq. of the motion integrated with the Boris method. Same captions for g) and h) as in Fig. \ref{1MVm-down}. + + + 2496327 + 108869 + http://cds.cern.ch/record/2882327/files/1MVm-down-completo.png + 00004 Left side: statistics of the multipactor simulation for $E_0 = 1$ MV/m (\textit{down} zone). a) Number of electrons in the structure as a function of time normalised to the period of the RF signal. b) Colour map with the number of electrons impacting at each position of the walls being able to generate two or more secondary electrons. c) Histogram with the time of flight of the electrons (generating two or more secondaries) between successive impacts normalised to the period of the RF signal. d) Histogram with the probability that an electron generating more than one secondary will impact at a certain angle with respect to the normal to the surface. Right side: results for $E_0 = 1$ MV/m (\textit{down} zone) from the theoretical model for an electron departing from the right lateral wall and impacting with the left sidewall. e) Electron impact time normalized to the RF period as a function of initial field phase. f) Radial trajectory for an electron with initial field phase $\theta = 10^{\circ}$. g) Impact angle of the electron with respect to the surface normal as a function of the initial field phase. h) Impact kinetic energy of the electron as a function of the initial field phase. + + + 2496328 + 144432 + http://cds.cern.ch/record/2882327/files/cell.png + 00000 Schematic of a DAA structure with its characteristic dimensions. Figure extracted from \cite{9387344}. + + + 2496329 + 32650 + http://cds.cern.ch/record/2882327/files/sigma_japonesa_nuevageom_vs_old.png + 00009 Comparisons of the growth factor $\sigma$ for the Nanotec Co. coating in the original cell and in the new design, for the \textit{down} (left) and \textit{up} (right) zones. + + + 2496330 + 103746 + http://cds.cern.ch/record/2882327/files/5-20MVm-up.png + 00006 Left (right) side: statistics of the multipactor simulation for $E_0 = 5$ MV/m ($E_0 = 20$ MV/m) in the \textit{up} zone. Same captions as in Fig. \ref{1MVm-down}. + + + 2496331 + 53205 + http://cds.cern.ch/record/2882327/files/cell_zonas.png + 00001 Left: schematic of a regular cell of a DAA structure. Right: nomenclature with the different zones of the DAA cell \cite{9387344}. + + + 2496332 + 32528 + http://cds.cern.ch/record/2882327/files/sigma_uncoated_nuevageom_vs_old.png + 00008 Growth factor comparisons for uncoated $MgTiO_3$ in the original cell and in the new design, for the \textit{down} (left) and \textit{up} (right) zones. + + + 2496333 + 1005731 + http://cds.cern.ch/record/2882327/files/2307.14026.pdf + Fulltext + + + 2500834 + 2509530 + http://cds.cern.ch/record/2882327/files/Publication.pdf + + + 13 + + + ARTICLE + + + + 2882324 + 20240419062723.0 + + DOI + Elsevier B.V. + 10.1016/j.physletb.2023.138278 + publication + + + DOI + arXiv + 10.1016/j.physletb.2023.138278 + publication + + + oai:cds.cern.ch:2882324 + cerncds:FULLTEXT + cerncds:CERN:FULLTEXT + cerncds:CERN + + + arXiv + oai:arXiv.org:2311.01110 + + + oai:inspirehep.net:2716131 + https://inspirehep.net/api/oai2d + Inspire + 2024-04-18T06:09:05Z + 2024-04-19T02:27:40Z + marcxml + true + + + Inspire + 2716131 + + + arXiv + arXiv:2311.01110 + nucl-ex + + + eng + + + Lechner, S. + simon.lechner@cern.ch + CERN + Vienna, Tech. U., Atominst. + Experimental Physics Department, CERN, CH-1211 Geneva 23, Switzerland + Technische Universität Wien, AT-1040 Wien, Austria + + + Elsevier B.V. + Electromagnetic moments of the antimony isotopes $^{112−133}$Sb + + + Elsevier B.V. + Electromagnetic moments of the antimony isotopes 112−133Sb + + + 2023-10-26 + + + 2023-11-02 + + + 9 p + + + Elsevier B.V. + Nuclear moments of the antimony isotopes <sup loc="post">113−133</sup>Sb are measured by collinear laser spectroscopy and used to benchmark phenomenological shell-model and ab initio calculations in the valence-space in-medium similarity renormalization group (VS-IMSRG). The shell-model calculations reproduce the electromagnetic moments over all Sb isotopes when suitable effective g-factors and charges are employed. Good agreement is achieved by VS-IMSRG for magnetic moments on the neutron-deficient side for both odd-even and odd-odd Sb isotopes while its results deviate from experiment on the neutron-rich side. When the same effective g-factors are used, VS-IMSRG agrees with experiment nearly as well as the shell model. Hence, the wave functions are very similar in both approaches and missing contributions to the M1 operator are identified as the cause of the discrepancy of VS-IMSRG with experiment. Electric quadrupole moments remain more challenging for VS-IMSRG. + + + arXiv + Nuclear moments of the antimony isotopes $^{113-133}$Sb are measured by collinear laser spectroscopy and used to benchmark phenomenological shell-model and \textit{ab initio} calculations in the valence-space in-medium similarity renormalization group (VS-IMSRG). The shell-model calculations reproduce the electromagnetic moments over all Sb isotopes when suitable effective $g$-factors and charges are employed. Good agreement is achieved by VS-IMSRG for magnetic moments on the neutron-deficient side for both odd-even and odd-odd Sb isotopes while its results deviate from experiment on the neutron-rich side. When the same effective $g$-factors are used, VS-IMSRG agrees with experiment nearly as well as the shell model. Hence, the wave functions are very similar in both approaches and missing contributions to the M1 operator are identified as the cause of the discrepancy of VS-IMSRG with experiment. Electric quadrupole moments remain more challenging for VS-IMSRG. + + + publication + CC BY 4.0 + http://creativecommons.org/licenses/by/4.0/ + SCOAP3 + + + preprint + CC BY-NC-ND 4.0 + http://creativecommons.org/licenses/by-nc-nd/4.0/ + + + Elsevier + hepcrawl + 2023-11-26T16:25:28.716336 + 6480136 + + + The Authors + publication + 2023 + + + HAL + + + nucl-th + arXiv + + + Nuclear Physics - Theory + SzGeCERN + + + nucl-ex + arXiv + + + Nuclear Physics - Experiment + SzGeCERN + + + CERN + + + ARTICLE + + + Miyagi, T. + Darmstadt, EMMI + Heidelberg, Max Planck Inst. + TRIUMF + Institut für Kernphysik, Department of Physics, TU Darmstadt, D-64289 Darmstadt, Germany + ExtreMe Matter Institute EMMI, GSI Helmholtzzentrum für Schwerionenforschung GmbH, 64291 Darmstadt, Germany + Max-Planck-Institut für Kernphysik, Saupfercheckweg 1, 69117 Heidelberg, Germany + TRIUMF, Vancouver, British Columbia V6T 2A3, Canada + + + Xu, Z.Y. + Leuven U. + Tennessee U. + Instituut voor Kern- en Stalingsfysica, KU Leuven, B-3001, Leuven, Belgium + Department of Physics and Astronomy, University of Tennessee, 37996 Knoxville, TN, USA + + + Bissell, M.L. + Manchester U. + CERN + School of Physics and Astronomy, University of Manchester, Manchester, M13 9PL, United Kingdom + Experimental Physics Department, CERN, CH-1211 Geneva 23, Switzerland + + + Blaum, K. + Heidelberg, Max Planck Inst. + Max-Planck-Institut für Kernphysik, Saupfercheckweg 1, 69117 Heidelberg, Germany + + + Cheal, B. + Liverpool U. + Oliver Lodge Laboratory, University of Liverpool, Liverpool, L69 7ZE, United Kingdom + + + Devlin, C.S. + Liverpool U. + Oliver Lodge Laboratory, University of Liverpool, Liverpool, L69 7ZE, United Kingdom + + + Garcia Ruiz, R.F. + CERN + Experimental Physics Department, CERN, CH-1211 Geneva 23, Switzerland + + + Ginges, J.S.M. + Queensland U. + School of Mathematics and Physics, The University of Queensland, Brisbane QLD 4072, Australia + + + Heylen, H. + CERN + Heidelberg, Max Planck Inst. + Experimental Physics Department, CERN, CH-1211 Geneva 23, Switzerland + Max-Planck-Institut für Kernphysik, Saupfercheckweg 1, 69117 Heidelberg, Germany + + + Holt, J.D. + TRIUMF + TRIUMF, Vancouver, British Columbia V6T 2A3, Canada + + + Imgram, P. + Darmstadt, EMMI + Leuven U. + Institut für Kernphysik, Department of Physics, TU Darmstadt, D-64289 Darmstadt, Germany + Instituut voor Kern- en Stalingsfysica, KU Leuven, B-3001, Leuven, Belgium + + + Kanellakopoulos, A. + Leuven U. + Instituut voor Kern- en Stalingsfysica, KU Leuven, B-3001, Leuven, Belgium + + + Koszorús, Á. + CERN + Leuven U. + Experimental Physics Department, CERN, CH-1211 Geneva 23, Switzerland + Instituut voor Kern- en Stalingsfysica, KU Leuven, B-3001, Leuven, Belgium + + + Malbrunot-Ettenauer, S. + CERN + TRIUMF + Toronto U. + Experimental Physics Department, CERN, CH-1211 Geneva 23, Switzerland + TRIUMF, Vancouver, British Columbia V6T 2A3, Canada + Department of Physics, University of Toronto, 60 St. George St., Toronto, Ontario, Canada + + + Neugart, R. + Heidelberg, Max Planck Inst. + Mainz U., Inst. Kernphys. + Max-Planck-Institut für Kernphysik, Saupfercheckweg 1, 69117 Heidelberg, Germany + Institut für Kernchemie, Universität Mainz, D-55128 Mainz, Germany + + + Neyens, G. + CERN + Leuven U. + Experimental Physics Department, CERN, CH-1211 Geneva 23, Switzerland + Instituut voor Kern- en Stalingsfysica, KU Leuven, B-3001, Leuven, Belgium + + + Nörtershäuser, W. + Darmstadt, EMMI + Institut für Kernphysik, Department of Physics, TU Darmstadt, D-64289 Darmstadt, Germany + + + Plattner, P. + CERN + Innsbruck U. + Heidelberg, Max Planck Inst. + Experimental Physics Department, CERN, CH-1211 Geneva 23, Switzerland + Universität Innsbruck, AT-6020 Innsbruck, Austria + Max-Planck-Institut für Kernphysik, Saupfercheckweg 1, 69117 Heidelberg, Germany + + + Rodríguez, L.V. + Heidelberg, Max Planck Inst. + IJCLab, Orsay + Max-Planck-Institut für Kernphysik, Saupfercheckweg 1, 69117 Heidelberg, Germany + Université Paris-Saclay, CNRS-IN2P3, IJCLab, 91405 Orsay, France + + + Sanamyan, G. + Queensland U. + School of Mathematics and Physics, The University of Queensland, Brisbane QLD 4072, Australia + + + Stroberg, S.R. + Washington U., Seattle + NIST, Boulder + Department of Physics, University of Washington, Seattle, WA, USA + + + Utsuno, Y. + Tokyo U. + JAEA, Ibaraki + Center for Nuclear Study, The University of Tokyo, 7-3-1 Hongo, Bunkyo-ku, Tokyo 113-0033, Japan + Advanced Science Research Center, Japan Atomic Energy Agency, Tokai, Ibaraki 319-1195, Japan + + + Yang, X.F. + Peking U., SKLNPT + School of Physics and State Key Laboratory of Nuclear Physics and Technology, Peking University, Beijing 10871, China + + + Yordanov, D.T. + IJCLab, Orsay + Université Paris-Saclay, CNRS-IN2P3, IJCLab, 91405 Orsay, France + + + 138278 + publication + 2023 + Phys. Lett. B + 847 + + + 2496304 + 26227 + http://cds.cern.ch/record/2882324/files/prl_mu.png + 00002 Magnetic moments of (a) odd-even and (b) odd-odd $^{112-133}$Sb isotopes in comparison to shell-model and \textit{ab initio} calculations within the VS-IMSRG framework and the EM1.8/2.0 nuclear interaction. $\mu_\text{sp}$ indicates the single-particle value for the respective orbital. (sdg) includes the proton orbitals $\{0g_{9/2}, 0g_{7/2}, 1d_{5/2}, 2s_{1/2}, 1d_{3/2}\}$ and (sdg7) the same except $0g_{9/2}$, see \figref{fig:orbitals}. ``eff'' means that the effective $g$-factors $g_{\text{s,eff}}=0.6g_{\text{s}}$, $g_{\text{l,}\pi}=1.11$ and $g_{\text{l},\nu}=-0.02$ from the shell-model calculations were used instead of the renormalization of the operator. Literature values are taken from Refs.~\cite{Proctor1951,Fernando1960,Jackson1968,Krane1972,EKSTROM1974,CALLAGHAN1974,Ketel1976,Langouche1976,Booth1993,Lindroos1996,Stone1997,Stone2019}. Note that the second literature value of $^{121}$Sb is the first excited $7/2^+$ state (not observed in this work due to its short half-life). + + + 2496305 + 389510 + http://cds.cern.ch/record/2882324/files/2311.01110.pdf + Fulltext + + + 2496306 + 19893 + http://cds.cern.ch/record/2882324/files/113Sb.png + 00000 Hyperfine spectrum of $^{113}$Sb in the $5s^25p^3\ ^4\text{S}_{3/2} \rightarrow 5s^25p^26s\ ^4\text{P}_{3/2}$ transition including a scheme of the hyperfine splitting. The frequency is given as an offset from the transition frequency (45945.340(5)\,cm$^{-1}$ \cite{NIST_ASD}). + + + 2496307 + 13865 + http://cds.cern.ch/record/2882324/files/orbitals.png + 00001 Relevant orbitals for the Sb isotopic chain. All calculation methods include the full neutron $N=50-82$ valence space. For the shell-model calculations also the full proton $Z=50-82$ valence space (dashed) is used, while for the \textit{ab initio} calculations either the sdg7 (dash-dot) or sdg (full line) valence space is employed. + + + 2496308 + 24703 + http://cds.cern.ch/record/2882324/files/prl_Q.png + 00003 Quadrupole moments of (a) odd-even and (b) odd-odd $^{112-133}$Sb isotopes in comparison to shell-model and \textit{ab initio} calculations within the VS-IMSRG framework and the EM1.8/2.0 nuclear interaction. (sdg) includes the proton orbitals $\{0g_{9/2}, 0g_{7/2}, 1d_{5/2}, 2s_{1/2}, 1d_{3/2}\}$ and (sdg7) the same except $0g_{9/2}$, see \figref{fig:orbitals}. ``eff'' means that the effective charges $e_{\pi}=1.6$ and $e_{\nu}=1.05$ from the shell-model calculations were used instead of the renormalization of the operator. Literature values are taken from Refs.~\cite{Jackson1968,EKSTROM1974,Mahnke1982,Haiduke2006,STONE2016}. + + + 2496799 + 852331 + http://cds.cern.ch/record/2882324/files/Publication.pdf + Fulltext + + + 13 + + + ARTICLE + + + + 2882322 + 20240124052833.0 + + oai:cds.cern.ch:2882322 + cerncds:FULLTEXT + cerncds:CERN:FULLTEXT + cerncds:CERN + + + DOI + APS + 10.1103/PhysRevD.108.112008 + publication + + + arXiv + oai:arXiv.org:2309.05410 + + + oai:inspirehep.net:2696141 + https://inspirehep.net/api/oai2d + Inspire + 2024-01-22T14:27:45Z + 2024-01-24T03:01:19Z + marcxml + true + + + Inspire + 2696141 + + + arXiv + arXiv:2309.05410 + hep-ph + + + eng + + + Ershova, A. + ORCID:0000-0001-6335-2343 + IRFU, Saclay + IRFU, CEA, Université Paris-Saclay, F-91191 Gif-sur-Yvette, France + + + APS + Role of deexcitation in the final-state interactions of protons in neutrino-nucleus interactions + + + arXiv + The role of de-excitation in the final-state interactions of protons in neutrino-nucleus interactions + + + 2023-12-01 + + + 2023-09-11 + + + 14 p + + + APS + Present and next generation of long-baseline accelerator experiments are bringing the measurement of neutrino oscillations into the precision era with ever-increasing statistics. One of the most challenging aspects of achieving such measurements is developing relevant systematic uncertainties in the modeling of nuclear effects in neutrino-nucleus interactions. To address this problem, state-of-the-art detectors are being developed to extract detailed information about all particles produced in neutrino interactions. To fully profit from these experimental advancements, it is essential to have reliable models of propagation of the outgoing hadrons through nuclear matter able to predict how the energy is distributed between all the final-state observed particles. In this article, we investigate the role of nuclear deexcitation in neutrino-nucleus scattering using two Monte Carlo cascade models: NuWro and INCL coupled with the deexcitation code ABLA. The ablation model ABLA is used here for the first time to model deexcitation in neutrino interactions. As input to ABLA, we develop a consistent simulation of nuclear excitation energy tuned to electron-scattering data. The paper includes the characterization of the leading proton kinematics and of the nuclear cluster production during cascade and deexcitation. The observability of nuclear clusters as vertex activity and their role in a precise neutrino energy reconstruction is quantified. + + + arXiv + Present and next generation of long-baseline accelerator experiments are bringing the measurement of neutrino oscillations into the precision era with ever-increasing statistics. One of the most challenging aspects of achieving such measurements is developing relevant systematic uncertainties in the modeling of nuclear effects in neutrino-nucleus interactions. To address this problem, state-of-the-art detectors are being developed to extract detailed information about all particles produced in neutrino interactions. To fully profit from these experimental advancements, it is essential to have reliable models of propagation of the outgoing hadrons through nuclear matter able to predict how the energy is distributed between all the final-state observed particles. In this article, we investigate the role of nuclear de-excitation in neutrino-nucleus scattering using two Monte Carlo cascade models: NuWro and INCL coupled with the de-excitation code ABLA. The ablation model ABLA is used here for the first time to model de-excitation in neutrino interactions. As input to ABLA, we develop a consistent simulation of nuclear excitation energy tuned to electron-scattering data. The paper includes the characterization of the leading proton kinematics and of the nuclear cluster production during cascade and de-excitation. The observability of nuclear clusters as vertex activity and their role in a precise neutrino energy reconstruction is quantified. + + + preprint + arXiv nonexclusive-distrib 1.0 + http://arxiv.org/licenses/nonexclusive-distrib/1.0/ + + + publication + CC BY 4.0 + SCOAP3 + https://creativecommons.org/licenses/by/4.0/ + + + publication + authors + 2023 + + + HAL + + + Z + 2023-09-14 + abs + + + Z + 2023-09-19 + printed + + + arXiv + hep-ex + + + SzGeCERN + Particle Physics - Experiment + + + arXiv + hep-ph + + + SzGeCERN + Particle Physics - Phenomenology + + + CERN + + + ARTICLE + + + Niewczas, K. + ORCID:0000-0001-9109-197X + Wroclaw U. + Gent U. + Department of Physics and Astronomy, Ghent University, Proeftuinstraat 86, B-9000 Gent, Belgium + University of Wrocław, Institute of Theoretical Physics, Plac Maxa Borna 9, 50-204 Wrocław, Poland + + + Bolognesi, S. + IRFU, Saclay + IRFU, CEA, Université Paris-Saclay, F-91191 Gif-sur-Yvette, France + + + Letourneau, A. + ORCID:0000-0001-8935-0303 + IRFU, Saclay + IRFU, CEA, Université Paris-Saclay, F-91191 Gif-sur-Yvette, France + + + David, J.-C. + ORCID:0000-0002-8463-9009 + IRFU, Saclay + IRFU, CEA, Université Paris-Saclay, F-91191 Gif-sur-Yvette, France + + + Rodríguez-Sánchez, J.L. + ORCID:0000-0002-4702-5294 + La Coruna U. + CITENI, Campus Industrial de Ferrol, Universidade da Coruña, E-15403 Ferrol, Spain + + + Sobczyk, J.T. + Wroclaw U. + University of Wrocław, Institute of Theoretical Physics, Plac Maxa Borna 9, 50-204 Wrocław, Poland + + + Blanchet, A. + ORCID:0000-0002-4992-0161 + Geneva U. + University of Geneva, Section de Physique, DPNC, 1205 Geneva, Switzerland + + + Avanzini, M. Buizza + ORCID:0000-0003-1427-7572 + LLR, Palaiseau + Laboratoire Leprince-Ringuet, CNRS, Ecole polytechnique, Institut Polytechnique de Paris, F-91120 Palaiseau, France + + + Chakrani, J. + LLR, Palaiseau + Laboratoire Leprince-Ringuet, CNRS, Ecole polytechnique, Institut Polytechnique de Paris, F-91120 Palaiseau, France + + + Cugnon, J. + Liege U. + AGO department, University of Liège, allée du 6 août 19, bâtiment B5, B-4000 Liège, Belgium + + + Dolan, S. + CERN + European Organization for Nuclear Research (CERN), 1211 Geneva 23, Switzerland + + + Giganti, C. + ORCID:0000-0002-9543-2345 + LPNHE, Paris + LPNHE, Sorbonne Université, CNRS/IN2P3, Paris, France + + + Hassani, S. + ORCID:0000-0002-2834-5110 + IRFU, Saclay + IRFU, CEA, Université Paris-Saclay, F-91191 Gif-sur-Yvette, France + + + Hirtz, J. + ORCID:0000-0002-8594-6756 + IRFU, Saclay + IRFU, CEA, Université Paris-Saclay, F-91191 Gif-sur-Yvette, France + + + Joshi, S. + ORCID:0009-0009-0713-7361 + IRFU, Saclay + IRFU, CEA, Université Paris-Saclay, F-91191 Gif-sur-Yvette, France + + + Juszczak, C. + ORCID:0000-0003-2754-6954 + Wroclaw U. + University of Wrocław, Institute of Theoretical Physics, Plac Maxa Borna 9, 50-204 Wrocław, Poland + + + Munteanu, L. + ORCID:0000-0002-2074-8898 + CERN + European Organization for Nuclear Research (CERN), 1211 Geneva 23, Switzerland + + + Sgalaberna, D. + ORCID:0000-0001-6205-5013 + ETH, Zurich (main) + ETH Zurich, Institute for Particle Physics and Astrophysics, 8092 Zurich, Switzerland + + + Yevarouskaya, U. + LPNHE, Paris + LPNHE, Sorbonne Université, CNRS/IN2P3, Paris, France + + + 112008 + publication + 11 + Phys. Rev. D + 108 + 2023 + + + 2496261 + 28551 + http://cds.cern.ch/record/2882322/files/Estar_comp_data.png + 00004 Top: excitation energy of the nuclear remnant after neutrino interactions. "SF" is the calculation in the pure PWIA approach, while "SF+INCL" is the result after the cascade, as described in the text. Bottom: excitation energy of the nuclear remnant after neutrino interactions for $169.5 < p_m < 174.5$~MeV, as presented in Ref.~\cite{VanDerSteenhoven:1988um}. Data are digitalized from Ref.~\cite{VanDerSteenhoven:1988um}. The s-shell contribution is approximated with a linear fit. The first three peaks were included in the model, while the next three were neglected. + + + 2496262 + 60906 + http://cds.cern.ch/record/2882322/files/dalphat_stacked_INCL36_1.png + 00014 $\dalphat$ (left) and $\dpt$ (right) simulated with INCL (top), INCL+ABLA (middle), and NuWro (bottom) models for CCQE events and T2K neutrino flux. + + + 2496263 + 14605 + http://cds.cern.ch/record/2882322/files/dat_MINERvA.png + 00019 $\dalphat$ simulated with INCL, INCL+ABLA and NuWro comparison to the T2K (top) and MINER$\nu$A (bottom) data. + + + 2496264 + 13147 + http://cds.cern.ch/record/2882322/files/ABLA_FSI.png + 00023 Shape comparison of the neutrino energy reconstruction. Top: all events simulated with NuWro, INCL, and INCL+ABLA, neutrino energy reconstruction using all outgoing particles; middle: INCL+ABLA simulation of the FSI events with proton and muon only and with all outgoing particles; bottom: INCL+ABLA simulation of the no FSI events with proton and muon only and with all outgoing particles. + + + 2496265 + 99079 + http://cds.cern.ch/record/2882322/files/proton_mom_bef_stacked_INCL36_0.png + 00005 Proton momentum before (left) and after (right) FSI in CCQE events with T2K neutrino energy flux. Top: INCL, middle: INCL + ABLA, bottom: NuWro SF. The shape of proton momentum before FSI is by definition identical for INCL and NuWro cascades. The 0 proton channel in NuWro includes muon only and pion and neutron production. There is no cluster production in NuWro. + + + 2496266 + 95812 + http://cds.cern.ch/record/2882322/files/proton_mom_bef_stacked_INCL36_1.png + 00007 Proton momentum before (left) and after (right) FSI in CCQE events with T2K neutrino energy flux. Top: INCL, middle: INCL + ABLA, bottom: NuWro SF. The shape of proton momentum before FSI is by definition identical for INCL and NuWro cascades. The 0 proton channel in NuWro includes muon only and pion and neutron production. There is no cluster production in NuWro. + + + 2496267 + 13417 + http://cds.cern.ch/record/2882322/files/enurec.png + 00022 Shape comparison of the neutrino energy reconstruction. Top: all events simulated with NuWro, INCL, and INCL+ABLA, neutrino energy reconstruction using all outgoing particles; middle: INCL+ABLA simulation of the FSI events with proton and muon only and with all outgoing particles; bottom: INCL+ABLA simulation of the no FSI events with proton and muon only and with all outgoing particles. + + + 2496268 + 36218 + http://cds.cern.ch/record/2882322/files/VA_all_log36.png + 00025 Total visible energy deposited by all particles in the event obtained with the Geant4 simulation of the CH cube in the 1(3)~cm sphere around the neutrino vertex. + + + 2496269 + 15499 + http://cds.cern.ch/record/2882322/files/missing_energy_sf.png + 00002 Missing energy profile extracted from the hole spectral function of Carbon~\cite{BENHAR1994493}. The area under the "SF profile" distribution is normalized to one. The highlighted area, labelled "$1p_{3/2}$", represents the expected contribution of valence nucleons, as described in the text. + + + 2496270 + 1598531 + http://cds.cern.ch/record/2882322/files/2309.05410.pdf + Fulltext + + + 2496271 + 11969 + http://cds.cern.ch/record/2882322/files/Estarafter_fsi_incl.png + 00003 Top: excitation energy of the nuclear remnant after neutrino interactions. "SF" is the calculation in the pure PWIA approach, while "SF+INCL" is the result after the cascade, as described in the text. Bottom: excitation energy of the nuclear remnant after neutrino interactions for $169.5 < p_m < 174.5$~MeV, as presented in Ref.~\cite{VanDerSteenhoven:1988um}. Data are digitalized from Ref.~\cite{VanDerSteenhoven:1988um}. The s-shell contribution is approximated with a linear fit. The first three peaks were included in the model, while the next three were neglected. + + + 2496272 + 81437 + http://cds.cern.ch/record/2882322/files/proton_mom_aft_stacked_NuWro21.png + 00010 Proton momentum before (left) and after (right) FSI in CCQE events with T2K neutrino energy flux. Top: INCL, middle: INCL + ABLA, bottom: NuWro SF. The shape of proton momentum before FSI is by definition identical for INCL and NuWro cascades. The 0 proton channel in NuWro includes muon only and pion and neutron production. There is no cluster production in NuWro. + + + 2496273 + 9079 + http://cds.cern.ch/record/2882322/files/VAabla_gnuplot.png + 00027 Average vertex activity as a fraction of the initial neutrino energy depending on the neutrino energy, simulated with NuWro (top) and INCL+ABLA (bottom). The leading proton and muon are not considered. The bands correspond to the standard deviation uncertainty. + + + 2496274 + 90117 + http://cds.cern.ch/record/2882322/files/proton_mom_aft_stacked_INCL36_0.png + 00006 Proton momentum before (left) and after (right) FSI in CCQE events with T2K neutrino energy flux. Top: INCL, middle: INCL + ABLA, bottom: NuWro SF. The shape of proton momentum before FSI is by definition identical for INCL and NuWro cascades. The 0 proton channel in NuWro includes muon only and pion and neutron production. There is no cluster production in NuWro. + + + 2496275 + 94032 + http://cds.cern.ch/record/2882322/files/proton_mom_aft_stacked_INCL36_1.png + 00008 Proton momentum before (left) and after (right) FSI in CCQE events with T2K neutrino energy flux. Top: INCL, middle: INCL + ABLA, bottom: NuWro SF. The shape of proton momentum before FSI is by definition identical for INCL and NuWro cascades. The 0 proton channel in NuWro includes muon only and pion and neutron production. There is no cluster production in NuWro. + + + 2496276 + 116593 + http://cds.cern.ch/record/2882322/files/new_color2.png + 00000 Top: nuclear transparency of $^{12}$C (ratio of a number of events without FSI to all events) depending on the position of the neutrino interaction inside the nucleus, simulated with INCL. The y-coordinate is averaged out to the 5 slices. The direction of the Z-axis corresponds to the neutrino direction. The center of the coordinate system is in the center of the nucleus. Bottom: nuclear transparency of $^{12}$C simulated with INCL and NuWro. The direction of the Z-axis corresponds to the outgoing proton direction. The center of the coordinate system is in the center of the nucleus. The solid lines are digitized from~\cite{Pandharipande:1992zz}. + + + 2496277 + 13914 + http://cds.cern.ch/record/2882322/files/dat.png + 00018 $\dalphat$ simulated with INCL, INCL+ABLA and NuWro comparison to the T2K (top) and MINER$\nu$A (bottom) data. + + + 2496278 + 33218 + http://cds.cern.ch/record/2882322/files/Transparency.png + 00001 Top: nuclear transparency of $^{12}$C (ratio of a number of events without FSI to all events) depending on the position of the neutrino interaction inside the nucleus, simulated with INCL. The y-coordinate is averaged out to the 5 slices. The direction of the Z-axis corresponds to the neutrino direction. The center of the coordinate system is in the center of the nucleus. Bottom: nuclear transparency of $^{12}$C simulated with INCL and NuWro. The direction of the Z-axis corresponds to the outgoing proton direction. The center of the coordinate system is in the center of the nucleus. The solid lines are digitized from~\cite{Pandharipande:1992zz}. + + + 2496279 + 66524 + http://cds.cern.ch/record/2882322/files/dalphat_stacked_INCL36_0.png + 00012 $\dalphat$ (left) and $\dpt$ (right) simulated with INCL (top), INCL+ABLA (middle), and NuWro (bottom) models for CCQE events and T2K neutrino flux. + + + 2496280 + 72986 + http://cds.cern.ch/record/2882322/files/dpt_stacked_stacked_INCL36_1.png + 00015 $\dalphat$ (left) and $\dpt$ (right) simulated with INCL (top), INCL+ABLA (middle), and NuWro (bottom) models for CCQE events and T2K neutrino flux. + + + 2496281 + 69605 + http://cds.cern.ch/record/2882322/files/dpt_stacked_stacked_INCL36_0.png + 00013 $\dalphat$ (left) and $\dpt$ (right) simulated with INCL (top), INCL+ABLA (middle), and NuWro (bottom) models for CCQE events and T2K neutrino flux. + + + 2496282 + 54733 + http://cds.cern.ch/record/2882322/files/dalphat_stacked_NuWro21.png + 00016 $\dalphat$ (left) and $\dpt$ (right) simulated with INCL (top), INCL+ABLA (middle), and NuWro (bottom) models for CCQE events and T2K neutrino flux. + + + 2496283 + 8834 + http://cds.cern.ch/record/2882322/files/VAnuwro_gnuplot.png + 00026 Average vertex activity as a fraction of the initial neutrino energy depending on the neutrino energy, simulated with NuWro (top) and INCL+ABLA (bottom). The leading proton and muon are not considered. The bands correspond to the standard deviation uncertainty. + + + 2496284 + 85100 + http://cds.cern.ch/record/2882322/files/proton_mom_bef_stacked_NuWro21.png + 00009 Proton momentum before (left) and after (right) FSI in CCQE events with T2K neutrino energy flux. Top: INCL, middle: INCL + ABLA, bottom: NuWro SF. The shape of proton momentum before FSI is by definition identical for INCL and NuWro cascades. The 0 proton channel in NuWro includes muon only and pion and neutron production. There is no cluster production in NuWro. + + + 2496285 + 12010 + http://cds.cern.ch/record/2882322/files/part_tot_superimposed.png + 00011 Average number of particles produced per event for INCL, INCL coupled with ABLA and NuWro. NuWro produces only protons and neutrons. + + + 2496286 + 12298 + http://cds.cern.ch/record/2882322/files/ABLA_no_FSI.png + 00024 Shape comparison of the neutrino energy reconstruction. Top: all events simulated with NuWro, INCL, and INCL+ABLA, neutrino energy reconstruction using all outgoing particles; middle: INCL+ABLA simulation of the FSI events with proton and muon only and with all outgoing particles; bottom: INCL+ABLA simulation of the no FSI events with proton and muon only and with all outgoing particles. + + + 2496287 + 42221 + http://cds.cern.ch/record/2882322/files/mom_36_1.png + 00021 Momentum distribution of some particles produced during cascade and de-excitation. + + + 2496288 + 64815 + http://cds.cern.ch/record/2882322/files/dpt_stacked_stacked_NuWro21.png + 00017 $\dalphat$ (left) and $\dpt$ (right) simulated with INCL (top), INCL+ABLA (middle), and NuWro (bottom) models for CCQE events and T2K neutrino flux. + + + 2496289 + 8957 + http://cds.cern.ch/record/2882322/files/ClusRatio_nuwro_gnuplot.png + 00028 Average sum of the kinetic energy of all clusters, neutrons, and non-leading protons in the event as a fraction of the initial neutrino energy depending on the neutrino energy simulated with INCL+ABLA and NuWro. The bands correspond to the standard deviation uncertainty. + + + 2496290 + 17434 + http://cds.cern.ch/record/2882322/files/dat_ratios.png + 00020 $\dalphat$ simulated with INCL+ABLA (solid lines) and NuWro (dashed lines) with no cuts on muon angle ($\Theta_\mu$) and different options of detector acceptance for the leading proton momentum threshold ($p_p$). The bottom panel presents the ratios of NuWro and INCL+ABLA models for different cuts applied. + + + 2503826 + 9461370 + http://cds.cern.ch/record/2882322/files/Publication.pdf + Fulltext + + + 13 + + + ARTICLE + + + + 2882311 + 20240119045310.0 + + DOI + IOP + 10.1088/1475-7516/2023/11/086 + + + oai:cds.cern.ch:2882311 + cerncds:FULLTEXT + cerncds:CERN:FULLTEXT + cerncds:CERN + + + arXiv + oai:arXiv.org:2306.03031 + + + oai:inspirehep.net:2665943 + https://inspirehep.net/api/oai2d + Inspire + 2024-01-18T01:56:25Z + 2024-01-19T03:00:32Z + marcxml + true + + + Inspire + 2665943 + + + arXiv + arXiv:2306.03031 + astro-ph.CO + + + arXiv:reportnumber + UTWI-20-2023 + + + eng + + + Bosi, M. + Padua U. + Dipartimento di Fisica e Astronomia G. Galilei, Università degli Studi di Padova, via Marzolo 8, I-35131 Padova, Italy. + + + IOP + Constraining extended cosmologies with GW×LSS cross-correlations + + + 2023-11-24 + + + 2023-06-05 + + + 12 p + + + arXiv + 34 pages, 7 figures. Matches the published version + + + IOP + The rapid development of gravitational wave astronomy provides the unique opportunity ofexploring the dynamics of the Universe using clustering properties of coalescing binary black holemergers. Gravitational wave data, along with information coming from future galaxy surveys, havethe potential of shedding light about many open questions in Cosmology, including those regardingthe nature of dark matter and dark energy. In this work we explore which combination ofgravitational wave and galaxy survey datasets are able to provide the best constraints both onmodified gravity theories and on the nature of the very same binary black hole events. Inparticular, by using the public Boltzmann code Multi_CLASS, we compare cosmologicalconstraints on popular ΛCDM extensions coming from gravitational waves alone and inconjunction with either deep and localized or wide and shallow galaxy surveys. We show thatconstraints on extensions of General Relativity will be at the same level of existing limits fromgravitational waves alone or one order of magnitude better when galaxy surveys are included.Furthermore, cross-correlating both kind of galaxy survey with gravitational waves datasets willallow to confidently rule in or out primordial black holes as dark matter candidate in themajority of the allowed parameter space. + + + arXiv + The rapid development of gravitational wave astronomy provides the unique opportunity of exploring the dynamics of the Universe using clustering properties of coalescing binary black hole mergers. Gravitational wave data, along with information coming from future galaxy surveys, have the potential of shedding light about many open questions in Cosmology, including those regarding the nature of dark matter and dark energy. In this work we explore which combination of gravitational wave and galaxy survey datasets are able to provide the best constraints both on modified gravity theories and on the nature of the very same binary black hole events. In particular, by using the public Boltzmann code \texttt{Multi\_CLASS}, we compare cosmological constraints on popular $\Lambda$CDM extensions coming from gravitational waves alone and in conjunction with either deep and localized or wide and shallow galaxy surveys. We show that constraints on extensions of General Relativity will be at the same level of existing limits from gravitational waves alone or one order of magnitude better when galaxy surveys are included. Furthermore, cross-correlating both kind of galaxy survey with gravitational waves datasets will allow to confidently rule in or out primordial black holes as dark matter candidate in the majority of the allowed parameter space. + + + publication + CC-BY-4.0 + IOP + http://creativecommons.org/licenses/by/4.0/ + + + preprint + arXiv nonexclusive-distrib 1.0 + http://arxiv.org/licenses/nonexclusive-distrib/1.0/ + + + desy + hepcrawl + 2023-11-25T22:25:12.772840 + 6479100 + + + The Author(s) + publication + 2023 + + + paper + + + DOKIFILE:iop-2023-11-25-04-50-JCAP2311_11 + + + astro-ph.CO + arXiv + + + Astrophysics and Astronomy + SzGeCERN + + + CERN + + + ARTICLE + + + Bellomo, N. + U. Texas, Austin (main) + Texas Center for Cosmology and Astroparticle Physics, Weinberg Institute, Department of Physics, The University of Texas at Austin, Austin, TX 78712, USA. + + + Raccanelli, A. + Padua U. + INFN, Padua + Padua Observ. + CERN + Dipartimento di Fisica e Astronomia G. Galilei, Università degli Studi di Padova, via Marzolo 8, I-35131 Padova, Italy. + INFN, Sezione di Padova, via F. Marzolo 8, I-35131 Padova, Italy. + INAF Padova + Theoretical Physics Department, CERN, 1 Esplanade des Particules, 1211 Geneva 23, Switzerland + + + 086 + 2023 + JCAP + 2311 + + + 2496011 + 111625 + http://cds.cern.ch/record/2882311/files/BH_2G_mixed_models.png + 00006 GW mixed population redshift distribution (\textit{top left panel}), bias (\textit{top right panel}), magnification bias (\textit{bottom left panel}) and evolution bias (\textit{bottom right panel}) for different values of~$f_\mathrm{PBH}$ and~$\mathcal{A}_m$. In this plot we consider only events detected by a second generation GW detector network. The \textit{light blue}, \textit{blue} and \textit{dark blue} lines correspond to the astrophysical BHs only ($f_\mathrm{PBH}=\mathcal{A}_\mathrm{m}=0$), mixed astrophysical and late time PBH ($f_\mathrm{PBH}=1,\ \mathcal{A}_\mathrm{m}=0$), and PBHs only ($f_\mathrm{PBH}=1,\ \mathcal{A}_\mathrm{m}=18$) scenarios, respectively. The \textit{green} lines refer to mixed models where different populations contribute to the total number of detected events. + + + 2496012 + 2079986 + http://cds.cern.ch/record/2882311/files/Publication.pdf + Fulltext + + + 2496013 + 10842 + http://cds.cern.ch/record/2882311/files/LPBH_properties.png + 00005 Initial eccentricity (\textit{left panel}) and time delay (\textit{right panel}) probability distribution function for our choice of benchmark MMD (\textit{blue} lines) and EMD (\textit{orange} lines). + + + 2496014 + 107294 + http://cds.cern.ch/record/2882311/files/BH_mixed_models.png + 00000 GW mixed population redshift distribution (\textit{top left panel}), bias (\textit{top right panel}), magnification bias (\textit{bottom left panel}) and evolution bias (\textit{bottom right panel}) for different values of~$f_\mathrm{PBH}$ and~$\mathcal{A}_m$. In this plot we consider only events detected by a third generation GW detector network. The \textit{light blue}, \textit{blue} and \textit{dark blue} lines correspond to the astrophysical BHs only ($f_\mathrm{PBH}=\mathcal{A}_\mathrm{m}=0$), mixed astrophysical and late time PBH ($f_\mathrm{PBH}=1,\ \mathcal{A}_\mathrm{m}=0$), and PBHs only ($f_\mathrm{PBH}=1,\ \mathcal{A}_\mathrm{m}=18$) scenarios, respectively. In the mixed astrophysical and late time PBH scenario, late time PBHs contribute to approximately~$6\%$ of the total number of observed events. The \textit{green} lines refer to mixed models where different populations contribute to the total number of detected events. + + + 2496015 + 1946245 + http://cds.cern.ch/record/2882311/files/2306.03031.pdf + Fulltext + + + 2496016 + 16772 + http://cds.cern.ch/record/2882311/files/Clgg_relativedifference.png + 00001 Galaxy angular power spectrum relative difference between Modified Gravity (MG) scenarios with respect to the $\Lambda$CDM case for redshift bins centered at~$z=0.4$ (\textit{left panel}) and~$z=3.6$ (\textit{right panel}). The Modified Gravity extra scale dependence is set at~$k_\mathrm{mg}\to\infty$ (\textit{yellow} line) and~$k_\mathrm{mg}=10^{-1}$, $10^{-2}$ and~$10^{-3}\ \mathrm{Mpc}^{-1}$ (\textit{orange}, \textit{red} and \textit{dark red} lines, respectively). We show the effect only for galaxies, however also the GW angular power spectrum and the galaxy-GW angular power spectra share a similar phenomenology. + + + 2496017 + 52040 + http://cds.cern.ch/record/2882311/files/deltaz_pdf.png + 00004 \textit{Top panels}: redshift error probability distribution function for second (\textit{left panel}) and third (\textit{right panel}) generation GW detector network for all binary populations considered in this work. \textit{Bottom panels}: average redshift localization error in different redshift bins for second (\textit{left panel}) and third (\textit{right panel}) generation GW detector network for all binary populations considered in this work. Solid and dashed lines refer to the redshift binning chosen for the SW and DL surveys, respectively. For comparison, the width of redshift bins in our analysis is~$2\Delta z=0.4$ and~$2\Delta z=0.2$ for SW and DL surveys, respectively. + + + 2496018 + 42366 + http://cds.cern.ch/record/2882311/files/noise_efficiency.png + 00003 \textit{Left panel}: One-sided noise spectral density for individual detectors belonging to second and third generation detector networks. \textit{Right panel}: Average detection efficiencies for different BBH sources and detector networks. + + + 2496019 + 482034 + http://cds.cern.ch/record/2882311/files/SNR_ABH_PBH.png + 00002 Total effective bias of the mixed BH binary population (\textit{top panels}) and~$\mathrm{SNR}$ obtained assuming astrophysical BHs are the fiducial model (\textit{bottom panels}), both for second (\textit{left panels}) and third generation (\textit{right panels}) GW detector network. The fiducial model is given by the conservative astrophysical BH benchmark model. The effective bias of the alternative model is defined in equation~\eqref{eq:mixed_model_bias_functions}. For the HLVIK case we consider the cross-correlation with the SW survey since it is the most promising case, while for the ET2CE case the results are equivalent for both kind of galaxy surveys. + + + 13 + + + ARTICLE + + + + 2882298 + 20240326050258.0 + + oai:cds.cern.ch:2882298 + cerncds:FULLTEXT + cerncds:CERN:FULLTEXT + cerncds:CERN + + + DOI + Elsevier Ltd + 10.1016/j.matdes.2023.112187 + publication + + + arXiv + oai:arXiv.org:2304.04021 + + + oai:inspirehep.net:2650243 + https://inspirehep.net/api/oai2d + Inspire + 2024-03-25T08:14:51Z + 2024-03-26T03:15:28Z + marcxml + true + + + Inspire + 2650243 + + + arXiv + arXiv:2304.04021 + physics.acc-ph + + + eng + + + Solfiti, Emanuele + emanuele.solfiti@ntnu.no + Norwegian U. Sci. Tech. + Department of Mechanical and Industrial Engineering, Norwegian University of Science and Technology, Richard Birkelands vei 2B, Trondheim, 7491, Norway + + + Elsevier Ltd + FIB-SEM investigation and uniaxial compression of flexible graphite + + + 2023-07-26 + + + 2023-09 + + + 2023-04-08 + + + 16 p + + + arXiv + Flexible graphite (FG) with 1 - 1.2 g/cm$^3$ density is employed as beam energy absorber material in the CERN's Large Hadron Collider (LHC) beam dumping system. However, the increase of energy deposited expected for new HL-LHC (High-Luminosity LHC) design demanded for an improvement in reliability and safety of beam dumping devices, and the need for a calibrated material model suitable for high-level FE simulations has been prioritized. This work sets the basic knowledge to develop a material model for FG suitable to this aim. A review of the FG properties available in literature is first given, followed by FIB-SEM (Focused Ion Beam - Scanning Electron Microscopy) microstructure investigation and monotonic and cyclic uniaxial compression tests. Similarities with other well-known groups of materials such as crushable foams, crumpled materials and compacted powders have been discussed. A simple 1D phenomenological model has been used to fit the experimental stress-strain curves and the accuracy of the result supports the assumptions that the graphite-like microstructure and the crumpled meso-structure play the major role under out-of-plane uniaxial compression. + + + preprint + arXiv nonexclusive-distrib 1.0 + http://arxiv.org/licenses/nonexclusive-distrib/1.0/ + + + publication + CC BY 4.0 + http://creativecommons.org/licenses/by/4.0/ + + + publication + The Author(s) + 2023 + + + arXiv + physics.acc-ph + + + SzGeCERN + Accelerators and Storage Rings + + + CERN + + + ARTICLE + + + Wan, Di + Norwegian U. Sci. Tech. + Department of Mechanical and Industrial Engineering, Norwegian University of Science and Technology, Richard Birkelands vei 2B, Trondheim, 7491, Norway + + + Celotto, Ambra + Norwegian U. Sci. Tech. + Department of Mechanical and Industrial Engineering, Norwegian University of Science and Technology, Richard Birkelands vei 2B, Trondheim, 7491, Norway + + + Solieri, Nicola + CERN + CERN, Geneva, Switzerland + + + Munoz, Pablo Andreu + CERN + CERN, Geneva, Switzerland + + + Ximenes, Rui Franqueira + CERN + CERN, Geneva, Switzerland + + + Heredia, Jorge Maestre + CERN + CERN, Geneva, Switzerland + + + Martin, Claudio Leopoldo Torregrosa + CERN + CERN, Geneva, Switzerland + + + Nuiry, Antonio Perillo Marcone Francois-Xavier + CERN + CERN, Geneva, Switzerland + + + Nuiry, F.X. + CERN + CERN, Geneva, Switzerland + + + Alvaro, Antonio + SINTEF, Oslo + Department of Material and Nanotechnology, SINTEF Industry, Richard Birkelands vei 3, Trondheim, 7034, Norway + + + Berto, Filippo + SINTEF, Oslo + Department of Mechanical and Industrial Engineering, Norwegian University of Science and Technology, Richard Birkelands vei 2B, Trondheim, 7491, Norway + Department of Chemical Engineering, Sapienza University of Rome, Rome, Italy + + + Calviani, Marco + CERN + CERN, Geneva, Switzerland + + + 112187 + publication + Materials & Design + 233 + 2023 + + + 2495852 + 34711 + http://cds.cern.ch/record/2882298/files/FIB_SEM_hole_scheme.png + 00002 (a) Schematic illustration of the section obtained by FIB-SEM and (b) top view of the actual section + + + 2495853 + 20553 + http://cds.cern.ch/record/2882298/files/Fitting_TrueStress_TrueStrain.png + 00031 (a) True stress vs relative density curves. Both $\rho^*$ and $\rho_p^*$ are used as dependent variable. (b) Example of experimental curve fitting by means of equation (\ref{eq:13}), including scatter in the strains at flex and schematic view of proposed rheological model. + + + 2495854 + 21947 + http://cds.cern.ch/record/2882298/files/CyclicModulus_vs_RelativeDensity_Literature.png + 00027 (a) Tangent slope or modulus in the initial part of loading cycles. This is taken as the slope of true stress-true strain loading path right after the toe is finished. The initial strain is found by intersection of the tangent line with the x-axis and then converted to relative density by assuming no lateral deformation. The cycles not reaching at least 0.5 MPa peak stress were not included in the calculation. (b) compression moduli vs relative density including data from literature. $^{(1)}$Data from \citep{Afanasov2009}, $^{(2)}$Data from \citep{Celzard2005}, $^{(3)}$Data from \citep{Cermak2020compression}, $^{(4)}$Data from \citep{NeografSolutions2002}, $^{(5)}$Data from \citep{Krzesinska2001}. Only data points at $\rho_p^* >$ 0.1 were considered in the linear fit. + + + 2495855 + 25807 + http://cds.cern.ch/record/2882298/files/CyclicModulus_vs_RelativeDensity_v3.png + 00026 (a) Tangent slope or modulus in the initial part of loading cycles. This is taken as the slope of true stress-true strain loading path right after the toe is finished. The initial strain is found by intersection of the tangent line with the x-axis and then converted to relative density by assuming no lateral deformation. The cycles not reaching at least 0.5 MPa peak stress were not included in the calculation. (b) compression moduli vs relative density including data from literature. $^{(1)}$Data from \citep{Afanasov2009}, $^{(2)}$Data from \citep{Celzard2005}, $^{(3)}$Data from \citep{Cermak2020compression}, $^{(4)}$Data from \citep{NeografSolutions2002}, $^{(5)}$Data from \citep{Krzesinska2001}. Only data points at $\rho_p^* >$ 0.1 were considered in the linear fit. + + + 2495856 + 39038 + http://cds.cern.ch/record/2882298/files/hist_AR.png + 00013 \scriptsize Results from image analysis: (a) pores as obtained by watershed segmentation, highlighted, and overlapped to the original image, (b) hard and soft phase distinction as obtained by image FFT cropping and thresholding, (c) maximum inscribed circle radii R$_{ins}$ distribution, (d) half of maximum Feret diameter R$_{max}$ distribution, (e) aspect ratio AR distribution, defined as fraction of the previous two quantities and (f) pore equivalent radii distribution. + + + 2495857 + 9454 + http://cds.cern.ch/record/2882298/files/TrueStress_TrueStrain_TangentSlope.png + 00021 (a) Uniaxial compression curves of Sigraflex\textsuperscript{\textregistered}, (b) average curve and relative tangent slope, (c) monotonic loading up to 7 MPa and subsequent cyclic reloading after full recovery and (d) comparison between curves obtained by shifting in the strain axis and curves obtained by considering zero trues stress at the virtual preload of 0.3 MPa + + + 2495858 + 1958467 + http://cds.cern.ch/record/2882298/files/CC_complete_legend.png + 00010 \scriptsize Results from image analysis: (a) pores as obtained by watershed segmentation, highlighted, and overlapped to the original image, (b) hard and soft phase distinction as obtained by image FFT cropping and thresholding, (c) maximum inscribed circle radii R$_{ins}$ distribution, (d) half of maximum Feret diameter R$_{max}$ distribution, (e) aspect ratio AR distribution, defined as fraction of the previous two quantities and (f) pore equivalent radii distribution. + + + 2495859 + 762271 + http://cds.cern.ch/record/2882298/files/montage_v2_reduced.png + 00015 FIB-SEM investigation of a particle detached from the specimen top surface. The magnification views shows aligned and misaligned regions in the inner micro-structure. + + + 2495860 + 14573 + http://cds.cern.ch/record/2882298/files/ResidualStrains.png + 00028 (a) Radial and axial residual strains, and (b) radial/axial residual strain ratio. The measures of the sample thickness were taken by a digital calliper at least 30 minutes after each test and compared with the machine displacement in (b). The latter represents the values of the thickness right after the test end and the dashes lines represent the waiting time before each measurement ($\geq$ 30 minutes). + + + 2495861 + 956299 + http://cds.cern.ch/record/2882298/files/FIB_SEM_hole_reduced.png + 00003 (a) Schematic illustration of the section obtained by FIB-SEM and (b) top view of the actual section + + + 2495862 + 295029 + http://cds.cern.ch/record/2882298/files/TDE_Core.png + 00000 Schematic illustration of the Target Dump External (TDE) graphitic core. + + + 2495863 + 26883 + http://cds.cern.ch/record/2882298/files/hist_Rins.png + 00011 \scriptsize Results from image analysis: (a) pores as obtained by watershed segmentation, highlighted, and overlapped to the original image, (b) hard and soft phase distinction as obtained by image FFT cropping and thresholding, (c) maximum inscribed circle radii R$_{ins}$ distribution, (d) half of maximum Feret diameter R$_{max}$ distribution, (e) aspect ratio AR distribution, defined as fraction of the previous two quantities and (f) pore equivalent radii distribution. + + + 2495864 + 620876 + http://cds.cern.ch/record/2882298/files/Compression_specimens_reduced.png + 00017 (a) Single sheet and stacked specimens’ geometry and stack specimen residual deformation (top and bottom, respectively). Testing example of single sheet (b) and stacked (c) specimens. + + + 2495865 + 21244 + http://cds.cern.ch/record/2882298/files/TrueStress_TrueStrain_Precond2.png + 00025 Cyclic curves: (a) example of cyclic curve, including a magnification view of the first cycles at low loads. 2 cycles at the same peak strain were done only up to 5\% true strain. (b) Stabilization at 1 MPa peak stress and cyclic loading at higher peak strains. The material has almost perfect memory of stress-strain extremals from the second cycle on. + + + 2495866 + 14886 + http://cds.cern.ch/record/2882298/files/Monotonic_Static_Comparison.png + 00023 (a) Uniaxial compression curves of Sigraflex\textsuperscript{\textregistered}, (b) average curve and relative tangent slope, (c) monotonic loading up to 7 MPa and subsequent cyclic reloading after full recovery and (d) comparison between curves obtained by shifting in the strain axis and curves obtained by considering zero trues stress at the virtual preload of 0.3 MPa + + + 2495867 + 10149481 + http://cds.cern.ch/record/2882298/files/2304.04021.pdf + Fulltext + + + 2495868 + 327966 + http://cds.cern.ch/record/2882298/files/Compression_test_stack_reduced.png + 00019 (a) Single sheet and stacked specimens’ geometry and stack specimen residual deformation (top and bottom, respectively). Testing example of single sheet (b) and stacked (c) specimens. + + + 2495869 + 10409 + http://cds.cern.ch/record/2882298/files/TrueStress_TrueStrain_AsTheyAre.png + 00020 (a) Uniaxial compression curves of Sigraflex\textsuperscript{\textregistered}, (b) average curve and relative tangent slope, (c) monotonic loading up to 7 MPa and subsequent cyclic reloading after full recovery and (d) comparison between curves obtained by shifting in the strain axis and curves obtained by considering zero trues stress at the virtual preload of 0.3 MPa + + + 2495870 + 9118 + http://cds.cern.ch/record/2882298/files/PlasticPoisson.png + 00029 (a) Radial and axial residual strains, and (b) radial/axial residual strain ratio. The measures of the sample thickness were taken by a digital calliper at least 30 minutes after each test and compared with the machine displacement in (b). The latter represents the values of the thickness right after the test end and the dashes lines represent the waiting time before each measurement ($\geq$ 30 minutes). + + + 2495871 + 572151 + http://cds.cern.ch/record/2882298/files/SEM_results_reduced_d.png + 00008 Micro-structure of Sigraflex\textsuperscript{\textregistered}: magnified views. + + + 2495872 + 798700 + http://cds.cern.ch/record/2882298/files/SEM_results_reduced_a.png + 00005 Micro-structure of Sigraflex\textsuperscript{\textregistered}: magnified views. + + + 2495873 + 720389 + http://cds.cern.ch/record/2882298/files/SEM_results_reduced_c.png + 00007 Micro-structure of Sigraflex\textsuperscript{\textregistered}: magnified views. + + + 2495874 + 776624 + http://cds.cern.ch/record/2882298/files/SEM_results_reduced_b.png + 00006 Micro-structure of Sigraflex\textsuperscript{\textregistered}: magnified views. + + + 2495875 + 36209 + http://cds.cern.ch/record/2882298/files/hist_Rmax.png + 00012 \scriptsize Results from image analysis: (a) pores as obtained by watershed segmentation, highlighted, and overlapped to the original image, (b) hard and soft phase distinction as obtained by image FFT cropping and thresholding, (c) maximum inscribed circle radii R$_{ins}$ distribution, (d) half of maximum Feret diameter R$_{max}$ distribution, (e) aspect ratio AR distribution, defined as fraction of the previous two quantities and (f) pore equivalent radii distribution. + + + 2495876 + 15338 + http://cds.cern.ch/record/2882298/files/CyclicPeakStress_ResidualRelativeDensity.png + 00030 (a) True stress vs relative density curves. Both $\rho^*$ and $\rho_p^*$ are used as dependent variable. (b) Example of experimental curve fitting by means of equation (\ref{eq:13}), including scatter in the strains at flex and schematic view of proposed rheological model. + + + 2495877 + 21016 + http://cds.cern.ch/record/2882298/files/TrueStress_TrueStrain_Cyclic.png + 00024 Cyclic curves: (a) example of cyclic curve, including a magnification view of the first cycles at low loads. 2 cycles at the same peak strain were done only up to 5\% true strain. (b) Stabilization at 1 MPa peak stress and cyclic loading at higher peak strains. The material has almost perfect memory of stress-strain extremals from the second cycle on. + + + 2495878 + 15899 + http://cds.cern.ch/record/2882298/files/mechanical_properties_3.png + 00016 Visual summary of elastic moduli and yield strengths for 1 g/cm$^{3}$ FG. In-plane isotropy is assumed.$^{(1)}$Data from \citep{Gu2002}, $^{(2)}$Data from \citep{Krzesinska2001}, $^{(3)}$Data from \citep{Solfiti2020_dump}, $^{(4)}$Data from \citep{Dowell1986}, $^{(*)}$Data from this work. + + + 2495879 + 15942 + http://cds.cern.ch/record/2882298/files/TrueStress_TrueStrain_Reload.png + 00022 (a) Uniaxial compression curves of Sigraflex\textsuperscript{\textregistered}, (b) average curve and relative tangent slope, (c) monotonic loading up to 7 MPa and subsequent cyclic reloading after full recovery and (d) comparison between curves obtained by shifting in the strain axis and curves obtained by considering zero trues stress at the virtual preload of 0.3 MPa + + + 2495880 + 33109 + http://cds.cern.ch/record/2882298/files/hist_Req.png + 00014 \scriptsize Results from image analysis: (a) pores as obtained by watershed segmentation, highlighted, and overlapped to the original image, (b) hard and soft phase distinction as obtained by image FFT cropping and thresholding, (c) maximum inscribed circle radii R$_{ins}$ distribution, (d) half of maximum Feret diameter R$_{max}$ distribution, (e) aspect ratio AR distribution, defined as fraction of the previous two quantities and (f) pore equivalent radii distribution. + + + 2495881 + 466418 + http://cds.cern.ch/record/2882298/files/Compression_test_single_sheet_reduced.png + 00018 (a) Single sheet and stacked specimens’ geometry and stack specimen residual deformation (top and bottom, respectively). Testing example of single sheet (b) and stacked (c) specimens. + + + 2495882 + 6346956 + http://cds.cern.ch/record/2882298/files/CC_hard+soft_legend.png + 00009 \scriptsize Results from image analysis: (a) pores as obtained by watershed segmentation, highlighted, and overlapped to the original image, (b) hard and soft phase distinction as obtained by image FFT cropping and thresholding, (c) maximum inscribed circle radii R$_{ins}$ distribution, (d) half of maximum Feret diameter R$_{max}$ distribution, (e) aspect ratio AR distribution, defined as fraction of the previous two quantities and (f) pore equivalent radii distribution. + + + 2495883 + 835372 + http://cds.cern.ch/record/2882298/files/FIB_SEM_example_reduced.png + 00004 Schematic illustration of the section obtained by FIB-SEM together with its relative dimensions with respect to the whole specimen thickness + + + 2495884 + 81472 + http://cds.cern.ch/record/2882298/files/production_process_3.png + 00001 Production process of FG. The compaction stage is usually made by rolling compression up to $\rho$ = 0.7 – 1.9 g/cm$^{3}$. On the bottom, a virtual cross section of the final sheet is highlighted together with the expected cell deformation mode under compression. + + + 2517855 + 7685866 + http://cds.cern.ch/record/2882298/files/Publication.pdf + Fulltext + + + 13 + + + ARTICLE + + + diff --git a/tests/open_access/test_parser.py b/tests/open_access/test_parser.py new file mode 100644 index 0000000..1987617 --- /dev/null +++ b/tests/open_access/test_parser.py @@ -0,0 +1,19 @@ +from open_access.parsers import get_golden_access_records_ids + +expected = [ + "2891488", + "2888511", + "2884471", + "2884470", + "2883672", + "2882429", + "2882335", + "2882324", + "2882311", +] + + +def test_get_golden_access_records_dois(shared_datadir): + with open(shared_datadir / "search.xml") as file: + records_ids = get_golden_access_records_ids(file.read()) + assert records_ids == expected