-
From Hallucination to Scheming: A Unified Taxonomy and Benchmark Analysis for LLM Deception
Authors:
Jerick Shi,
Terry Jingcheng Zhang,
Zhijing Jin,
Vincent Conitzer
Abstract:
Large language models (LLMs) produce systematically misleading outputs, from hallucinated citations to strategic deception of evaluators, yet these phenomena are studied by separate communities with incompatible terminology. We propose a unified taxonomy organized along three complementary dimensions: degree of goal-directedness (behavioral to strategic deception), object of deception, and mechani…
▽ More
Large language models (LLMs) produce systematically misleading outputs, from hallucinated citations to strategic deception of evaluators, yet these phenomena are studied by separate communities with incompatible terminology. We propose a unified taxonomy organized along three complementary dimensions: degree of goal-directedness (behavioral to strategic deception), object of deception, and mechanism (fabrication, omission, or pragmatic distortion). Applying this taxonomy to 50 existing benchmarks reveals that every benchmark tests fabrication while pragmatic distortion, attribution, and capability self-knowledge remain critically under-covered, and strategic deception benchmarks are nascent. We offer concrete recommendations for developers and regulators, including a minimal reporting template for positioning future work within our framework.
△ Less
Submitted 6 April, 2026;
originally announced April 2026.
-
Cheap Talk, Empty Promise: Frontier LLMs easily break public promises for self-interest
Authors:
Jerick Shi,
Terry Jingcheng Zhang,
Zhijing Jin,
Vincent Conitzer
Abstract:
Large language models are increasingly deployed as autonomous agents in multi-agent settings where they communicate intentions and take consequential actions with limited human oversight. A critical safety question is whether agents that publicly commit to actions break those promises when they can privately deviate, and what the consequences are for both themselves and the collective. We study de…
▽ More
Large language models are increasingly deployed as autonomous agents in multi-agent settings where they communicate intentions and take consequential actions with limited human oversight. A critical safety question is whether agents that publicly commit to actions break those promises when they can privately deviate, and what the consequences are for both themselves and the collective. We study deception as a deviation from a publicly announced action in one-shot normal-form games, classifying each deviation by its effect on individual payoff and collective welfare into four categories: win-win, selfish, altruistic, and sabotaging. By exhaustively enumerating announcement profiles across six canonical games, nine frontier models, and varying group sizes, we identify all opportunities for each deviation type and measure how often agents exploit them. Across all settings, agents deviate from promises in approximately 56.6% of scenarios, but the character of deception varies substantially across models even at similar overall rates. Most critically, for the majority of the models, promise-breaking occurs without verbalized awareness of the fact that they are breaking promises.
△ Less
Submitted 6 April, 2026;
originally announced April 2026.
-
CLT-Forge: A Scalable Library for Cross-Layer Transcoders and Attribution Graphs
Authors:
Florent Draye,
Abir Harrasse,
Vedant Palit,
Tung-Yu Wu,
Jiarui Liu,
Punya Syon Pandey,
Roderick Wu,
Terry Jingchen Zhang,
Zhijing Jin,
Bernhard Schölkopf
Abstract:
Mechanistic interpretability seeks to understand how Large Language Models (LLMs) represent and process information. Recent approaches based on dictionary learning and transcoders enable representing model computation in terms of sparse, interpretable features and their interactions, giving rise to feature attribution graphs. However, these graphs are often large and redundant, limiting their inte…
▽ More
Mechanistic interpretability seeks to understand how Large Language Models (LLMs) represent and process information. Recent approaches based on dictionary learning and transcoders enable representing model computation in terms of sparse, interpretable features and their interactions, giving rise to feature attribution graphs. However, these graphs are often large and redundant, limiting their interpretability in practice. Cross-Layer Transcoders (CLTs) address this issue by sharing features across layers while preserving layer-specific decoding, yielding more compact representations, but remain difficult to train and analyze at scale. We introduce an open-source library for end-to-end training and interpretability of CLTs. Our framework integrates scalable distributed training with model sharding and compressed activation caching, a unified automated interpretability pipeline for feature analysis and explanation, attribution graph computation using Circuit-Tracer, and a flexible visualization interface. This provides a practical and unified solution for scaling CLT-based mechanistic interpretability. Our code is available at: https://github.com/LLM-Interp/CLT-Forge.
△ Less
Submitted 21 March, 2026;
originally announced March 2026.
-
Silo-Bench: A Scalable Environment for Evaluating Distributed Coordination in Multi-Agent LLM Systems
Authors:
Yuzhe Zhang,
Feiran Liu,
Yi Shan,
Xinyi Huang,
Xin Yang,
Yueqi Zhu,
Xuxin Cheng,
Cao Liu,
Ke Zeng,
Terry Jingchen Zhang,
Wenyuan Jiang
Abstract:
Large language models are increasingly deployed in multi-agent systems to overcome context limitations by distributing information across agents. Yet whether agents can reliably compute with distributed information, rather than merely exchange it, remains an open question. We introduce SILO-BENCH, a role-agnostic benchmark of 30 algorithmic tasks across three communication complexity levels, evalu…
▽ More
Large language models are increasingly deployed in multi-agent systems to overcome context limitations by distributing information across agents. Yet whether agents can reliably compute with distributed information, rather than merely exchange it, remains an open question. We introduce SILO-BENCH, a role-agnostic benchmark of 30 algorithmic tasks across three communication complexity levels, evaluating 54 configurations over 1,620 experiments. Our experiments expose a fundamental Communication-Reasoning Gap: agents spontaneously form task-appropriate coordination topologies and exchange information actively, yet systematically fail to synthesize distributed state into correct answers. The failure is localized to the reasoning-integration stage where agents often acquire sufficient information but cannot integrate it. This coordination overhead compounds with scale, eventually eliminating parallelization gains entirely. These findings demonstrate that naively scaling agent count cannot circumvent context limitations, and SILO-BENCH provides a foundation for tracking progress toward genuinely collaborative multi-agent systems. The code is available at https://github.com/jwyjohn/acl26-silo-bench .
△ Less
Submitted 13 April, 2026; v1 submitted 1 March, 2026;
originally announced March 2026.
-
GT-HarmBench: Benchmarking AI Safety Risks Through the Lens of Game Theory
Authors:
Pepijn Cobben,
Xuanqiang Angelo Huang,
Thao Amelia Pham,
Isabel Dahlgren,
Terry Jingchen Zhang,
Zhijing Jin
Abstract:
Frontier AI systems are increasingly capable and deployed in high-stakes multi-agent environments. However, existing AI safety benchmarks largely evaluate single agents, leaving multi-agent risks such as coordination failure and conflict poorly understood. We introduce GT-HarmBench, a benchmark of 2,009 high-stakes scenarios spanning game-theoretic structures such as the Prisoner's Dilemma, Stag H…
▽ More
Frontier AI systems are increasingly capable and deployed in high-stakes multi-agent environments. However, existing AI safety benchmarks largely evaluate single agents, leaving multi-agent risks such as coordination failure and conflict poorly understood. We introduce GT-HarmBench, a benchmark of 2,009 high-stakes scenarios spanning game-theoretic structures such as the Prisoner's Dilemma, Stag Hunt and Chicken. Scenarios are drawn from realistic AI risk contexts in the MIT AI Risk Repository. Across 15 frontier models, agents choose socially beneficial actions in only 62% of cases, frequently leading to harmful outcomes. We measure sensitivity to game-theoretic prompt framing and ordering, and analyze reasoning patterns driving failures. We further show that game-theoretic interventions improve socially beneficial outcomes by up to 18%. Our results highlight substantial reliability gaps and provide a broad standardized testbed for studying alignment in multi-agent environments. The benchmark and code are available at https://github.com/causalNLP/gt-harmbench.
△ Less
Submitted 12 February, 2026;
originally announced February 2026.
-
ProPhy: Progressive Physical Alignment for Dynamic World Simulation
Authors:
Zijun Wang,
Panwen Hu,
Jing Wang,
Terry Jingchen Zhang,
Yuhao Cheng,
Long Chen,
Yiqiang Yan,
Zutao Jiang,
Hanhui Li,
Xiaodan Liang
Abstract:
Recent advances in video generation have shown remarkable potential for constructing world simulators. However, current models still struggle to produce physically consistent results, particularly when handling large-scale or complex dynamics. This limitation arises primarily because existing approaches respond isotropically to physical prompts and neglect the fine-grained alignment between genera…
▽ More
Recent advances in video generation have shown remarkable potential for constructing world simulators. However, current models still struggle to produce physically consistent results, particularly when handling large-scale or complex dynamics. This limitation arises primarily because existing approaches respond isotropically to physical prompts and neglect the fine-grained alignment between generated content and localized physical cues. To address these challenges, we propose ProPhy, a Progressive Physical Alignment Framework that enables explicit physics-aware conditioning and anisotropic generation. ProPhy employs a two-stage Mixture-of-Physics-Experts mechanism for discriminative physical prior extraction, where Semantic Experts infer semantic-level physical principles from textual descriptions, and Refinement Experts capture token-level physical dynamics. This mechanism allows the model to learn fine-grained, physics-aware video representations that better reflect underlying physical laws. Furthermore, we introduce a physical alignment strategy that transfers the physical reasoning capabilities of vision-language models into the Refinement Experts, facilitating a more accurate representation of dynamic physical phenomena. Extensive experiments on physics-aware video generation benchmarks demonstrate that ProPhy produces more realistic, dynamic, and physically coherent results than existing state-of-the-art methods.
△ Less
Submitted 11 April, 2026; v1 submitted 5 December, 2025;
originally announced December 2025.
-
Aligning Perception, Reasoning, Modeling and Interaction: A Survey on Physical AI
Authors:
Kun Xiang,
Terry Jingchen Zhang,
Yinya Huang,
Jixi He,
Zirong Liu,
Yueling Tang,
Ruizhe Zhou,
Lijing Luo,
Youpeng Wen,
Xiuwei Chen,
Bingqian Lin,
Jianhua Han,
Hang Xu,
Hanhui Li,
Bin Dong,
Xiaodan Liang
Abstract:
The rapid advancement of embodied intelligence and world models has intensified efforts to integrate physical laws into AI systems, yet physical perception and symbolic physics reasoning have developed along separate trajectories without a unified bridging framework. This work provides a comprehensive overview of physical AI, establishing clear distinctions between theoretical physics reasoning an…
▽ More
The rapid advancement of embodied intelligence and world models has intensified efforts to integrate physical laws into AI systems, yet physical perception and symbolic physics reasoning have developed along separate trajectories without a unified bridging framework. This work provides a comprehensive overview of physical AI, establishing clear distinctions between theoretical physics reasoning and applied physical understanding while systematically examining how physics-grounded methods enhance AI's real-world comprehension across structured symbolic reasoning, embodied systems, and generative models. Through rigorous analysis of recent advances, we advocate for intelligent systems that ground learning in both physical principles and embodied reasoning processes, transcending pattern recognition toward genuine understanding of physical laws. Our synthesis envisions next-generation world models capable of explaining physical phenomena and predicting future states, advancing safe, generalizable, and interpretable AI systems. We maintain a continuously updated resource at https://github.com/AI4Phys/Awesome-AI-for-Physics.
△ Less
Submitted 22 December, 2025; v1 submitted 6 October, 2025;
originally announced October 2025.
-
Beyond Memorization: Reasoning-Driven Synthesis as a Mitigation Strategy Against Benchmark Contamination
Authors:
Terry Jingchen Zhang,
Gopal Dev,
Ning Wang,
Nicole Ni,
Wenyuan Jiang,
Yinya Huang,
Bernhard Schölkopf,
Mrinmaya Sachan,
Zhijing Jin
Abstract:
Capability evaluation of large language models (LLMs) is increasingly shadowed by rising concerns of data contamination that cast doubts on whether static benchmarks measure genuine reasoning or mere memorization. We present an empirical study using an infinitely scalable framework to synthesize research-level QA directly from arXiv papers, harnessing the natural temporal structure of research pub…
▽ More
Capability evaluation of large language models (LLMs) is increasingly shadowed by rising concerns of data contamination that cast doubts on whether static benchmarks measure genuine reasoning or mere memorization. We present an empirical study using an infinitely scalable framework to synthesize research-level QA directly from arXiv papers, harnessing the natural temporal structure of research publications where performance decay after knowledge cutoffs may indicate potential contamination. We evaluated 4 frontier model represented by 2 models of different knowledge cutoff dates per family on 1,643 multi-step reasoning questions synthesized from 20,277 arXiv papers stratified over 26 months, covering at least 6 months before and after all cutoff dates. Our results consistently showed a lack of significant performance decay near knowledge cutoff dates for models of various sizes, developers, and release dates. We further performed a comparative analysis with previous longitudinal studies that reported significant post-cutoff performance decay using directly retrieved questions based on public data. we hypothesize that the multi-step reasoning required by our synthesis pipeline offered additional complexity that goes deeper than shallow memorization, which effectively serves a mitigation strategy against benchmark contamination. We fully open source our code and dataset to aid reproducibility and advocate for a paradigm shift that prioritize reasoning-driven synthesis to construct benchmarks over simply collecting newly released questions periodically.
△ Less
Submitted 6 October, 2025; v1 submitted 26 August, 2025;
originally announced September 2025.
-
Lean Meets Theoretical Computer Science: Scalable Synthesis of Theorem Proving Challenges in Formal-Informal Pairs
Authors:
Terry Jingchen Zhang,
Wenyuan Jiang,
Rongchuan Liu,
Yisong Wang,
Junran Yang,
Ning Wang,
Nicole Ni,
Yinya Huang,
Mrinmaya Sachan
Abstract:
Formal theorem proving (FTP) has emerged as a critical foundation for evaluating the reasoning capabilities of large language models, enabling automated verification of mathematical proofs at scale. However, progress has been constrained by limited datasets due to the high cost of manual curation and the scarcity of challenging problems with verified formal-informal correspondences. We propose lev…
▽ More
Formal theorem proving (FTP) has emerged as a critical foundation for evaluating the reasoning capabilities of large language models, enabling automated verification of mathematical proofs at scale. However, progress has been constrained by limited datasets due to the high cost of manual curation and the scarcity of challenging problems with verified formal-informal correspondences. We propose leveraging theoretical computer science (TCS) as a scalable source of rigorous proof problems, where algorithmic definitions enable automated generation of arbitrarily many challenging theorem-proof pairs. We demonstrate this approach on two TCS domains: Busy Beaver problems, which involve proving bounds on Turing machine halting behavior, and Mixed Boolean Arithmetic problems, which combine logical and arithmetic reasoning. Our framework automatically synthesizes problems with parallel formal (Lean4) and informal (Markdown) specifications, creating a scalable pipeline for generating verified proof challenges. Evaluation on frontier models reveals substantial gaps in automated theorem proving: while DeepSeekProver-V2-671B achieves 57.5\% success on Busy Beaver problems, it manages only 12\% on Mixed Boolean Arithmetic problems. These results highlight the difficulty of long-form proof generation even for problems that are computationally easy to verify, demonstrating the value of TCS domains for advancing automated reasoning research.
△ Less
Submitted 21 August, 2025;
originally announced August 2025.
-
Towards Provable (In)Secure Model Weight Release Schemes
Authors:
Xin Yang,
Bintao Tang,
Yuhao Wang,
Zimo Ji,
Terry Jingchen Zhang,
Wenyuan Jiang
Abstract:
Recent secure weight release schemes claim to enable open-source model distribution while protecting model ownership and preventing misuse. However, these approaches lack rigorous security foundations and provide only informal security guarantees. Inspired by established works in cryptography, we formalize the security of weight release schemes by introducing several concrete security definitions.…
▽ More
Recent secure weight release schemes claim to enable open-source model distribution while protecting model ownership and preventing misuse. However, these approaches lack rigorous security foundations and provide only informal security guarantees. Inspired by established works in cryptography, we formalize the security of weight release schemes by introducing several concrete security definitions. We then demonstrate our definition's utility through a case study of TaylorMLP, a prominent secure weight release scheme. Our analysis reveals vulnerabilities that allow parameter extraction thus showing that TaylorMLP fails to achieve its informal security goals. We hope this work will advocate for rigorous research at the intersection of machine learning and security communities and provide a blueprint for how future weight release schemes should be designed and evaluated.
△ Less
Submitted 26 June, 2025; v1 submitted 23 June, 2025;
originally announced June 2025.
-
Educators' Perceptions of Large Language Models as Tutors: Comparing Human and AI Tutors in a Blind Text-only Setting
Authors:
Sankalan Pal Chowdhury,
Terry Jingchen Zhang,
Donya Rooein,
Dirk Hovy,
Tanja Käser,
Mrinmaya Sachan
Abstract:
The rapid development of Large Language Models (LLMs) opens up the possibility of using them as personal tutors. This has led to the development of several intelligent tutoring systems and learning assistants that use LLMs as back-ends with various degrees of engineering. In this study, we seek to compare human tutors with LLM tutors in terms of engagement, empathy, scaffolding, and conciseness. W…
▽ More
The rapid development of Large Language Models (LLMs) opens up the possibility of using them as personal tutors. This has led to the development of several intelligent tutoring systems and learning assistants that use LLMs as back-ends with various degrees of engineering. In this study, we seek to compare human tutors with LLM tutors in terms of engagement, empathy, scaffolding, and conciseness. We ask human tutors to annotate and compare the performance of an LLM tutor with that of a human tutor in teaching grade-school math word problems on these qualities. We find that annotators with teaching experience perceive LLMs as showing higher performance than human tutors in all 4 metrics. The biggest advantage is in empathy, where 80% of our annotators prefer the LLM tutor more often than the human tutors. Our study paints a positive picture of LLMs as tutors and indicates that these models can be used to reduce the load on human teachers in the future.
△ Less
Submitted 10 June, 2025;
originally announced June 2025.
-
Can Theoretical Physics Research Benefit from Language Agents?
Authors:
Sirui Lu,
Zhijing Jin,
Terry Jingchen Zhang,
Pavel Kos,
J. Ignacio Cirac,
Bernhard Schölkopf
Abstract:
Large Language Models (LLMs) are rapidly advancing across diverse domains, yet their application in theoretical physics remains inadequate. While current models show competence in mathematical reasoning and code generation, we identify critical gaps in physical intuition, constraint satisfaction, and reliable reasoning that cannot be addressed through prompting alone. Physics demands approximation…
▽ More
Large Language Models (LLMs) are rapidly advancing across diverse domains, yet their application in theoretical physics remains inadequate. While current models show competence in mathematical reasoning and code generation, we identify critical gaps in physical intuition, constraint satisfaction, and reliable reasoning that cannot be addressed through prompting alone. Physics demands approximation judgment, symmetry exploitation, and physical grounding that require AI agents specifically trained on physics reasoning patterns and equipped with physics-aware verification tools. We argue that LLM would require such domain-specialized training and tooling to be useful in real-world for physics research. We envision physics-specialized AI agents that seamlessly handle multimodal data, propose physically consistent hypotheses, and autonomously verify theoretical results. Realizing this vision requires developing physics-specific training datasets, reward signals that capture physical reasoning quality, and verification frameworks encoding fundamental principles. We call for collaborative efforts between physics and AI communities to build the specialized infrastructure necessary for AI-driven scientific discovery.
△ Less
Submitted 12 March, 2026; v1 submitted 6 June, 2025;
originally announced June 2025.
-
SeePhys: Does Seeing Help Thinking? -- Benchmarking Vision-Based Physics Reasoning
Authors:
Kun Xiang,
Heng Li,
Terry Jingchen Zhang,
Yinya Huang,
Zirong Liu,
Peixin Qu,
Jixi He,
Jiaqi Chen,
Yu-Jie Yuan,
Jianhua Han,
Hang Xu,
Hanhui Li,
Mrinmaya Sachan,
Xiaodan Liang
Abstract:
We present SeePhys, a large-scale multimodal benchmark for LLM reasoning grounded in physics questions ranging from middle school to PhD qualifying exams. The benchmark covers 7 fundamental domains spanning the physics discipline, incorporating 21 categories of highly heterogeneous diagrams. In contrast to prior works where visual elements mainly serve auxiliary purposes, our benchmark features a…
▽ More
We present SeePhys, a large-scale multimodal benchmark for LLM reasoning grounded in physics questions ranging from middle school to PhD qualifying exams. The benchmark covers 7 fundamental domains spanning the physics discipline, incorporating 21 categories of highly heterogeneous diagrams. In contrast to prior works where visual elements mainly serve auxiliary purposes, our benchmark features a substantial proportion of vision-essential problems (75%) that mandate visual information extraction for correct solutions. Through extensive evaluation, we observe that even the most advanced visual reasoning models (e.g., Gemini-2.5-pro and o4-mini) achieve sub-60% accuracy on our benchmark. These results reveal fundamental challenges in current large language models' visual understanding capabilities, particularly in: (i) establishing rigorous coupling between diagram interpretation and physics reasoning, and (ii) overcoming their persistent reliance on textual cues as cognitive shortcuts.
△ Less
Submitted 6 October, 2025; v1 submitted 25 May, 2025;
originally announced May 2025.
-
Estimating constraints on cosmological parameters via the canonical and the differential redshift drift with SKA HI 21-cm observations
Authors:
Jiangang Kang,
Guangyuan Song,
Tong Jie Zhang,
Ming Zhu
Abstract:
Redshift drift effect, an observational probe that indenpendent of cosmological models, presents unique applications in specific cosmological epoch. By quantifying redshift drift signal , researchers can determine the rate of the Universe's accelerated expansion and impose constraints on cosmological models and parameters. This study evaluates the precision in cosmological parameters estimation de…
▽ More
Redshift drift effect, an observational probe that indenpendent of cosmological models, presents unique applications in specific cosmological epoch. By quantifying redshift drift signal , researchers can determine the rate of the Universe's accelerated expansion and impose constraints on cosmological models and parameters. This study evaluates the precision in cosmological parameters estimation derived from this signal via HI 21cm signal, that observed by the Square Kilometre Array (SKA) telescope, with spectral resolutions of 0.001 Hz and 0.002 Hz over an observational period of $ΔT = 0.5$ year, utilizing two established techniques: the canonical redshift drift and the differential redshift drift method. The primary objective of this project is to ascertain the rate of cosmic acceleration and establish a solid foundation for real-time cosmology. The results reveal that both the two methods impose highly precise constraints on cosmological parameters, with accuracy reaching the level of millimeter per second (mm/s) or better. However, the canonical method provides relatively less stringent compared to the differential approach. Furthermore, when solely constraining the matter density parameter $Ω_m$, the strategy can be adapted to the canonical method. Nonetheless, the differential method exhibits clear advantages when simultaneously constraining the matter density parameter $Ω_m$ and the equation of state of dark energy. These findings validate SKA's capability in detecting redshift drift and refining observational cosmology and indicates the effect can offer superior diagnostic capabilities compared to other techniques, provided that appropriate observational equipment or sufficient observational time is employed.
△ Less
Submitted 18 April, 2025;
originally announced April 2025.
-
AtomThink: Multimodal Slow Thinking with Atomic Step Reasoning
Authors:
Kun Xiang,
Zhili Liu,
Terry Jingchen Zhang,
Yinya Huang,
Yunshuang Nie,
Kaixin Cai,
Yiyang Yin,
Runhui Huang,
Hanhui Li,
Yihan Zeng,
Yu-Jie Yuan,
Jianhua Han,
Lanqing Hong,
Hang Xu,
Xiaodan Liang
Abstract:
In this paper, we address the challenging task of multimodal reasoning by incorporating the notion of ``slow thinking'' into multimodal large language models (MLLMs). Our core idea is that models can learn to adaptively use different levels of reasoning to tackle questions of varying complexity. We propose a novel paradigm of Self-structured Chain of Thought (SCoT), which consists of minimal seman…
▽ More
In this paper, we address the challenging task of multimodal reasoning by incorporating the notion of ``slow thinking'' into multimodal large language models (MLLMs). Our core idea is that models can learn to adaptively use different levels of reasoning to tackle questions of varying complexity. We propose a novel paradigm of Self-structured Chain of Thought (SCoT), which consists of minimal semantic atomic steps. Unlike existing methods that rely on structured templates or free-form paradigms, our method not only generates flexible CoT structures for various complex tasks but also mitigates the phenomenon of overthinking for easier tasks. To introduce structured reasoning into visual cognition, we design a novel AtomThink framework with four key modules: (i) a data engine to generate high-quality multimodal reasoning paths; (ii) a supervised fine-tuning (SFT) process with serialized inference data; (iii) a policy-guided multi-turn inference method; and (iv) an atomic capability metric to evaluate the single-step utilization rate. Extensive experiments demonstrate that the proposed AtomThink significantly improves the performance of baseline MLLMs, achieving more than 10\% average accuracy gains on MathVista and MathVerse. Compared to state-of-the-art structured CoT approaches, our method not only achieves higher accuracy but also improves data utilization by 5 $\times$ and boosts inference efficiency by 85.3\%. Our code is publicly available at https://github.com/Kun-Xiang/AtomThink.
△ Less
Submitted 9 January, 2026; v1 submitted 18 November, 2024;
originally announced November 2024.
-
Measurement of the $e^{+}e^{-}\toΣ^{0}\barΣ^{0}$ cross sections at center-of-mass energies from $2.3864$ to $3.0200$ GeV
Authors:
M. Ablikim,
M. N. Achasov,
P. Adlarson,
S. Ahmed,
M. Albrecht,
A. Amoroso,
Q. An,
Anita,
Y. Bai,
O. Bakina,
R. Baldini Ferroli,
I. Balossino,
Y. Ban,
K. Begzsuren,
J. V. Bennett,
N. Berger,
M. Bertani,
D. Bettoni,
F. Bianchi,
J Biernat,
J. Bloms,
A. Bortone,
I. Boyko,
R. A. Briere,
H. Cai
, et al. (467 additional authors not shown)
Abstract:
The Born cross sections of $e^{+}e^{-}\to Σ^{0}\barΣ^{0}$ are measured at center-of-mass energies from $2.3864$ to $3.0200$ GeV using data samples with an integrated luminosity of $328.5$ pb$^{-1}$ collected with the BESIII detector operating at the BEPCII collider. The analysis makes use of a novel reconstruction method for energies near production threshold, while a single-tag method is employed…
▽ More
The Born cross sections of $e^{+}e^{-}\to Σ^{0}\barΣ^{0}$ are measured at center-of-mass energies from $2.3864$ to $3.0200$ GeV using data samples with an integrated luminosity of $328.5$ pb$^{-1}$ collected with the BESIII detector operating at the BEPCII collider. The analysis makes use of a novel reconstruction method for energies near production threshold, while a single-tag method is employed at other center-of-mass energies. The measured cross sections are consistent with earlier results from BaBar, with a substantially improved precision. The cross-section lineshape can be well described by a perturbative QCD-driven energy function. In addition, the effective form factors of the $Σ^{0}$ baryon are determined. The results provide precise experimental input for testing various theoretical predictions.
△ Less
Submitted 12 October, 2021; v1 submitted 9 October, 2021;
originally announced October 2021.
-
Measurement of the inclusive branching fraction for $ψ(3686)\rightarrow K_{S}^{0} + \text{anything}$
Authors:
M. Ablikim,
M. N. Achasov,
P. Adlarson,
S. Ahmed,
M. Albrecht,
R. Aliberti,
A. Amoroso,
Q. An,
X. H. Bai,
Y. Bai,
O. Bakina,
R. Baldini Ferroli,
I. Balossino,
Y. Ban,
K. Begzsuren,
J. V. Bennett,
N. Berger,
M. Bertani,
D. Bettoni,
F. Bianchi,
J Biernat,
J. Bloms,
A. Bortone,
I. Boyko,
R. A. Briere
, et al. (469 additional authors not shown)
Abstract:
Using 5.9~pb$^{-1}$ of $e^+e^-$ annihilation data collected at center-of-mass energies from 3.640 to 3.701 GeV with the BESIII detector at the BEPCII Collider, we measure the observed cross sections of $e^+e^-\rightarrow K_{S}^{0} X$ (where $X= \text{anything}$). From a fit to these observed cross sections with the sum of continuum and $ψ(3686)$ and $J/ψ$ Breit-Wigner functions and considering ini…
▽ More
Using 5.9~pb$^{-1}$ of $e^+e^-$ annihilation data collected at center-of-mass energies from 3.640 to 3.701 GeV with the BESIII detector at the BEPCII Collider, we measure the observed cross sections of $e^+e^-\rightarrow K_{S}^{0} X$ (where $X= \text{anything}$). From a fit to these observed cross sections with the sum of continuum and $ψ(3686)$ and $J/ψ$ Breit-Wigner functions and considering initial state radiation and the BEPCII beam energy spread, we obtain for the first time the product of $ψ(3686)$ leptonic width and inclusive decay branching fraction $Γ^{ee}_{ψ(3686)}\mathcal B(ψ(3686)\rightarrow K_{S}^{0} X) = (373.8 \pm 6.7 \pm 20.0)$ eV, and assuming $Γ^{ee}_{ψ(3686)}$ is $(2.33 \pm 0.04)$ keV from PDG value, we measure $\mathcal B(ψ(3686)\rightarrow K_{S}^{0} X) = (16.04 \pm 0.29 \pm 0.90)\%$, where the first uncertainty is statistical and the second is systematic.
△ Less
Submitted 12 September, 2021; v1 submitted 16 June, 2021;
originally announced June 2021.
-
Cross section measurement of $e^{+}e^{-} \to K_{S}^{0}K_{L}^{0}$ at $\sqrt{s}=2.00-3.08~{\rm GeV}$
Authors:
M. Ablikim,
M. N. Achasov,
P. Adlarson,
S. Ahmed,
M. Albrecht,
A. Amoroso,
Q. An,
Anita,
X. H. Bai,
Y. Bai,
O. Bakina,
R. Baldini Ferroli,
I. Balossino,
Y. Ban,
K. Begzsuren,
J. V. Bennett,
N. Berger,
M. Bertani,
D. Bettoni,
F. Bianchi,
J Biernat,
J. Bloms,
A. Bortone,
I. Boyko,
R. A. Briere
, et al. (468 additional authors not shown)
Abstract:
The cross sections of the process $e^{+}e^{-} \to K_{S}^{0}K_{L}^{0}$ are measured at fifteen center-of-mass energies $\sqrt{s}$ from $2.00$ to $3.08~{\rm GeV}$ with the BESIII detector at the Beijing Electron Positron Collider (BEPCII). The results are found to be consistent with those obtained by BaBar. A resonant structure around $2.2~{\rm GeV}$ is observed, with a mass and width of…
▽ More
The cross sections of the process $e^{+}e^{-} \to K_{S}^{0}K_{L}^{0}$ are measured at fifteen center-of-mass energies $\sqrt{s}$ from $2.00$ to $3.08~{\rm GeV}$ with the BESIII detector at the Beijing Electron Positron Collider (BEPCII). The results are found to be consistent with those obtained by BaBar. A resonant structure around $2.2~{\rm GeV}$ is observed, with a mass and width of $2273.7 \pm 5.7 \pm 19.3~{\rm MeV}/c^2$ and $86 \pm 44 \pm 51~{\rm MeV}$, respectively, where the first uncertainties are statistical and the second ones are systematic. The product of its radiative width ($Γ_{e^+e^-}$) with its branching fraction to $K_{S}^{0}K_{L}^{0}$ ($Br_{K_{S}^{0}K_{L}^{0}}$) is $0.9 \pm 0.6 \pm 0.7~{\rm eV}$.
△ Less
Submitted 28 May, 2021;
originally announced May 2021.
-
Amplitude analysis and branching-fraction measurement of \boldmath $D_{s}^{+} \to K^0_{S}π^{+}π^{0}$
Authors:
BESIII Collaboration,
M. Ablikim,
M. N. Achasov,
P. Adlarson,
S. Ahmed,
M. Albrecht,
A. Amoroso,
Q. An,
X. H. Bai,
Y. Bai,
O. Bakina,
R. Baldini Ferroli,
I. Balossino,
Y. Ban,
K. Begzsuren,
J. V. Bennett,
N. Berger,
M. Bertani,
D. Bettoni,
F. Bianchi,
J Biernat,
J. Bloms,
A. Bortone,
I. Boyko,
R. A. Briere
, et al. (468 additional authors not shown)
Abstract:
Utilizing a data set corresponding to an integrated luminosity of 6.32~$\rm fb^{-1}$, recorded by the BESIII detector at center-of-mass energies between 4.178 and 4.226~GeV, we perform an amplitude analysis of the decay $D_{s}^{+} \to K_{S}^{0}π^{+}π^{0}$ and determine the relative fractions and phase differences of different intermediate processes, which include $K_{S}^{0}ρ(770)^{+}$,…
▽ More
Utilizing a data set corresponding to an integrated luminosity of 6.32~$\rm fb^{-1}$, recorded by the BESIII detector at center-of-mass energies between 4.178 and 4.226~GeV, we perform an amplitude analysis of the decay $D_{s}^{+} \to K_{S}^{0}π^{+}π^{0}$ and determine the relative fractions and phase differences of different intermediate processes, which include $K_{S}^{0}ρ(770)^{+}$, $K_{S}^{0}ρ(1450)^{+}$, $K^{*}(892)^{0}π^{+}$, $K^{*}(892)^{+}π^{0}$, and $K^{*}(1410)^{0}π^{+}$. Using a double-tag technique, and making an efficiency correction that relies on our knowledge of the phase-space distribution of the decays coming from the amplitude analysis,
the absolute branching fraction is measured to be $\mathcal{B}(D_{s}^{+} \to K_{S}^{0}π^{+}π^{0})=(5.43\pm0.30_{\text{stat}}\pm 0.15_{\text{syst}})\times 10^{-3}$.
△ Less
Submitted 28 March, 2021;
originally announced March 2021.
-
Measurement of the absolute branching fraction of $Λ_c^+\to p K^0_{\mathrm{S}}η$ decays
Authors:
BESIII Collaboration,
M. Ablikim,
M. N. Achasov,
P. Adlarson,
S. Ahmed,
M. Albrecht,
R. Aliberti,
A. Amoroso,
Q. An,
Anita,
X. H. Bai,
Y. Bai,
O. Bakina,
R. Baldini Ferroli,
I. Balossino,
Y. Ban,
K. Begzsuren,
J. V. Bennett,
N. Berger,
M. Bertani,
D. Bettoni,
F. Bianchi,
J Biernat,
J. Bloms,
A. Bortone
, et al. (474 additional authors not shown)
Abstract:
Based on 586 $\rm{pb^{-1}}$ of $e^+e^-$ annihilation data collected at a center-of-mass energy of $\sqrt{s}=4.6~\rm{GeV}$ with the BESIII detector at the BEPCII collider, the absolute branching fraction of $Λ_c^+ \to p K^0_{\mathrm{S}}η$ decays is measured for the first time to be $\mathcal{B}(Λ_c^+ \to p K^0_{\mathrm{S}}η) = (0.414 \pm 0.084 \pm 0.028)\%$, where the first uncertainty is statistic…
▽ More
Based on 586 $\rm{pb^{-1}}$ of $e^+e^-$ annihilation data collected at a center-of-mass energy of $\sqrt{s}=4.6~\rm{GeV}$ with the BESIII detector at the BEPCII collider, the absolute branching fraction of $Λ_c^+ \to p K^0_{\mathrm{S}}η$ decays is measured for the first time to be $\mathcal{B}(Λ_c^+ \to p K^0_{\mathrm{S}}η) = (0.414 \pm 0.084 \pm 0.028)\%$, where the first uncertainty is statistical and the second is systematic. The result is compatible with a previous CLEO result on the relative branching fraction $\frac{\mathcal{B}(Λ_c^+ \to p K^0_{\mathrm{S}}η)}{\mathcal{B}(Λ_c^+ \to p K^-π^+)}$, and consistent with theoretical predictions of SU(3) flavor symmetry.
△ Less
Submitted 24 April, 2021; v1 submitted 20 December, 2020;
originally announced December 2020.
-
Search for the $X(2370)$ and observation of $η_{c}\toηηη^\prime$ in $J/ψ\toγηηη^{\prime}$
Authors:
BESIII Collaboration,
M. Ablikim,
M. N. Achasov,
P. Adlarson,
S. Ahmed,
M. Albrecht,
R. Aliberti,
A. Amoroso,
Q. An,
X. H. Bai,
Y. Bai,
O. Bakina,
R. Baldini Ferroli,
I. Balossino,
Y. Ban,
K. Begzsuren,
J. V. Bennett,
N. Berger,
M. Bertani,
D. Bettoni,
F. Bianchi,
J Biernat,
J. Bloms,
A. Bortone,
I. Boyko
, et al. (477 additional authors not shown)
Abstract:
Using a sample of $1.31\times10^{9} ~J/ψ$ events collected with the BESIII detector, we perform a study of $J/ψ\toγηηη^{\prime}$ to search for the $X(2370)$ and $η_{c}$ in the $ηηη^{\prime}$ invariant mass distribution. No significant signal for the $X(2370)$ is observed, and we set an upper limit for the product branching fraction of…
▽ More
Using a sample of $1.31\times10^{9} ~J/ψ$ events collected with the BESIII detector, we perform a study of $J/ψ\toγηηη^{\prime}$ to search for the $X(2370)$ and $η_{c}$ in the $ηηη^{\prime}$ invariant mass distribution. No significant signal for the $X(2370)$ is observed, and we set an upper limit for the product branching fraction of ${\cal B}(J/ψ\toγX(2370)\cdot{\cal B}(X(2370)\toηηη^{\prime}) < 9.2\times10^{-6}$ at the 90% confidence level. A clear $η_{c}$ signal is observed for the first time, yielding a product branching fraction of ${\cal B}(J/ψ\to γη_{c})\cdot{\cal B}(η_{c}\to ηηη^{\prime}) = (4.86\pm0.62~({\rm stat.})\pm0.45~({\rm sys.}))\times10^{-5}$.
△ Less
Submitted 29 January, 2021; v1 submitted 11 December, 2020;
originally announced December 2020.
-
Observation of $η^\prime\rightarrowπ^+π^-μ^+μ^-$
Authors:
BESIII Collaboration,
M. Ablikim,
M. N. Achasov,
P. Adlarson,
S. Ahmed,
M. Albrecht,
A. Amoroso,
Q. An,
X. H. Bai,
Y. Bai,
O. Bakina,
R. Baldini Ferroli,
I. Balossino,
Y. Ban,
K. Begzsuren,
J. V. Bennett,
N. Berger,
M. Bertani,
D. Bettoni,
F. Bianchi,
J Biernat,
J. Bloms,
A. Bortone,
I. Boyko,
R. A. Briere
, et al. (471 additional authors not shown)
Abstract:
Using $(1310.6 \pm 7.0) \times 10^{6}~J/ψ$ events acquired with the BESIII detector at the BEPCII storage rings, the decay $η^\prime\rightarrowπ^+π^-μ^+μ^-$ is observed for the first time with a significance of 8$σ$ via the process $J/ψ\rightarrowγη'$. We measure the branching fraction of $η^\prime\rightarrowπ^+π^-μ^+μ^-$ to be $\mathcal{B}(η^\prime\rightarrowπ^+π^-μ^+μ^-)$=(1.97$\pm$0.33(stat.)…
▽ More
Using $(1310.6 \pm 7.0) \times 10^{6}~J/ψ$ events acquired with the BESIII detector at the BEPCII storage rings, the decay $η^\prime\rightarrowπ^+π^-μ^+μ^-$ is observed for the first time with a significance of 8$σ$ via the process $J/ψ\rightarrowγη'$. We measure the branching fraction of $η^\prime\rightarrowπ^+π^-μ^+μ^-$ to be $\mathcal{B}(η^\prime\rightarrowπ^+π^-μ^+μ^-)$=(1.97$\pm$0.33(stat.)$\pm$0.18(syst.))$\times10^{-5}$, where the first and second uncertainties are statistical and systematic, respectively.
△ Less
Submitted 8 December, 2020;
originally announced December 2020.
-
Observation of di-structures in $e^+e^-\rightarrow{J}/ψ{\rm X}$ at center-of-mass energies around 3.773 GeV
Authors:
M. Ablikim,
M. N. Achasov,
P. Adlarson,
S. Ahmed,
M. Albrecht,
A. Amoroso,
Q. An,
Anita,
Y. Bai,
O. Bakina,
R. Baldini Ferroli,
I. Balossino,
Y. Ban,
K. Begzsuren,
J. V. Bennett,
N. Berger,
M. Bertani,
D. Bettoni,
F. Bianchi,
J Biernat,
J. Bloms,
A. Bortone,
I. Boyko,
R. A. Briere,
H. Cai
, et al. (460 additional authors not shown)
Abstract:
We report a measurement of the observed cross sections of the inclusive $J/ψ$ production in $e^+e^-\rightarrow {J}/ψ{\rm X}$ based on 3.21 fb$^{-1}$ of data accumulated at energies from 3.645 to 3.891 GeV with the BESIII detector operated at the BEPCII collider. The energy-dependent lineshape obtained from the measured cross sections cannot be well described by two Breit-Wigner (BW) amplitudes of…
▽ More
We report a measurement of the observed cross sections of the inclusive $J/ψ$ production in $e^+e^-\rightarrow {J}/ψ{\rm X}$ based on 3.21 fb$^{-1}$ of data accumulated at energies from 3.645 to 3.891 GeV with the BESIII detector operated at the BEPCII collider. The energy-dependent lineshape obtained from the measured cross sections cannot be well described by two Breit-Wigner (BW) amplitudes of the expected decays $ψ(3686)\rightarrow {J}/ψ{\rm X}$ and $ψ(3770)\rightarrow {J}/ψ{\rm X}$. Instead it can be better described with three BW amplitudes of the decays $ψ(3686)\rightarrow {J}/ψ{\rm X}$, $R(3760)\rightarrow {J}/ψ{\rm X}$ and $R(3790)\rightarrow {J}/ψ{\rm X}$ with two distinct structures referred to as $R(3760)$ and $R(3790)$. Under this assumption, we extracted their masses, total widths, and the product of the leptonic width and decay branching fractions to be $M_{R(3760)}= {3761.7\pm 2.2 \pm 1.2}$ MeV/$c^2$, $Γ^{\rm tot}_{R(3760)}= {6.7\pm 11.1 \pm 1.1}$ MeV, $Γ^{ee}_{R(3760)}\mathcal B[R(3760)\rightarrow {J}/ψ{\rm X}]=(4.0\pm 4.3\pm 1.2)$ eV, $M_{R(3790)} = {3784.7\pm 5.7 \pm 1.6}$ MeV/$c^2$, $Γ^{\rm tot}_{R(3790)} = {31.6 \pm 11.9 \pm 3.2}$ MeV, $Γ^{ee}_{R(3790)}\mathcal B[R(3790)\rightarrow {J}/ψ{\rm X}]=(18.1\pm 10.3\pm 4.7)$ eV, where the first uncertainties are statistical and second systematic.
△ Less
Submitted 7 December, 2020;
originally announced December 2020.
-
Search for the reaction $e^{+}e^{-} \rightarrow π^{+}π^{-} χ_{cJ}$ and a charmonium-like structure decaying to $χ_{cJ}π^{\pm}$ between 4.18 and 4.60 GeV
Authors:
BESIII Collaboration,
M. Ablikim,
M. N. Achasov,
P. Adlarson,
S. Ahmed,
M. Albrecht,
A. Amoroso,
Q. An,
X. H. Bai,
Y. Bai,
O. Bakina,
R. Baldini Ferroli,
I. Balossino,
Y. Ban,
K. Begzsuren,
J. V. Bennett,
N. Berger,
M. Bertani,
D. Bettoni,
F. Bianchi,
J Biernat,
J. Bloms,
A. Bortone,
I. Boyko,
R. A. Briere
, et al. (465 additional authors not shown)
Abstract:
We search for the process $e^{+}e^{-}\rightarrow π^{+}π^{-} χ_{cJ}$ ($J=0,1,2$) and for a charged charmonium-like state in the $π^{\pm} χ_{cJ}$ subsystem. The search uses data sets collected with the BESIII detector at the BEPCII storage ring at center-of-mass energies between 4.18 GeV and 4.60 GeV. No significant $π^{+}π^{-} χ_{cJ}$ signals are observed at any center-of-mass energy, and thus uppe…
▽ More
We search for the process $e^{+}e^{-}\rightarrow π^{+}π^{-} χ_{cJ}$ ($J=0,1,2$) and for a charged charmonium-like state in the $π^{\pm} χ_{cJ}$ subsystem. The search uses data sets collected with the BESIII detector at the BEPCII storage ring at center-of-mass energies between 4.18 GeV and 4.60 GeV. No significant $π^{+}π^{-} χ_{cJ}$ signals are observed at any center-of-mass energy, and thus upper limits are provided which also serve as limits for a possible charmonium-like structure in the invariant $π^{\pm} χ_{cJ}$ mass.
△ Less
Submitted 15 March, 2021; v1 submitted 4 December, 2020;
originally announced December 2020.
-
Search for the reaction channel $e^+e^- \rightarrow η_cηπ^+π^-$ at center-of-mass energies from 4.23 to 4.60 GeV
Authors:
BESIII Collaboration,
M. Ablikim,
M. N. Achasov,
P. Adlarson,
S. Ahmed,
M. Albrecht,
M. Alekseev,
A. Amoroso,
Q. An,
Y. Bai,
O. Bakina,
R. Baldini Ferroli,
I. Balossino,
Y. Ban,
K. Begzsuren,
J. V. Bennett,
N. Berger,
M. Bertani,
D. Bettoni,
F. Bianchi,
J Biernat,
J. Bloms,
I. Boyko,
R. A. Briere,
H. Cai
, et al. (451 additional authors not shown)
Abstract:
Using data collected with the BESIII detector operating at the Beijing Electron Positron Collider, we search for the process $e^+e^-\rightarrow η_cηπ^+π^-$. The search is performed using five large data sets recorded at center-of-mass energies of 4.23, 4.26, 4.36, 4.42, and 4.60 GeV. The $η_c$ meson is reconstructed in 16 exclusive decay modes. No signal is observed in the $η_c$ mass region at any…
▽ More
Using data collected with the BESIII detector operating at the Beijing Electron Positron Collider, we search for the process $e^+e^-\rightarrow η_cηπ^+π^-$. The search is performed using five large data sets recorded at center-of-mass energies of 4.23, 4.26, 4.36, 4.42, and 4.60 GeV. The $η_c$ meson is reconstructed in 16 exclusive decay modes. No signal is observed in the $η_c$ mass region at any center-of-mass energy. The upper limits on the reaction cross sections are determined to be 6.2, 10.8, 27.6, 22.6 and 23.7 pb at the 90% confidence level at the center-of-mass energies listed above.
△ Less
Submitted 15 March, 2021; v1 submitted 27 November, 2020;
originally announced November 2020.
-
Amplitude analysis and branching fraction measurement of $D_{s}^{+} \rightarrow K^{+}K^{-}π^{+}$
Authors:
BESIII Collaboration,
M. Ablikim,
M. N. Achasov,
P. Adlarson,
S. Ahmed,
M. Albrecht,
A. Amoroso,
Q. An,
Anita,
Y. Bai,
O. Bakina,
R. Baldini Ferroli,
I. Balossino,
Y. Ban,
K. Begzsuren,
J. V. Bennett,
N. Berger,
M. Bertani,
D. Bettoni,
F. Bianchi,
J Biernat,
J. Bloms,
A. Bortone,
I. Boyko,
R. A. Briere
, et al. (467 additional authors not shown)
Abstract:
We report an amplitude analysis and branching fraction measurement of $D_{s}^{+} \rightarrow K^{+}K^{-}π^{+}$ decay using a data sample of 3.19 $\rm fb^{-1}$ recorded with BESIII detector at a center-of-mass energy of 4.178 GeV.
We perform a model-independent partial wave analysis in the low $K^{+}K^{-}$ mass region to determine the $K^{+}K^{-}$ S-wave lineshape, followed by an amplitude analysi…
▽ More
We report an amplitude analysis and branching fraction measurement of $D_{s}^{+} \rightarrow K^{+}K^{-}π^{+}$ decay using a data sample of 3.19 $\rm fb^{-1}$ recorded with BESIII detector at a center-of-mass energy of 4.178 GeV.
We perform a model-independent partial wave analysis in the low $K^{+}K^{-}$ mass region to determine the $K^{+}K^{-}$ S-wave lineshape, followed by an amplitude analysis of our very pure high-statistics sample.
The amplitude analysis provides an accurate determination of the detection efficiency allowing us to measure the branching fraction ${\cal B}(D_{s}^{+} \rightarrow K^{+}K^{-}π^{+}) = (5.47\pm0.08_{\rm stat}\pm0.13_{\rm sys})\%$.
△ Less
Submitted 4 August, 2021; v1 submitted 16 November, 2020;
originally announced November 2020.
-
Measurement of the Branching Fraction of and Search for a CP-Violating Asymmetry in $η' \to π^+ π^- e^+ e^-$ at BESIII
Authors:
BESIII Collaboration,
M. Ablikim,
M. N. Achasov,
P. Adlarson,
S. Ahmed,
M. Albrecht,
A. Amoroso,
Q. An,
X. H. Bai,
Y. Bai,
O. Bakina,
R. Baldini Ferroli,
I. Balossino,
Y. Ban,
K. Begzsuren,
J. V. Bennett,
N. Berger,
M. Bertani,
D. Bettoni,
F. Bianchi,
J Biernat,
J. Bloms,
A. Bortone,
I. Boyko,
R. A. Briere
, et al. (472 additional authors not shown)
Abstract:
The rare decay $η' \to π^+ π^- e^+ e^-$ is studied using a sample of $1.3 \times 10^9$ $J/ψ$ events collected with the BESIII detector at BEPCII in 2009 and 2012. The branching fraction is measured with improved precision to be $\left( 2.42\pm0.05_{stat.}\pm0.08_{syst.} \right) \times 10^{-3}$. Due to the inclusion of new data, this result supersedes the last BESIII result on this branching fracti…
▽ More
The rare decay $η' \to π^+ π^- e^+ e^-$ is studied using a sample of $1.3 \times 10^9$ $J/ψ$ events collected with the BESIII detector at BEPCII in 2009 and 2012. The branching fraction is measured with improved precision to be $\left( 2.42\pm0.05_{stat.}\pm0.08_{syst.} \right) \times 10^{-3}$. Due to the inclusion of new data, this result supersedes the last BESIII result on this branching fraction. In addition, the CP-violating asymmetry in the angle between the decay planes of the $π^+π^-$-pair and the $e^+e^-$-pair is investigated. A measurable value would indicate physics beyond the standard model; the result is $\mathcal{A}_{CP} = \left(2.9\pm3.7_{stat.}\pm1.1_{syst.} \right)\%$, which is consistent with the standard model expectation of no CP-violation. The precision is comparable to the asymmetry measurement in the $K^0_L\toπ^+π^-e^+e^-$ decay where the observed $(14\pm2)\%$ effect is driven by a standard model mechanism.
△ Less
Submitted 28 April, 2021; v1 submitted 16 November, 2020;
originally announced November 2020.
-
Determination of the $Λ_c^+$ spin via the reaction $e^+e^-\toΛ_c^+\barΛ_c^-$
Authors:
BESIII Collaboration,
M. Ablikim,
M. N. Achasov,
P. Adlarson,
S. Ahmed,
M. Albrecht,
A. Amoroso,
Q. An,
Anita,
Y. Bai,
O. Bakina,
R. Baldini Ferroli,
I. Balossino,
Y. Ban,
K. Begzsuren,
J. V. Bennett,
N. Berger,
M. Bertani,
D. Bettoni,
F. Bianchi,
J Biernat,
J. Bloms,
A. Bortone,
I. Boyko,
R. A. Briere
, et al. (467 additional authors not shown)
Abstract:
We report on a comparison of two possible $Λ_c^+$ spin hypotheses, $J=\frac{1}{2}$ and $\frac{3}{2}$, via the process $e^+e^-\toΛ_c^+\barΛ_c^-$, using the angular distributions of $Λ_c^+$ decays into $pK_S^0$, $Λπ^+$, $Σ^0π^+$, and $Σ^+π^0$. The data were recorded at $\sqrt s = 4.6$ GeV with the BESIII detector and correspond to an integrated luminosity of 587 pb$^{-1}$. The $Λ_c^+$ spin is determ…
▽ More
We report on a comparison of two possible $Λ_c^+$ spin hypotheses, $J=\frac{1}{2}$ and $\frac{3}{2}$, via the process $e^+e^-\toΛ_c^+\barΛ_c^-$, using the angular distributions of $Λ_c^+$ decays into $pK_S^0$, $Λπ^+$, $Σ^0π^+$, and $Σ^+π^0$. The data were recorded at $\sqrt s = 4.6$ GeV with the BESIII detector and correspond to an integrated luminosity of 587 pb$^{-1}$. The $Λ_c^+$ spin is determined to be $J=\frac{1}{2}$, with this value favored over the $\frac{3}{2}$ hypothesis with a significance corresponding to more than 6 Gaussian standard deviations.
△ Less
Submitted 12 April, 2021; v1 submitted 31 October, 2020;
originally announced November 2020.
-
Study of BESIII Trigger Efficiencies with the 2018 $J/ψ$ Data
Authors:
BESIII Collaboration,
M. Ablikim,
M. N. Achasov,
P. Adlarson,
S. Ahmed,
M. Albrecht,
A. Amoroso,
Q. An,
Anita,
Y. Bai,
O. Bakina,
R. Baldini Ferroli,
I. Balossino,
Y. Ban,
K. Begzsuren,
J. V. Bennett,
N. Berger,
M. Bertani,
D. Bettoni,
F. Bianchi,
J Biernat,
J. Bloms,
A. Bortone,
I. Boyko,
R. A. Briere
, et al. (480 additional authors not shown)
Abstract:
Using a dedicated data sample taken in 2018 on the $J/ψ$ peak, we perform a detailed study of the trigger efficiencies of the BESIII detector. The efficiencies are determined from three representative physics processes, namely Bhabha-scattering, dimuon production and generic hadronic events with charged particles. The combined efficiency of all active triggers approaches $100\%$ in most cases with…
▽ More
Using a dedicated data sample taken in 2018 on the $J/ψ$ peak, we perform a detailed study of the trigger efficiencies of the BESIII detector. The efficiencies are determined from three representative physics processes, namely Bhabha-scattering, dimuon production and generic hadronic events with charged particles. The combined efficiency of all active triggers approaches $100\%$ in most cases with uncertainties small enough as not to affect most physics analyses.
△ Less
Submitted 24 September, 2020;
originally announced September 2020.
-
Observation of a resonant structure in $e^{+}e^{-} \to ωη$ and another in $e^{+}e^{-} \to ωπ^{0}$ at center-of-mass energies between 2.00 and 3.08 GeV
Authors:
BESIII Collaboration,
M. Ablikim,
M. N. Achasov,
P. Adlarson,
S. Ahmed,
M. Albrecht,
A. Amoroso,
Q. An,
X. H. Bai,
Y. Bai,
O. Bakina,
R. Baldini Ferroli,
I. Balossino,
Y. Ban,
K. Begzsuren,
J. V. Bennett,
N. Berger,
M. Bertani,
D. Bettoni,
F. Bianchi,
J Biernat,
J. Bloms,
A. Bortone,
I. Boyko,
R. A. Briere
, et al. (469 additional authors not shown)
Abstract:
Born cross sections for the processes $e^+e^- \to ωη$ and $e^+e^- \to ωπ^{0}$ have been determined for center-of-mass energies between 2.00 and 3.08 GeV with the BESIII detector at the BEPCII collider. The results obtained in this work are consistent with previous measurements but with improved precision. Two resonant structures are observed. In the $e^{+}e^{-} \to ωη$ cross sections, a resonance…
▽ More
Born cross sections for the processes $e^+e^- \to ωη$ and $e^+e^- \to ωπ^{0}$ have been determined for center-of-mass energies between 2.00 and 3.08 GeV with the BESIII detector at the BEPCII collider. The results obtained in this work are consistent with previous measurements but with improved precision. Two resonant structures are observed. In the $e^{+}e^{-} \to ωη$ cross sections, a resonance with a mass of $(2179 \pm 21 \pm 3)\text{MeV}/c^2$ and a width of $(89 \pm 28 \pm 5)\text{MeV}$ is observed with a significance of 6.1$σ$. Its properties are consistent with the $φ(2170)$. In the $e^{+}e^{-} \toωπ^{0}$ cross sections, a resonance denoted $Y(2040)$ is observed with a significance of more than 10$σ$. Its mass and width are determined to be $(2034 \pm 13 \pm 9)\text{MeV}/c^2$ and $(234 \pm 30 \pm 25)\text{MeV}$, respectively, where the first uncertainties are statistical and the second ones are systematic.
△ Less
Submitted 30 October, 2020; v1 submitted 17 September, 2020;
originally announced September 2020.
-
Search for the semileptonic decay $D^{0(+)}\to b_1(1235)^{-(0)} e^+ν_e$
Authors:
BESIII Collaboration,
M. Ablikim,
M. N. Achasov,
P. Adlarson,
S. Ahmed,
M. Albrecht,
R. Aliberti,
A. Amoroso,
Q. An,
Anita,
X. H. Bai,
Y. Bai,
O. Bakina,
R. Baldini Ferroli,
I. Balossino,
Y. Ban,
K. Begzsuren,
J. V. Bennett,
N. Berger,
M. Bertani,
D. Bettoni,
F. Bianchi,
J Biernat,
J. Bloms,
A. Bortone
, et al. (477 additional authors not shown)
Abstract:
Using $2.93~\mathrm{fb}^{-1}$ of $e^+e^-$ annihilation data collected at a center-of-mass energy $\sqrt{s}=3.773$ GeV with the BESIII detector operating at the BEPCII collider, we search for the semileptonic $D^{0(+)}$ decays into a $b_1(1235)^{-(0)}$ axial-vector meson for the first time. No significant signal is observed for either charge combination. The upper limits on the product branching fr…
▽ More
Using $2.93~\mathrm{fb}^{-1}$ of $e^+e^-$ annihilation data collected at a center-of-mass energy $\sqrt{s}=3.773$ GeV with the BESIII detector operating at the BEPCII collider, we search for the semileptonic $D^{0(+)}$ decays into a $b_1(1235)^{-(0)}$ axial-vector meson for the first time. No significant signal is observed for either charge combination. The upper limits on the product branching fractions are ${\mathcal B}_{D^0\to b_1(1235)^- e^+ν_e}\cdot {\mathcal B}_{b_1(1235)^-\to ωπ^-}<1.12\times 10^{-4}$ and ${\mathcal B}_{D^+\to b_1(1235)^0 e^+ν_e}\cdot {\mathcal B}_{b_1(1235)^0\to ωπ^0}<1.75\times 10^{-4}$ at the 90\% confidence level.
△ Less
Submitted 13 August, 2020;
originally announced August 2020.
-
Measurements of the absolute branching fractions of $D^{0(+)}\to K\bar Kππ$ decays
Authors:
BESIII Collaboration,
M. Ablikim,
M. N. Achasov,
P. Adlarson,
S. Ahmed,
M. Albrecht,
R. Aliberti,
A. Amoroso,
Q. An,
Anita,
X. H. Bai,
Y. Bai,
O. Bakina,
R. Baldini Ferroli,
I. Balossino,
Y. Ban,
K. Begzsuren,
J. V. Bennett,
N. Berger,
M. Bertani,
D. Bettoni,
F. Bianchi,
J Biernat,
J. Bloms,
A. Bortone
, et al. (478 additional authors not shown)
Abstract:
Based on 2.93~fb$^{-1}$ $e^+e^-$ collision data taken at center-of-mass energy of 3.773 GeV by the BESIII detector, we report the measurements of the absolute branching fractions of $D^0\to K^+K^-π^0π^0$, $D^0\to K^0_SK^0_Sπ^+π^-$, $D^0\to K^0_SK^-π^+π^0$, $D^0\to K^0_SK^+π^-π^0$, $D^+\to K^+K^-π^+π^0$, $D^+\to K^0_SK^+π^0π^0$, $D^+\to K^0_SK^-π^+π^+$, $D^+\to K^0_SK^+π^+π^-$, and…
▽ More
Based on 2.93~fb$^{-1}$ $e^+e^-$ collision data taken at center-of-mass energy of 3.773 GeV by the BESIII detector, we report the measurements of the absolute branching fractions of $D^0\to K^+K^-π^0π^0$, $D^0\to K^0_SK^0_Sπ^+π^-$, $D^0\to K^0_SK^-π^+π^0$, $D^0\to K^0_SK^+π^-π^0$, $D^+\to K^+K^-π^+π^0$, $D^+\to K^0_SK^+π^0π^0$, $D^+\to K^0_SK^-π^+π^+$, $D^+\to K^0_SK^+π^+π^-$, and $D^+\to K^0_SK^0_Sπ^+π^0$. The decays $D^0\to K^+K^-π^0π^0$, $D^0\to K^0_SK^-π^+π^0$, $D^0\to K^0_SK^+π^-π^0$, $D^+\to K^0_SK^0_Sπ^+π^0$, and $D^+\to K^0_SK^+π^0π^0$ are observed for the first time. The branching fractions of the decays $D^0\to K^0_SK^0_Sπ^+π^-$, $D^+\to K^+K^-π^+π^0$, $D^+\to K^0_SK^-π^+π^+$, and $D^+\to K^0_SK^+π^+π^-$ are measured with improved precision compared to the world-average values.
△ Less
Submitted 20 July, 2020;
originally announced July 2020.
-
Improved model-independent determination of the strong-phase difference between $D^{0}$ and $\bar{D}^{0}\to K^{0}_{\mathrm{S,L}}K^{+}K^{-}$ decays
Authors:
M. Ablikim,
M. N. Achasov,
P. Adlarson,
S. Ahmed,
M. Albrecht,
R. Aliberti,
A. Amoroso,
Q. An,
Anita,
X. H. Bai,
Y. Bai,
O. Bakina,
R. Baldini Ferroli,
I. Balossino,
Y. Ban,
K. Begzsuren,
J. V. Bennett,
N. Berger,
M. Bertani,
D. Bettoni,
F. Bianchi,
J Biernat,
J. Bloms,
A. Bortone,
I. Boyko
, et al. (473 additional authors not shown)
Abstract:
We present a measurement of the strong-phase difference between $D^{0}$ and $\bar{D}^{0}\to K^{0}_{\rm S,L}K^{+}K^{-}$ decays, performed through a study of quantum-entangled pairs of charm mesons. The measurement exploits a data sample equivalent to an integrated luminosity of 2.93~fb$^{-1}$, collected by the BESIII detector in $e^{+}e^{-}$ collisions corresponding to the mass of the $ψ(3770)$ res…
▽ More
We present a measurement of the strong-phase difference between $D^{0}$ and $\bar{D}^{0}\to K^{0}_{\rm S,L}K^{+}K^{-}$ decays, performed through a study of quantum-entangled pairs of charm mesons. The measurement exploits a data sample equivalent to an integrated luminosity of 2.93~fb$^{-1}$, collected by the BESIII detector in $e^{+}e^{-}$ collisions corresponding to the mass of the $ψ(3770)$ resonance. The strong-phase difference is an essential input to the determination of the Cabibbo-Kobayashi-Maskawa (CKM) angle $γ/φ_3$ through the decay $B^{-}\to DK^{-}$, where $D$ can be either a $D^{0}$ or a $\bar{D}^{0}$ decaying to $K^{0}_{\rm S,L}K^{+}K^{-}$. This is the most precise measurement to date of the strong-phase difference in these decays.
△ Less
Submitted 15 July, 2020;
originally announced July 2020.
-
Model independent determination of the spin of the $Ω^{-}$ and its polarization alignment in $ψ(3686)\rightarrowΩ^{-}\barΩ^{+}$
Authors:
M. Ablikim,
M. N. Achasov,
P. Adlarson,
S. Ahmed,
M. Albrecht,
A. Amoroso,
Q. An,
Anita,
X. H. Bai,
Y. Bai,
O. Bakina,
R. Baldini Ferroli,
I. Balossino,
Y. Ban,
K. Begzsuren,
J. V. Bennett,
N. Berger,
M. Bertani,
D. Bettoni,
F. Bianchi,
J Biernat,
J. Bloms,
A. Bortone,
I. Boyko,
R. A. Briere
, et al. (468 additional authors not shown)
Abstract:
We present an analysis of the process $ψ(3686) \to Ω^- \barΩ^+$ ($Ω^-\to K^-Λ$, $\barΩ^+\to K^+\barΛ$, $Λ\to pπ^-$, $\barΛ\to \bar{p}π^+$) based on a data set of $448\times 10^6$ $ψ(3686)$ decays collected with the BESIII detector at the BEPCII electron-positron collider. The helicity amplitudes for the process $ψ(3686) \to Ω^- \barΩ^+$ and the decay parameters of the subsequent decay…
▽ More
We present an analysis of the process $ψ(3686) \to Ω^- \barΩ^+$ ($Ω^-\to K^-Λ$, $\barΩ^+\to K^+\barΛ$, $Λ\to pπ^-$, $\barΛ\to \bar{p}π^+$) based on a data set of $448\times 10^6$ $ψ(3686)$ decays collected with the BESIII detector at the BEPCII electron-positron collider. The helicity amplitudes for the process $ψ(3686) \to Ω^- \barΩ^+$ and the decay parameters of the subsequent decay $Ω^-\to K^-Λ$ $(\barΩ^+\to K^+\barΛ)$ are measured for the first time by a fit to the angular distribution of the complete decay chain. The branching fraction of $ψ(3686) \to Ω^- \barΩ^+$ is measured to be $(5.82\pm 0.12\pm 0.24)\times 10^{-5}$, with an improved precision compared to previous measurements.
△ Less
Submitted 10 February, 2021; v1 submitted 6 July, 2020;
originally announced July 2020.
-
Measurement of Singly Cabibbo-Suppressed Decays $D \to ωππ$
Authors:
BESIII Collaboration,
M. Ablikim,
M. N. Achasov,
P. Adlarson,
S. Ahmed,
M. Albrecht,
A. Amoroso,
Q. An,
Anita,
X. H. Bai,
Y. Bai,
O. Bakina,
R. Baldini Ferroli,
I. Balossino,
Y. Ban,
K. Begzsuren,
J. V. Bennett,
N. Berger,
M. Bertani,
D. Bettoni,
F. Bianchi,
J Biernat,
J. Bloms,
A. Bortone,
I. Boyko
, et al. (470 additional authors not shown)
Abstract:
Using 2.93 fb$^{-1}$ of $e^{+}e^{-}$ collision data taken at a center-of-mass energy of 3.773 GeV by the BESIII detector at the BEPCII, we measure the branching fractions of the singly Cabibbo-suppressed decays $D \to ωππ$ to be $\mathcal{B}(D^0 \to ωπ^+π^-) = (1.33 \pm 0.16 \pm 0.12)\times 10^{-3}$ and $\mathcal{B}(D^+ \to ωπ^+π^0) =(3.87 \pm 0.83 \pm 0.25)\times 10^{-3}$, where the first uncerta…
▽ More
Using 2.93 fb$^{-1}$ of $e^{+}e^{-}$ collision data taken at a center-of-mass energy of 3.773 GeV by the BESIII detector at the BEPCII, we measure the branching fractions of the singly Cabibbo-suppressed decays $D \to ωππ$ to be $\mathcal{B}(D^0 \to ωπ^+π^-) = (1.33 \pm 0.16 \pm 0.12)\times 10^{-3}$ and $\mathcal{B}(D^+ \to ωπ^+π^0) =(3.87 \pm 0.83 \pm 0.25)\times 10^{-3}$, where the first uncertainties are statistical and the second ones systematic. The statistical significances are $12.9σ$ and $7.7 σ$, respectively. The precision of $\mathcal{B}(D^0 \to ωπ^+π^-)$ is improved by a factor of 2.1 over the CLEO measurement, and $\mathcal{B}(D^+ \to ωπ^+π^0)$ is measured for the first time. No significant signal of $\mathcal{B}(D^0 \to ωπ^0π^0)$ is observed, and the upper limit on the branching fraction is $\mathcal{B}(D^0 \to ωπ^0π^0) < 1.10 \times 10^{-3}$ at the $90\%$ confidence level. The branching fractions of $D\to ηππ$ are also measured and consistent with existing results.
△ Less
Submitted 20 August, 2020; v1 submitted 6 July, 2020;
originally announced July 2020.
-
Inclusive charged and neutral particle multiplicity distributions in $χ_{cJ}$ and $J/ψ$ decays
Authors:
BESIII collaboration,
M. Ablikim,
M. N. Achasov,
P. Adlarson,
S. Ahmed,
M. Albrecht,
M. Alekseev,
A. Amoroso,
Q. An,
Anita,
Y. Bai,
O. Bakina,
R. Baldini Ferroli,
I. Balossino,
Y. Ban,
K. Begzsuren,
J. V. Bennett,
N. Berger,
M. Bertani,
D. Bettoni,
F. Bianchi,
J Biernat,
J. Bloms,
I. Boyko,
R. A. Briere
, et al. (458 additional authors not shown)
Abstract:
Using a sample of 106 million $ψ(3686)$ decays, $ψ(3686) \to γχ_{cJ} (J = 0, 1, 2)$ and $ψ(3686) \to γχ_{cJ}, χ_{cJ} \to γJ/ψ$ $(J = 1, 2)$ events are utilized to study inclusive $χ_{cJ} \to$ anything, $χ_{cJ} \to$ hadrons, and $J/ψ\to$ anything distributions, including distributions of the number of charged tracks, electromagnetic calorimeter showers, and $π^0$s, and to compare them with distribu…
▽ More
Using a sample of 106 million $ψ(3686)$ decays, $ψ(3686) \to γχ_{cJ} (J = 0, 1, 2)$ and $ψ(3686) \to γχ_{cJ}, χ_{cJ} \to γJ/ψ$ $(J = 1, 2)$ events are utilized to study inclusive $χ_{cJ} \to$ anything, $χ_{cJ} \to$ hadrons, and $J/ψ\to$ anything distributions, including distributions of the number of charged tracks, electromagnetic calorimeter showers, and $π^0$s, and to compare them with distributions obtained from the BESIII Monte Carlo simulation. Information from each Monte Carlo simulated decay event is used to construct matrices connecting the detected distributions to the input predetection "produced" distributions. Assuming these matrices also apply to data, they are used to predict the analogous produced distributions of the decay events. Using these, the charged particle multiplicities are compared with results from MARK I. Further, comparison of the distributions of the number of photons in data with those in Monte Carlo simulation indicates that G-parity conservation should be taken into consideration in the simulation.
△ Less
Submitted 3 September, 2020; v1 submitted 9 June, 2020;
originally announced June 2020.
-
Analysis of the decay $D^0\rightarrow K_{S}^{0} K^{+} K^{-}$
Authors:
BESIII Collaboration,
M. Ablikim,
M. N. Achasov,
P. Adlarson,
S. Ahmed,
M. Albrecht,
M. Alekseev,
A. Amoroso,
F. F. An,
Q. An,
Y. Bai,
O. Bakina,
R. Baldini Ferroli,
I. Balossino,
Y. Ban,
K. Begzsuren,
J. V. Bennett,
N. Berger,
M. Bertani,
D. Bettoni,
F. Bianchi,
J. Biernat,
J. Bloms,
I. Boyko,
R. A. Briere
, et al. (461 additional authors not shown)
Abstract:
Using a data sample of $2.93~fb^{-1}$ of $e^+e^-$ collisions collected at $\sqrt{s}=3.773 GeV$ in the BESIII experiment, we perform an analysis of the decay $D^0\rightarrow K_{S}^{0} K^{+} K^{-}$. The Dalitz plot is analyzed using $1856\pm 45$ flavor-tagged signal decays. We find that the Dalitz plot is well described by a set of six resonances: $a_0(980)^0$, $a_0(980)^+$, $φ(1020)$,…
▽ More
Using a data sample of $2.93~fb^{-1}$ of $e^+e^-$ collisions collected at $\sqrt{s}=3.773 GeV$ in the BESIII experiment, we perform an analysis of the decay $D^0\rightarrow K_{S}^{0} K^{+} K^{-}$. The Dalitz plot is analyzed using $1856\pm 45$ flavor-tagged signal decays. We find that the Dalitz plot is well described by a set of six resonances: $a_0(980)^0$, $a_0(980)^+$, $φ(1020)$, $a_2(1320)^+$, $a_2(1320)^-$ and $a_0(1450)^-$. Their magnitudes, phases and fit fractions are determined as well as the coupling of $a_0(980)$ to $K\bar{K}$, $g_{K\bar{K}}=3.77\pm 0.24\text{(stat.)}\pm0.35\text{(sys.)} GeV$.
The branching fraction of the decay $D^0\rightarrow K_{S}^{0} K^{+} K^{-}$ is measured using $11660\pm 118$ untagged signal decays to be $(4.51\pm 0.05\text{(stat.)}\pm 0.16\text{(sys.)})10^{-3}$. Both measurements are limited by their systematic uncertainties.
△ Less
Submitted 4 June, 2020;
originally announced June 2020.
-
Measurement of the absolute branching fraction of the inclusive decay $Λ_c^+ \to K_S^0X$
Authors:
M. Ablikim,
M. N. Achasov,
P. Adlarson,
S. Ahmed,
M. Albrecht,
A. Amoroso,
Q. An,
Anita,
Y. Bai,
O. Bakina,
R. Baldini Ferroli,
I. Balossino,
Y. Ban,
K. Begzsuren,
J. V. Bennett,
N. Berger,
M. Bertani,
D. Bettoni,
F. Bianchi,
J Biernat,
J. Bloms,
A. Bortone,
I. Boyko,
R. A. Briere,
H. Cai
, et al. (468 additional authors not shown)
Abstract:
We report the first measurement of the absolute branching fraction of the inclusive decay $Λ_c^+ \to K_S^0X$. The analysis is performed using an $e^+e^-$ collision data sample corresponding to an integrated luminosity of 567 pb$^{-1}$ taken at $\sqrt{s}$ = 4.6 GeV with the BESIII detector. Using eleven Cabibbo-favored $\barΛ_c^-$ decay modes and the double-tag technique, this absolute branching fr…
▽ More
We report the first measurement of the absolute branching fraction of the inclusive decay $Λ_c^+ \to K_S^0X$. The analysis is performed using an $e^+e^-$ collision data sample corresponding to an integrated luminosity of 567 pb$^{-1}$ taken at $\sqrt{s}$ = 4.6 GeV with the BESIII detector. Using eleven Cabibbo-favored $\barΛ_c^-$ decay modes and the double-tag technique, this absolute branching fraction is measured to be $\mathcal{B}(Λ_c^+ \to K_S^0X)=(9.9\pm0.6\pm0.4)\%$, where the first uncertainty is statistical and the second systematic. The relative deviation between the branching fractions for the inclusive decay and the observed exclusive decays is $(18.7\pm8.3)\%$, which indicates that there may be some unobserved decay modes with a neutron or excited baryons in the final state.
△ Less
Submitted 15 October, 2020; v1 submitted 22 May, 2020;
originally announced May 2020.
-
Measurement of the Born Cross Sections for $e^+e^-\to D_s^+ D_{s1}(2460)^- +c.c.$ and $e^+e^-\to D_s^{\ast +} D_{s1}(2460)^- +c.c.$
Authors:
BESIII Collaboration,
M. Ablikim,
M. N. Achasov,
P. Adlarson,
S. Ahmed,
M. Albrecht,
A. Amoroso,
Q. An,
Anita,
Y. Bai,
O. Bakina,
R. Baldini Ferroli,
I. Balossino,
Y. Ban,
K. Begzsuren,
J. V. Bennett,
N. Berger,
M. Bertani,
D. Bettoni,
F. Bianchi,
J Biernat,
J. Bloms,
A. Bortone,
I. Boyko,
R. A. Briere
, et al. (467 additional authors not shown)
Abstract:
The processes $e^+e^-\to D_s^+ D_{s1}(2460)^- +c.c.$ and $e^+e^-\to D_s^{\ast +} D_{s1}(2460)^- +c.c.$ are studied for the first time using data samples collected with the BESIII detector at the BEPCII collider. The Born cross sections of $e^+e^-\to D_s^+ D_{s1}(2460)^- +c.c.$ at nine center-of-mass energies between 4.467\,GeV and 4.600\,GeV and those of…
▽ More
The processes $e^+e^-\to D_s^+ D_{s1}(2460)^- +c.c.$ and $e^+e^-\to D_s^{\ast +} D_{s1}(2460)^- +c.c.$ are studied for the first time using data samples collected with the BESIII detector at the BEPCII collider. The Born cross sections of $e^+e^-\to D_s^+ D_{s1}(2460)^- +c.c.$ at nine center-of-mass energies between 4.467\,GeV and 4.600\,GeV and those of $e^+e^-\to D_s^{\ast +} D_{s1}(2460)^- +c.c.$ at ${\sqrt s}=$ 4.590\,GeV and 4.600\,GeV are measured. No obvious charmonium or charmonium-like structure is seen in the measured cross sections.
△ Less
Submitted 12 May, 2020;
originally announced May 2020.
-
Precise Measurements of Branching Fractions for $D_s^+$ Meson Decays to Two Pseudoscalar Mesons
Authors:
M. Ablikim,
M. N. Achasov,
P. Adlarson,
S. Ahmed,
M. Albrecht,
A. Amoroso,
Q. An,
Anita,
Y. Bai,
O. Bakina,
R. Baldini Ferroli,
I. Balossino,
Y. Ban,
K. Begzsuren,
J. V. Bennett,
N. Berger,
M. Bertani,
D. Bettoni,
F. Bianchi,
JBiernat,
J. Bloms,
A. Bortone,
I. Boyko,
R. A. Briere,
H. Cai
, et al. (466 additional authors not shown)
Abstract:
We measure the branching fractions for seven $D_{s}^{+}$ two-body decays to pseudo-scalar mesons, by analyzing data collected at $\sqrt{s}=4.178\sim4.226$ GeV with the BESIII detector at the BEPCII collider. The branching fractions are determined to be $\mathcal{B}(D_s^+\to K^+η^{\prime})=(2.68\pm0.17\pm0.17\pm0.08)\times10^{-3}$,…
▽ More
We measure the branching fractions for seven $D_{s}^{+}$ two-body decays to pseudo-scalar mesons, by analyzing data collected at $\sqrt{s}=4.178\sim4.226$ GeV with the BESIII detector at the BEPCII collider. The branching fractions are determined to be $\mathcal{B}(D_s^+\to K^+η^{\prime})=(2.68\pm0.17\pm0.17\pm0.08)\times10^{-3}$, $\mathcal{B}(D_s^+\toη^{\prime}π^+)=(37.8\pm0.4\pm2.1\pm1.2)\times10^{-3}$, $\mathcal{B}(D_s^+\to K^+η)=(1.62\pm0.10\pm0.03\pm0.05)\times10^{-3}$, $\mathcal{B}(D_s^+\toηπ^+)=(17.41\pm0.18\pm0.27\pm0.54)\times10^{-3}$, $\mathcal{B}(D_s^+\to K^+K_S^0)=(15.02\pm0.10\pm0.27\pm0.47)\times10^{-3}$, $\mathcal{B}(D_s^+\to K_S^0π^+)=(1.109\pm0.034\pm0.023\pm0.035)\times10^{-3}$, $\mathcal{B}(D_s^+\to K^+π^0)=(0.748\pm0.049\pm0.018\pm0.023)\times10^{-3}$, where the first uncertainties are statistical, the second are systematic, and the third are from external input branching fraction of the normalization mode $D_s^+\to K^+K^-π^+$. Precision of our measurements is significantly improved compared with that of the current world average values.
△ Less
Submitted 28 August, 2020; v1 submitted 11 May, 2020;
originally announced May 2020.
-
$Σ^{+}$ and $\barΣ^-$ polarization in the $J/ψ$ and $ψ(3686)$ decays
Authors:
BESIII Collaboration,
M. Ablikim,
M. N. Achasov,
P. Adlarson,
S. Ahmed,
M. Albrecht,
A. Amoroso,
Q. An,
Anita,
Y. Bai,
O. Bakina,
R. Baldini Ferroli,
I. Balossino,
Y. Ban,
K. Begzsuren,
J. V. Bennett,
N. Berger,
M. Bertani,
D. Bettoni,
F. Bianchi,
J Biernat,
J. Bloms,
A. Bortone,
I. Boyko,
R. A. Briere
, et al. (467 additional authors not shown)
Abstract:
From $1310.6\times10^{6}$ $J/ψ$ and $448.1\times10^{6}$ $ψ(3686)$ events collected with the BESIII experiment, we report the first observation of $Σ^{+}$ and $\barΣ^{-}$ spin polarization in $e^+e^-\rightarrow J/ψ(ψ(3686)) \rightarrow Σ^{+} \barΣ^{-}$ decays. The relative phases of the form factors $ΔΦ$ have been measured to be $(-15.5\pm0.7\pm0.5)^{\circ}$ and $(21.7\pm4.0\pm0.8)^{\circ}$ with…
▽ More
From $1310.6\times10^{6}$ $J/ψ$ and $448.1\times10^{6}$ $ψ(3686)$ events collected with the BESIII experiment, we report the first observation of $Σ^{+}$ and $\barΣ^{-}$ spin polarization in $e^+e^-\rightarrow J/ψ(ψ(3686)) \rightarrow Σ^{+} \barΣ^{-}$ decays. The relative phases of the form factors $ΔΦ$ have been measured to be $(-15.5\pm0.7\pm0.5)^{\circ}$ and $(21.7\pm4.0\pm0.8)^{\circ}$ with $J/ψ$ and $ψ(3686)$ data, respectively. The non-zero value of $ΔΦ$ allows for a direct and simultaneous measurement of the decay asymmetry parameters of $Σ^{+}\rightarrow p π^{0}~(α_0 = -0.998\pm0.037\pm0.009)$ and $\barΣ^{-}\rightarrow \bar{p} π^{0}~(\barα_0 = 0.990\pm0.037\pm0.011)$, the latter value being determined for the first time. The average decay asymmetry, $(α_{0} - \barα_{0})/2$, is calculated to be $-0.994\pm0.004\pm0.002$. The CP asymmetry $A_{\rm CP,Σ} = (α_0 + \barα_0)/(α_0 - \barα_0) = -0.004\pm0.037\pm0.010$ is extracted for the first time, and is found to be consistent with CP conservation.
△ Less
Submitted 17 April, 2020; v1 submitted 16 April, 2020;
originally announced April 2020.
-
First Measurements of $χ_{cJ}\rightarrow Σ^{-} \barΣ^{+} (J = 0, 1, 2)$ Decays
Authors:
BESIII Collaboration,
M. Ablikim,
M. N. Achasov,
P. Adlarson,
S. Ahmed,
M. Albrecht,
A. Amoroso,
Q. An,
Anita,
Y. Bai,
O. Bakina,
R. Baldini Ferroli,
I. Balossino,
Y. Ban,
K. Begzsuren,
J. V. Bennett,
N. Berger,
M. Bertani,
D. Bettoni,
F. Bianchi,
J Biernat,
J. Bloms,
A. Bortone,
I. Boyko,
R. A. Briere
, et al. (467 additional authors not shown)
Abstract:
We measured the branching fractions of the decays $χ_{cJ}\toΣ^{-}\barΣ^{+}$ for the first time using the final states $n\bar{n}π^{+}π^{-}$. The data sample exploited here is $448.1\times10^{6}$ $ψ(3686)$ events collected with BESIII. We find…
▽ More
We measured the branching fractions of the decays $χ_{cJ}\toΣ^{-}\barΣ^{+}$ for the first time using the final states $n\bar{n}π^{+}π^{-}$. The data sample exploited here is $448.1\times10^{6}$ $ψ(3686)$ events collected with BESIII. We find $\mathcal{B}(χ_{cJ}\rightarrowΣ^{-}\barΣ^{+}) = (51.3\pm2.4\pm4.1)\times10^{-5},\, (5.7\pm1.4\pm0.6)\times10^{-5},\, \rm{and}~ (4.4\pm1.7\pm0.5)\times10^{-5}$, for $J=0,1,2$, respectively, where the first uncertainties are statistical and the second systematic.
△ Less
Submitted 25 April, 2020; v1 submitted 3 April, 2020;
originally announced April 2020.
-
Observation of a structure in $e^+e^- \to φη^{\prime}$ at $\sqrt{s}$ from 2.05 to 3.08 GeV
Authors:
BESIII Collaboration,
M. Ablikim,
M. N. Achasov,
P. Adlarson,
S. Ahmed,
M. Albrecht,
A. Amoroso,
Q. An,
Anita,
Y. Bai,
O. Bakina,
R. Baldini Ferroli,
I. Balossino,
Y. Ban,
K. Begzsuren,
J. V. Bennett,
N. Berger,
M. Bertani,
D. Bettoni,
F. Bianchi,
J Biernat,
J. Bloms,
I. Boyko,
R. A. Briere,
H. Cai
, et al. (481 additional authors not shown)
Abstract:
The process $e^{+}e^{-} \to φη^{\prime}$ has been studied for the first time in detail using data sample collected with the BESIII detector at the BEPCII collider at center of mass energies from 2.05 to 3.08 GeV. A resonance with quantum numbers $J^{PC}=1^{--}$ is observed with mass $M$ = (2177.5 $\pm$ 4.8 (stat) $\pm$ 19.5 (syst)) MeV/${ \it{c}^{\mathrm{2}}}$ and width $Γ$ = (149.0 $\pm$ 15.6 (st…
▽ More
The process $e^{+}e^{-} \to φη^{\prime}$ has been studied for the first time in detail using data sample collected with the BESIII detector at the BEPCII collider at center of mass energies from 2.05 to 3.08 GeV. A resonance with quantum numbers $J^{PC}=1^{--}$ is observed with mass $M$ = (2177.5 $\pm$ 4.8 (stat) $\pm$ 19.5 (syst)) MeV/${ \it{c}^{\mathrm{2}}}$ and width $Γ$ = (149.0 $\pm$ 15.6 (stat) $\pm$ 8.9 (syst)) MeV with a statistical significance larger than 10$σ$. The observed structure could be identified with the $φ(2170)$, then the ratio of partial width between the $φη^{\prime}$ by BESIII and $φη$ by BABAR is ($\mathcal{B}^{R}_{φη}Γ^{R}_{ee})/{(\mathcal{B}^{R}_{φη^{\prime}}Γ^{R}_{ee})}$ = 0.23 $\pm$ 0.10 (stat) $\pm$ 0.18 (syst), which is smaller than the prediction of the $s\bar{s}g$ hybrid models by several orders of magnitude.
△ Less
Submitted 22 July, 2020; v1 submitted 29 March, 2020;
originally announced March 2020.
-
Search for the decay $J/ψ\toγ+ \rm {invisible}$
Authors:
M. Ablikim,
M. N. Achasov,
P. Adlarson,
S. Ahmed,
M. Albrecht,
A. Amoroso,
Q. An,
Anita,
Y. Bai,
O. Bakina,
R. Baldini Ferroli,
I. Balossino,
Y. Ban,
K. Begzsuren,
J. V. Bennett,
N. Berger,
M. Bertani,
D. Bettoni,
F. Bianchi,
J Biernat,
J. Bloms,
A. Bortone,
I. Boyko,
R. A. Briere,
H. Cai
, et al. (467 additional authors not shown)
Abstract:
We search for $J/ψ$ radiative decays into a weakly interacting neutral particle, namely an invisible particle, using the $J/ψ$ produced through the process $ψ(3686)\toπ^+π^-J/ψ$ in a data sample of $(448.1\pm2.9)\times 10^6$ $ψ(3686)$ decays collected by the BESIII detector at BEPCII. No significant signal is observed. Using a modified frequentist method, upper limits on the branching fractions ar…
▽ More
We search for $J/ψ$ radiative decays into a weakly interacting neutral particle, namely an invisible particle, using the $J/ψ$ produced through the process $ψ(3686)\toπ^+π^-J/ψ$ in a data sample of $(448.1\pm2.9)\times 10^6$ $ψ(3686)$ decays collected by the BESIII detector at BEPCII. No significant signal is observed. Using a modified frequentist method, upper limits on the branching fractions are set under different assumptions of invisible particle masses up to 1.2 $\mathrm{\ Ge\kern -0.1em V}/c^2$. The upper limit corresponding to an invisible particle with zero mass is 7.0$\times 10^{-7}$ at the 90\% confidence level.
△ Less
Submitted 29 May, 2020; v1 submitted 11 March, 2020;
originally announced March 2020.
-
Observation of the $Y(4220)$ and $Y(4360)$ in the process $e^{+}e^{-} \to ηJ/ψ$
Authors:
M. Ablikim,
M. N. Achasov,
P. Adlarson,
S. Ahmed,
M. Albrecht,
A. Amoroso,
Q. An,
Anita,
Y. Bai,
O. Bakina,
R. Baldini Ferroli,
I. Balossino,
Y. Ban,
K. Begzsuren,
J. V. Bennett,
N. Berger,
M. Bertani,
D. Bettoni,
F. Bianchi,
J Biernat,
J. Bloms,
A. Bortone,
I. Boyko,
R. A. Briere,
H. Cai
, et al. (466 additional authors not shown)
Abstract:
The cross sections of the process $e^{+}e^{-} \to ηJ/ψ$ at center-of-mass energies ($\sqrt{s}$) between 3.81 and 4.60 GeV are measured with high precision by using data samples collected with the BESIII detector operating at the BEPCII storage ring. Three structures are observed by analyzing the lineshape of the measured cross sections, and a maximum-likelihood fit including three resonances is pe…
▽ More
The cross sections of the process $e^{+}e^{-} \to ηJ/ψ$ at center-of-mass energies ($\sqrt{s}$) between 3.81 and 4.60 GeV are measured with high precision by using data samples collected with the BESIII detector operating at the BEPCII storage ring. Three structures are observed by analyzing the lineshape of the measured cross sections, and a maximum-likelihood fit including three resonances is performed by assuming the lowest lying structure is the $ψ(4040)$. For the other resonances, we obtain masses of $(4218.7 \pm 4.0 \pm 2.5)$ and $(4380.4 \pm 14.2 \pm 1.8)$ MeV/c$^{2}$ with corresponding widths of $(82.5 \pm 5.9 \pm 0.5)$ and $(147.0 \pm 63.0 \pm 25.8)$ MeV, respectively, where the first uncertainties are statistical and the second ones systematic. The measured resonant parameters are consistent with those of the $Y(4220)$ and $Y(4360)$ from pr evious measurements of different final states. For the first time, we observe the decays of the $Y(4220)$ and $Y(4360)$ into $ηJ/ψ$ final states.
△ Less
Submitted 7 March, 2020;
originally announced March 2020.
-
Model-independent determination of the relative strong-phase difference between $D^0$ and $\bar{D}^0\rightarrow K^0_{S,L}π^+π^-$ and its impact on the measurement of the CKM angle $γ/φ_3$
Authors:
M. Ablikim,
M. N. Achasov,
P. Adlarson,
S. Ahmed,
M. Albrecht,
M. Alekseev,
D. Ambrose,
A. Amoroso,
F. F. An,
Q. An,
Anita,
Y. Bai,
O. Bakina,
R. Baldini Ferroli,
I. Balossino,
Y. Ban,
K. Begzsuren,
J. V. Bennett,
N. Berger,
M. Bertani,
D. Bettoni,
F. Bianchi,
J Biernat,
J. Bloms,
I. Boyko
, et al. (466 additional authors not shown)
Abstract:
Crucial inputs for a variety of $CP$-violation studies can be determined through the analysis of pairs of quantum-entangled neutral $D$ mesons, which are produced in the decay of the $ψ(3770)$ resonance. The relative strong-phase parameters between $D^0$ and $\bar{D}^0$ in the decays $D^0\rightarrow K^0_{S,L}π^+π^-$ are studied using 2.93~${\rm fb}^{-1}$ of $e^+e^-$ annihilation data delivered by…
▽ More
Crucial inputs for a variety of $CP$-violation studies can be determined through the analysis of pairs of quantum-entangled neutral $D$ mesons, which are produced in the decay of the $ψ(3770)$ resonance. The relative strong-phase parameters between $D^0$ and $\bar{D}^0$ in the decays $D^0\rightarrow K^0_{S,L}π^+π^-$ are studied using 2.93~${\rm fb}^{-1}$ of $e^+e^-$ annihilation data delivered by the BEPCII collider and collected by the BESIII detector at a center-of-mass energy of 3.773 GeV. Results are presented in regions of the phase space of the decay. These are the most precise measurements to date of the strong-phase parameters in $D \to K_{S,L}^0π^+π^-$ decays. Using these parameters, the associated uncertainty on the Cabibbo-Kobayashi-Maskawa angle $γ/φ_3$ is expected to be between $0.7^\circ$ and $1.2^\circ$, for an analysis using the decay $B^{\pm}\rightarrow DK^{\pm}$, $D\rightarrow K^0_Sπ^+π^-$, where $D$ represents a superposition of $D^0$ and $\bar{D^0}$ states. This is a factor of three smaller than that achievable with previous measurements. Furthermore, these results provide valuable input for charm-mixing studies, other measurements of $CP$ violation, and the measurement of strong-phase parameters for other $D$-decay modes.
△ Less
Submitted 15 June, 2020; v1 submitted 28 February, 2020;
originally announced March 2020.
-
Determination of strong-phase parameters in $D\rightarrow K^0_{S,L}π^+π^-$
Authors:
M. Ablikim,
M. N. Achasov,
P. Adlarson,
S. Ahmed,
M. Albrecht,
M. Alekseev,
D. Ambrose,
A. Amoroso,
F. F. An,
Q. An,
Anita,
Y. Bai,
O. Bakina,
R. Baldini Ferroli,
I. Balossino,
Y. Ban,
K. Begzsuren,
J. V. Bennett,
N. Berger,
M. Bertani,
D. Bettoni,
F. Bianchi,
J Biernat,
J. Bloms,
I. Boyko
, et al. (466 additional authors not shown)
Abstract:
We report the most precise measurements to date of the strong-phase parameters between $D^0$ and $\bar{D}^0$ decays to $K^0_{S,L}π^+π^-$ using a sample of 2.93 fb$^{-1}$ of $e^+e^-$ annihilation data collected at a center-of-mass energy of 3.773 GeV with the BESIII detector at the BEPCII collider. Our results provide the key inputs for a binned model-independent determination of the Cabibbo-Kobaya…
▽ More
We report the most precise measurements to date of the strong-phase parameters between $D^0$ and $\bar{D}^0$ decays to $K^0_{S,L}π^+π^-$ using a sample of 2.93 fb$^{-1}$ of $e^+e^-$ annihilation data collected at a center-of-mass energy of 3.773 GeV with the BESIII detector at the BEPCII collider. Our results provide the key inputs for a binned model-independent determination of the Cabibbo-Kobayashi-Maskawa angle $γ/φ_3$ with $B$ decays. Using our results, the decay model sensitivity to the $γ/φ_3$ measurement is expected to be between 0.7$^{\circ}$ and 1.2$^{\circ}$, approximately a factor of three smaller than that achievable with previous measurements. The improved precision of this work ensures that measurements of $γ/φ_3$ will not be limited by knowledge of strong phases for the next decade. Furthermore, our results provide critical input for other flavor-physics investigations, including charm mixing, other measurements of $CP$ violation, and the measurement of strong-phase parameters for other $D$-decay modes.
△ Less
Submitted 15 June, 2020; v1 submitted 28 February, 2020;
originally announced February 2020.
-
Study of open-charm decays and radiative transitions of the X(3872)
Authors:
M. Ablikim,
M. N. Achasov,
P. Adlarson,
S. Ahmed,
M. Albrecht,
A. Amoroso,
Q. An,
Anita,
Y. Bai,
O. Bakina,
R. Baldini Ferroli,
I. Balossino,
Y. Ban,
K. Begzsuren,
J. V. Bennett,
N. Berger,
M. Bertani,
D. Bettoni,
F. Bianchi,
J Biernat,
J. Bloms,
A. Bortone,
I. Boyko,
R. A. Briere,
H. Cai
, et al. (455 additional authors not shown)
Abstract:
The processes $X(3872)\to D^{*0}\bar{D^{0}}+c.c.,~γJ/ψ,~γψ(2S),$ and $γD^{+}D^{-}$ are searched for in a $9.0~\rm fb^{-1}$ data sample collected at center-of-mass energies between $4.178$ and $4.278$ GeV with the BESIII detector. We observe $X(3872)\to D^{*0}\bar{D^{0}}+c.c.$ and find evidence for $X(3872)\toγJ/ψ$ with statistical significances of $7.4σ$ and $3.5σ$, respectively. No evident signal…
▽ More
The processes $X(3872)\to D^{*0}\bar{D^{0}}+c.c.,~γJ/ψ,~γψ(2S),$ and $γD^{+}D^{-}$ are searched for in a $9.0~\rm fb^{-1}$ data sample collected at center-of-mass energies between $4.178$ and $4.278$ GeV with the BESIII detector. We observe $X(3872)\to D^{*0}\bar{D^{0}}+c.c.$ and find evidence for $X(3872)\toγJ/ψ$ with statistical significances of $7.4σ$ and $3.5σ$, respectively. No evident signals for $X(3872)\toγψ(2S)$ and $γD^{+}D^{-}$ are found, and upper limit on the relative branching ratio $R_{γψ} \equiv\frac{\mathcal{B}(X(3872)\toγψ(2S))}{\mathcal{B}(X(3872)\toγJ/ψ)}<0.59$ is set at 90$\%$ confidence level. Measurements of branching ratios relative to decay $X(3872)\toπ^+π^- J/ψ$ are also reported for decays $X(3872)\to D^{*0}\bar{D^{0}}+c.c., ~γψ(2S),~γJ/ψ$, $γD^{+}D^{-}$, as well as the non-$D^{*0}\bar{D}^{0}$ three-body decays $π^0 D^{0}\bar{D}^{0}$ and $γD^{0}\bar{D}^{0}$.
△ Less
Submitted 20 June, 2020; v1 submitted 4 January, 2020;
originally announced January 2020.
-
Observation of the $X(2370)$ and search for the $X(2120)$ in $J/ψ\toγK\bar{K} η'$
Authors:
M. Ablikim,
M. N. Achasov,
P. Adlarson,
S. Ahmed,
M. Albrecht,
M. Alekseev,
A. Amoroso,
Q. An,
Anita,
Y. Bai,
O. Bakina,
R. Baldini Ferroli,
I. Balossino,
Y. Ban,
K. Begzsuren,
J. V. Bennett,
N. Berger,
M. Bertani,
D. Bettoni,
F. Bianchi,
J Biernat,
J. Bloms,
I. Boyko,
R. A. Briere,
H. Cai
, et al. (458 additional authors not shown)
Abstract:
Using a sample of $1.31\times10^{9} ~J/ψ$ events collected with the BESIII detector, we perform a study of $J/ψ\toγK\bar{K}η'$. The $X(2370)$ is observed in the $K\bar{K}η'$ invariant-mass distribution with a statistical significance of 8.3$σ$. Its resonance parameters are measured to be $M = 2341.6 \pm 6.5\text{(stat.)} \pm 5.7\text{(syst.)}$~MeV/$c^{2}$ and…
▽ More
Using a sample of $1.31\times10^{9} ~J/ψ$ events collected with the BESIII detector, we perform a study of $J/ψ\toγK\bar{K}η'$. The $X(2370)$ is observed in the $K\bar{K}η'$ invariant-mass distribution with a statistical significance of 8.3$σ$. Its resonance parameters are measured to be $M = 2341.6 \pm 6.5\text{(stat.)} \pm 5.7\text{(syst.)}$~MeV/$c^{2}$ and $Γ= 117 \pm 10 \text{(stat.)} \pm 8 \text{(syst.)}$~MeV. The product branching fractions for $J/ψ\to γX(2370), X(2370) \to K^{+} K^{-}η'$ and $J/ψ\to γX(2370), X(2370) \to K_{S}^{0} K_{S}^{0}η'$ are determined to be $(1.79 \pm 0.23 \text{(stat.)} \pm 0.65 \text{(syst.)}) \times 10^{-5}$ and $(1.18 \pm 0.32\ text{(stat.)} \pm 0.39 \text{(syst.)}) \times 10^{-5}$, respectively. No evident signal for the $X(2120)$ is observed in the $K\bar{K}η'$ invariant-mass distribution. The upper limits for the product branching fractions of $\mathcal{B}(J/ψ\to γX(2120)\toγK^{+} K^{-} η')$ and $\mathcal{B}(J/ψ\toγX(2120)\toγK_{S}^{0} K_{S}^{0} η')$ are determined to be $1.49\times10^{-5}$ and $6.38\times10^{-6}$ at the 90% confidence level, respectively.
△ Less
Submitted 24 December, 2019;
originally announced December 2019.
-
Measurement of the $e^+e^-\toπ^+π^-π^0$ cross section from 0.7 GeV to 3.0 GeV via initial-state radiation
Authors:
M. Ablikim,
M. N. Achasov,
P. Adlarson,
S. Ahmed,
M. Albrecht,
M. Alekseev,
A. Amoroso,
F. F. An,
Q. An,
Y. Bai,
O. Bakina,
R. Baldini Ferroli,
I. Balossino,
Y. Ban,
K. Begzsuren,
J. V. Bennett,
N. Berger,
M. Bertani,
D. Bettoni,
F. Bianchi,
J Biernat,
J. Bloms,
I. Boyko,
R. A. Briere,
H. Cai
, et al. (464 additional authors not shown)
Abstract:
The cross section of the process $e^+e^-\toπ^+π^-π^0$ is measured with a precision of 1.6% to 25% in the energy range between $0.7$ and 3.0 GeV using the Initial State Radiation method. A data set with an integrated luminosity of $2.93$fb$^{-1}$ taken at the center-of-mass energy of $\sqrt{s}=3.773$GeV with the BESIII detector at the BEPCII collider is used. The product branching fractions for…
▽ More
The cross section of the process $e^+e^-\toπ^+π^-π^0$ is measured with a precision of 1.6% to 25% in the energy range between $0.7$ and 3.0 GeV using the Initial State Radiation method. A data set with an integrated luminosity of $2.93$fb$^{-1}$ taken at the center-of-mass energy of $\sqrt{s}=3.773$GeV with the BESIII detector at the BEPCII collider is used. The product branching fractions for $ω$, $φ$, $ω(1420)$, and $ω(1650)$ are measured to be $\mathcal{B}(ω\to e^+e^-) \times \mathcal{B}(ω\to π^+π^-π^0)=(6.94\pm0.08\pm0.16) \times 10^{-5}$, $\mathcal{B}(φ\to e^+e^-) \times \mathcal{B}(φ\toπ^+π^-π^0) = (4.20\pm0.08\pm0.19) \times 10^{-5}$, $\mathcal{B}(ω(1420)\to e^+e^-) \times \mathcal{B}(ω(1420) \to π^+π^-π^0) = (0.84\pm0.09\pm0.09) \times 10^{-6}$, and $\mathcal{B}(ω(1650) \to e^+e^) \times \mathcal{B}(ω(1650)\to π^+π^-π^0) = (1.14\pm0.15\pm0.15)\times10^{-6}$, respectively. The branching fraction $\mathcal{B}(J/ψ\to π^+π^-π^0)$ is measured to be $(2.188 \pm 0.024 \pm 0.024 \pm0.040 (Γ_{ee}^{J/ψ}))\%$, where $Γ_{ee}^{J/ψ}$ is the dileptonic width of $J/ψ$. The first errors are of statistical, the second and third ones of systematic nature.
△ Less
Submitted 23 December, 2019;
originally announced December 2019.