SIDIS-RC EvGen a Monte-Carlo event generator of semi-inclusive deep inelastic scattering with the lowest-order QED radiative corrections

2025-05-03 0 0 1.44MB 58 页 10玖币
侵权投诉
SIDIS-RC EvGen: a Monte-Carlo event generator
of semi-inclusive deep inelastic scattering with
the lowest-order QED radiative corrections
Duane Byera,b, Vladimir Khachatryana,b, Haiyan Gaoa,b, Igor Akushevicha,
Alexander Ilyichevc,d, Chao Penge, Alexei Prokudinf,g, Stan Srednyaka,b,
Zhiwen Zhaoa,b
aDepartment of Physics, Duke University, Durham, NC 27708, USA
bTriangle Universities Nuclear Laboratory, Durham, NC 27708, USA
cBelarusian State University, Minsk, 220030, Belarus
dInstitute for Nuclear Problems, Belarusian State University, Minsk, 220006, Belarus
ePhysics Division, Argonne National Laboratory, Lemont, IL 60439, USA
fDivision of Science, Penn State Berks, Reading, PA 19610, USA
gTheory Center, Thomas Jefferson National Accelerator Facility, Newport News, VA
23606, USA
Abstract
SIDIS-RC EvGen is a C++ standalone Monte-Carlo event generator for stud-
ies of semi-inclusive deep inelastic scattering (SIDIS) processes at medium
to high lepton beam energies. In particular, the generator contains binary
and library components for generating SIDIS events and calculating cross
sections for unpolarized or longitudinally polarized beam and unpolarized,
longitudinally or transversely polarized target. The structure of the gener-
ator incorporates transverse momentum-dependent parton distribution and
fragmentation functions, whereby we obtain multi-dimensional binned sim-
ulation results, which will facilitate the extraction of important information
about the three-dimensional nucleon structure from SIDIS measurements. In
order to build this software, we have used recent elaborate QED calculations
of the lowest-order radiative effects, applied to the leading order Born cross
section in SIDIS. In this paper, we provide details on the theoretical for-
malism as well as the construction and operation of SIDIS-RC EvGen, e.g.,
Corresponding author.
E-mail address: vladimir.khachatryan@duke.edu (V. Khachatryan)
Preprint submitted to Computer Physics Communications March 9, 2023
arXiv:2210.03785v3 [hep-ph] 7 Mar 2023
how we handle the event generation process and perform multi-dimensional
integration. We also provide example programs, flowcharts, and numerical
results on azimuthal transverse single-spin asymmetries.
Keywords: Monte-Carlo event generators for radiative events; FOAM
Monte-Carlo event generator; ROOT, GSL, VEGAS, Cubature packages;
Semi-inclusive deep inelastic scattering; Transverse momentum-dependent
distribution, fragmentation functions; QED radiative corrections.
PROGRAM SUMMARY
Program Title: SIDIS-RC EvGen
Licensing provisions: GNU General Public License Version 3 (GPLv3)
Developer’s repository link: https://github.com/duanebyer/sidis
Maintainers: Duane Byer; Department of Physics, Duke University
Distribution format: GitHub repository
Programming language: C++, Python
Operating System: Linux, macOS and their distributions
External packages: FOAM, ROOT, GSL, VEGAS, Cubature, Cog, WW-SIDIS,
MSTWPDF
Nature of problem: The task is to first create a code for calculations of the lead-
ing order Born cross section as well as radiative corrections (RCs) at the next-
to-leading order (NLO) of the cross section of lepton-hadron semi-inclusive deep
inelastic scattering (SIDIS) at medium to high beam energies with incident un-
polarized or longitudinally polarized lepton beam and unpolarized, longitudinally
or transversely polarized target, enabling to compute azimuthal single-target and
double-beam-target spin asymmetries. Afterwards, a Monte-Carlo event generator
based upon this code is developed, where in the coding and simulation processes
multi-dimensional integrals need to be calculated precisely to obtain the exact
NLO RCs to the SIDIS cross section with high precision beyond ultra-relativistic
limit, which means that the lepton mass is taken into account.
Solution method: The project for building the SIDIS-RC EvGen software is divided
into a library component called libsidis, for the purpose of calculating the inelas-
tic tail to the SIDIS total cross section, and a binary component called sidisgen,
for generating events. The Monte-Carlo event generation is performed through the
usage of the FOAM library, by applying a spatial partitioning method with hyper-
cubical “foam of cells”. The multi-dimensional numerical integration is carried out
by the GSL, VEGAS, and Cubature packages. The SIDIS structure functions that
describe the SIDIS scattering process, and which are given in terms of transverse
momentum-dependent parton distribution and fragmentation functions, are calcu-
lated in Gaussian and Wandzura–Wilczek-type approximations and implemented
2
in the generator accordingly.
Additional comments including restrictions and unusual features: The restrictions
depend on the complexity of problems, limited by CPU time. As a consequence,
the program running time is of order of several minutes to hours. SIDIS-RC EvGen
does not comprise yet the contribution coming from the radiative tail of exclu-
sive lepton-hadron reactions, which is a separate contribution involving exclusive
structure functions that are currently not well known.
Contents
1 Introduction and physics motivation 4
2 Some basics of the theoretical framework for studying 3D
momentum structure of the nucleon with SIDIS 8
2.1 SIDIS process and functions describing the nucleon structure 8
2.1.1 Kinematics and cross section of the SIDIS process . . 8
2.1.2 TMD PDFs, TMD FFs, and SIDIS structure functions 12
2.2 Lowest-order QED radiative effects in SIDIS . . . . . . . . . . 15
2.2.1 Leading order cross section . . . . . . . . . . . . . . . 15
2.2.2 Lowest-order radiative corrections to the SIDIS cross
section........................... 18
3 MC event generator SIDIS-RC EvGen for studying SIDIS
processes with lowest-order radiative effects 23
3.1 Dividing the SIDIS inelastic cross section into soft and hard
parts................................ 23
3.2 Library component . . . . . . . . . . . . . . . . . . . . . . . . 26
3.2.1 Flexiblemode ...................... 27
3.2.2 Streamlined mode . . . . . . . . . . . . . . . . . . . . 29
3.2.3 Structure function implementation . . . . . . . . . . . 29
3.2.4 Leptonic/Hadronic coefficients . . . . . . . . . . . . . 31
3.3 Binary (generator) component . . . . . . . . . . . . . . . . . 33
3.3.1 MC generation with the FOAM library . . . . . . . . 34
3.3.2 Improvement of the foam efficiency . . . . . . . . . . . 35
3
4 Numerical results obtained from SIDIS-RC EvGen 36
4.1 Charged-hadron Collins and Sivers azimuthal transverse single-
spinasymmetries ......................... 37
4.2 Prospects on charged-hadron multiplicity and asymmetry data
comparisons............................ 43
5 Summary and outlook 44
1. Introduction and physics motivation
A considerable amount of our knowledge on the nucleon’s quark-gluon
composition has been obtained via experimental and theoretical studies of the
collinear parton distribution functions (PDFs) [1] and fragmentation func-
tions (FFs) [2]. The precise knowledge of PDFs is essential for understanding
of Quantum Chromodynamics (QCD), and for making quantitative predic-
tions for the observables related to the strong interaction sector of the Stan-
dard Model. In turn, the search of beyond Standard Model physics also
requires precise understanding of QCD. Within the so-called collinear fac-
torization of deep inelastic scattering (DIS), leading-twist (one-dimensional)
PDFs can be interpreted at the leading order as probability densities for find-
ing an unpolarized/longitudinally polarized parton in a fast moving unpolar-
ized/longitudinally polarized nucleon1. They depend on a fraction xBj of the
nucleon momentum carried by the parton and on the “resolution scale” that
is associated with the hard scale Q2of a lepton-nucleon scattering process.
These PDFs are well-known, and over the course of more than two decades
the frontier of exploration has been extended to the three-dimensional (3D)
nucleon structure [3].
The 3D nucleon structure in the momentum space is encoded in the so-
called transverse momentum dependent distribution and fragmentation func-
tions, TMD PDFs and TMD FFs [2, 4–10]. These partonic functions are gen-
eralizations of the aforementioned collinear distribution and fragmentation
functions appearing in the standard collinear factorization [11]. Both of them
depend on two independent variables: xBj and kin the case of TMD PDFs,
as well as zhand pin the case of FFs. In the latter case, zhis the fraction of
the quark momentum transferred to the produced (final-state) hadron, and
1Collinear FFs in turn describe how quarks and gluons transform into color-neutral
particles such as hadrons.
4
pis the transverse momentum of the same final-state hadron but with re-
spect to the direction of the fragmenting quark. QCD factorization theorems
have been proven for processes with two distinct measured scales, Q1Q2,
such as the semi-inclusive deep inelastic scattering (SIDIS) [6, 10], Drell-Yan
process [12], and production of two hadrons in e+eannihilation [2]. In case
of SIDIS, the observed transverse momentum PhT of the produced charged
hadron with respect to the virtual photon momentum plays the role of the
small scale Q1, while the virtual photon virtuality Qplays the role of the
large scale Q2. In the TMD description, the observed transverse momentum
PhT is related to the active parton (quark) intrinsic transverse momentum
kand fragmenting quark pas well as to the effects of the gluon radia-
tion encoded in the evolution equations [9]. By utilizing juxtapositions of
the lepton beam and nucleon target polarizations in SIDIS experiments, we
will be capable of extracting pivotal information on various TMDs, whereby
one can quantify the quark transverse motion inside the nucleon and observe
spin-orbit correlations, as well as obtain quantitative insight on the quark or-
bital angular momentum (OAM) contribution to the proton spin. Note that
the results coming from advances in target polarization techniques, like those
employed by HERMES, COMPASS, LHCb and JLab experiments [13–17],
are crucial in studies of TMDs together with the additional information that
can be accessed from the Drell-Yan process [12] and e+eannihilation [2].
However, in SIDIS experiments devoted to data extractions on TMDs,
such as HERMES [18–22], COMPASS [23–27], and JLab [28, 29], it is in-
dispensable to have a very good control over systematic uncertainties. In
this regard, one of the dominant sources of the systematic uncertainties in
these experiments, with and without polarization of the lepton beam and
the nucleon target, are the radiative corrections (RC) due to the radiation
of photons off leptons. Radiative corrections are calculated based on Quan-
tum Electrodynamics (QED). Exact analytical formulas for the lowest-order
model-independent part of QED RCs to the SIDIS cross section, with a lon-
gitudinally polarized lepton beam and arbitrarily polarized nucleon target,
beyond ultra-relativistic approximation2, are calculated in Ref. [30]. The
methodology developed in that paper is anchored upon the covariant ap-
proach for RC calculations, so that the obtained formulas can be directly
applied to any coordinate system. Besides, the Bardin-Shumeiko approach
2It means that the incident beam lepton mass is taken into account in all calculations.
5
摘要:

