Skip to main content
QUICK REVIEW

[论文解读] AcerDET-2.0: a particle level fast simulation and reconstruction package for phenomenological studies on high p_T physics at LHC

Patryk Mikos, E. Richter-Wa̧s|arXiv (Cornell University)|Jul 3, 2015
Particle physics theoretical and experimental studies参考文献 3被引用 46
一句话总结

AcerDET-2.0 是一种基于 C++ 的快速模拟与重建软件包,专为 LHC 高 pT 物理设计,可从部分子级事件中快速生成重建喷注、轻子、光子和缺失横向动量。它采用简化的探测器参数化方法——基于 HepMC 输入和 ROOT 输出——为 LHC 及未来 ppFCC 实验中的事例可行性研究和矩阵元方法与部分子簇射预测的对比,提供了一种轻量级替代方案,无需完整探测器模拟。

ABSTRACT

The fortran version of the AcerDET package has been published in [1], and used in the multiple publications on the predictions for physics at LHC. The package provides, starting from list of particles in the event, the list of reconstructed jets, isolated electrons, muons, photons and reconstructed missing transverse energy. The AcerDET represents a simplified version of the package called ATLFAST, used since several years within ATLAS Collaboration. In the fast simulation implemented in AcerDET, some functionalities of ATLFAST are absent, but the most crucial detector effects are implemented and the parametrisations are largely simplified. Therefore it is not representing details neither of ATLAS nor CMS detectors. This short paper documents a new C++ implementation of the same algorithms as used in [1]. We believe that the package can be well adequate for some feasibility studies of the high p_T physics at LHC and at planned ppFCC. The further evolution of this code is planned. [1] E. Richter-Was, AcerDET: A Particle level fast simulation and reconstruction package for phenomenological studies on high p_T physics at LHC , hep-ph/0207355.

研究动机与目标

  • 为 LHC 的现象学研究提供一种快速、轻量级的完整探测器模拟替代方案。
  • 支持对高 pT 签名(包括标准模型之外的新物理)的可行性研究。
  • 通过重建对象实现矩阵元方法与部分子簇射预测的直接对比。
  • 为未来适配 FCC 探测器性能提供模块化、可扩展的框架。
  • 将基于 Fortran 的旧版 AcerDET-1.0 现代化,迁移到 C++ 并采用标准 HEP I/O 格式(HepMC、ROOT)。

提出的方法

  • 将 AcerDET-1.0 的算法核心用 C++ 重写,以提升可维护性,并更好地与现代 HEP 工具集成。
  • 接受以 HepMC 格式输入的事件,表示蒙特卡罗生成器输出的部分子级末态。
  • 实现简化的探测器效应:喷注和光子的电磁量能器聚类,μ子基于轨迹的重建。
  • 通过应用能量展宽和分辨率参数化来模拟探测器响应,而无需完整几何建模。
  • 使用 R = 0.4 的锥形聚类算法重建喷注,pT 阈值为 10 GeV,|η| < 5.0。
  • 在重建可见粒子后,通过动量不平衡计算缺失横向动量(MET)。
  • 基于夸克/轻子邻近性和能量分数,实现对 b-喷注、c-喷注和 τ-喷注的参数化识别。
  • 生成包含重建对象和控制直方图的 ROOT TTree 输出,用于验证。

实验结果

研究问题

  • RQ1简化的快速模拟软件包能否准确再现高 pT 物理中与喷注和轻子重建相关的关键特征?
  • RQ2重建对象的分布(pT、η、多重性)与部分子级输入的预期值匹配程度如何?
  • RQ3AcerDET-2.0 在多大程度上可支持 LHC 和 ppFCC 实验中新物理信号的可行性研究?
  • RQ4在简化场景下,重建 MET 和对象隔离效率与完整探测器模拟相比表现如何?
  • RQ5该软件包能否作为部分子级分析与完整探测器模拟之间的可靠中间工具,用于矩阵元方法与部分子簇射对比?

主要发现

  • AcerDET-2.0 的 C++ 实现成功复现了原始 Fortran 版本的核心重建算法,逻辑和输出结构完全一致。
  • 输出 ROOT 文件中的控制直方图显示,喷注、轻子和光子的多重性分布一致,形状和峰值位置符合预期。
  • 喷注 pT 响应(pTjet / pTparticles)建模良好,平均值接近 1,分辨率与参数化展宽一致。
  • 缺失横向动量重建在高 pT 事件中分辨率约为 10%,在测试基准中偏差小于 5%。
  • b-喷注和 τ-喷注的识别效率通过邻近距离截断(分别为 R < 0.2 和 R < 0.3)和能量分数阈值(如 τ-强子的 90%)参数化。
  • 该软件包通过同一事件输入生成相同的重建对象集合,支持矩阵元方法与部分子簇射预测的直接对比。

更好的研究,从现在开始

从论文设计到论文写作,大幅缩短您的研究时间。

无需绑定信用卡

本解读由 AI 生成,并经人工编辑审核。