SIDIS-RCEvGen:aMonte-Carloeventgeneratorofsemi-inclusivedeepinelasticscatteringwiththelowest-orderQEDradiativecorrectionsDuaneByera,b,VladimirKhachatryana,b,HaiyanGaoa,b,IgorAkushevicha,AlexanderIlyichevc,d,ChaoPenge,AlexeiProkudinf,g,StanSrednyaka,b,ZhiwenZhaoa,baDepartmentofPhysics,DukeUniversity,...

展开>> 收起<<
SIDIS-RC EvGen a Monte-Carlo event generator of semi-inclusive deep inelastic scattering with the lowest-order QED radiative corrections.pdf

共58页,预览5页

还剩页未读, 继续阅读

声明:本站为文档C2C交易模式,即用户上传的文档直接被用户下载,本站只是中间服务平台,本站所有文档下载所得的收益归上传人(含作者)所有。玖贝云文库仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。若文档所含内容侵犯了您的版权或隐私,请立即通知玖贝云文库,我们立即给予删除!
分类:图书资源 价格:10玖币 属性:58 页 大小:1.44MB 格式:PDF 时间:2025-05-03

开通VIP享超值会员特权

  • 多端同步记录
  • 高速下载文档
  • 免费文档工具
  • 分享文档赚钱
  • 每日登录抽奖
  • 优质衍生服务
/ 58
客服
关注