|   | 
Details
   web
Records
Author Gimenez-Alventosa, V.; Gimenez, V.; Oliver, S.
Title PenRed: An extensible and parallel Monte-Carlo framework for radiation transport based on PENELOPE Type Journal Article
Year 2021 Publication Computer Physics Communications Abbreviated Journal Comput. Phys. Commun.
Volume 267 Issue Pages 108065 - 12pp
Keywords Radiation transport; Monte Carlo simulation; Electron-photon showers; Parallel computing; MPI; Medical physics
Abstract Monte Carlo methods provide detailed and accurate results for radiation transport simulations. Unfortunately, the high computational cost of these methods limits its usage in real-time applications. Moreover, existing computer codes do not provide a methodology for adapting these kinds of simulations to specific problems without advanced knowledge of the corresponding code system, and this restricts their applicability. To help solve these current limitations, we present PenRed, a general-purpose, standalone, extensible and modular framework code based on PENELOPE for parallel Monte Carlo simulations of electron-photon transport through matter. It has been implemented in C++ programming language and takes advantage of modern object-oriented technologies. In addition, PenRed offers the capability to read and process DICOM images as well as to construct and simulate image-based voxelized geometries, so as to facilitate its usage in medical applications. Our framework has been successfully verified against the original PENELOPE Fortran code. Furthermore, the implemented parallelism has been tested showing a significant improvement in the simulation time without any loss in precision of results. Program summary Program title: PenRed: Parallel Engine for Radiation Energy Deposition. CPC Library link to program files: https://doi .org /10 .17632/rkw6tvtngy.1 Licensing provision: GNU Affero General Public License (AGPL). Programming language: C++ standard 2011. Nature of problem: Monte Carlo simulations usually require a huge amount of computation time to achieve low statistical uncertainties. In addition, many applications necessitate particular characteristics or the extraction of specific quantities from the simulation. However, most available Monte Carlo codes do not provide an efficient parallel and truly modular structure which allows users to easily customise their code to suit their needs without an in-depth knowledge of the code system. Solution method: PenRed is a fully parallel, modular and customizable framework for Monte Carlo simulations of the passage of radiation through matter. It is based on the PENELOPE [1] code system, from which inherits its unique physics models and tracking algorithms for charged particles. PenRed has been coded in C++ following an object-oriented programming paradigm restricted to the C++11 standard. Our engine implements parallelism via a double approach: on the one hand, by using standard C++ threads for shared memory, improving the access and usage of the memory, and, on the other hand, via the MPI standard for distributed memory infrastructures. Notice that both kinds of parallelism can be combined together in the same simulation. Moreover, both threads and MPI processes, can be balanced using the builtin load balance system (RUPER-LB [30]) to maximise the performance on heterogeneous infrastructures. In addition, PenRed provides a modular structure with methods designed to easily extend its functionality. Thus, users can create their own independent modules to adapt our engine to their needs without changing the original modules. Furthermore, user extensions will take advantage of the builtin parallelism without any extra effort or knowledge of parallel programming. Additional comments including restrictions and unusual features: PenRed has been compiled in linux systems withg++ of GCC versions 4.8.5, 7.3.1, 8.3.1 and 9; clang version 3.4.2 and intel C++ compiler (icc) version 19.0.5.281. Since it is a C++11-standard compliant code, PenRed should be able to compile with any compiler with C++11 support. In addition, if the code is compiled without MPI support, it does not require any non standard library. To enable MPI capabilities, the user needs to install whatever available MPI implementation, such as openMPI [24] or mpich [25], which can be found in the repositories of any linux distribution. Finally, to provide DICOM processing support, PenRed can be optionally compiled using the dicom toolkit (dcmtk) [32] library. Thus, PenRed has only two optional dependencies, an MPI implementation and the dcmtk library.
Address [Gimenez-Alventosa, V] Univ Politecn Valencia, Inst Instrumentac Imagen Mol I3M, Ctr Mixto CSIC, Cami Vera S-N, Valencia 46022, Spain, Email: vicent.gimenez@i3m.upv.es;
Corporate Author Thesis
Publisher (up) Elsevier Place of Publication Editor
Language English Summary Language Original Title
Series Editor Series Title Abbreviated Series Title
Series Volume Series Issue Edition
ISSN 0010-4655 ISBN Medium
Area Expedition Conference
Notes WOS:000678508900001 Approved no
Is ISI yes International Collaboration no
Call Number IFIC @ pastor @ Serial 4907
Permanent link to this record
 

 
Author Pich, A.
Title Precision physics with inclusive QCD processes Type Journal Article
Year 2021 Publication Progress in Particle and Nuclear Physics Abbreviated Journal Prog. Part. Nucl. Phys.
Volume 117 Issue Pages 103846 - 41pp
Keywords QCD; Standard Model; Precision physics
Abstract The inclusive production of hadrons through electroweak currents can be rigorously analysed with short-distance theoretical tools. The associated observables are insensitive to the involved infrared behaviour of the strong interaction, allowing for very precise tests of Quantum Chromodynamics. The theoretical predictions for sigma(e(+)e(-) -> hadrons) and the hadronic decay widths of the tau lepton and the Z, W and Higgs bosons have reached an impressive accuracy of O(alpha(4)(s)). Precise experimental measurements of the Z and tau hadronic widths have made possible the accurate determination of the strong coupling at two very different energy scales, providing a highly significant experimental verification of asymptotic freedom. A detailed discussion of the theoretical description of these processes and their current phenomenological status is presented. The most precise determinations of alpha(s) from other sources are also briefly reviewed and compared with the fully-inclusive results.
Address [Pich, Antonio] Univ Valencia, CSIC, IFIC, Dept Fis Teor, Parc Cient,Catedrat Jose Beltran 2, E-46980 Paterna, Spain, Email: antonio.pich@ific.uv.es
Corporate Author Thesis
Publisher (up) Elsevier Place of Publication Editor
Language English Summary Language Original Title
Series Editor Series Title Abbreviated Series Title
Series Volume Series Issue Edition
ISSN 0146-6410 ISBN Medium
Area Expedition Conference
Notes WOS:000671808200002 Approved no
Is ISI yes International Collaboration no
Call Number IFIC @ pastor @ Serial 4916
Permanent link to this record
 

 
Author Gariazzo, S.; de Salas, P.F.; Pisanti, O.; Consiglio, R.
Title PArthENoPE revolutions Type Journal Article
Year 2022 Publication Computer Physics Communications Abbreviated Journal Comput. Phys. Commun.
Volume 271 Issue Pages 108205 - 13pp
Keywords Primordial nucleosynthesis; Cosmology; Neutrino physics
Abstract This paper presents the main features of a new and updated version of the program PArthENoPE, which the community has been using for many years for computing the abundances of light elements produced during Big Bang Nucleosynthesis. This is the third release of the PArthENoPE code, after the 2008 and the 2018 ones, and will be distributed from the code's website, http://parthenope.na.infn.it. Apart from minor changes, the main improvements in this new version include a revisited implementation of the nuclear rates for the most important reactions of deuterium destruction, H-2(p,gamma) He-3, H-2(d, n)He-3 and H-2(d, p)H-3, and a re-designed GUI, which extends the functionality of the previous one. The new GUI, in particular, supersedes the previous tools for running over grids of parameters with a better management of parallel runs, and it offers a brand-new set of functions for plotting the results. Program summary Program title: PArthENoPE 3.0 CPC Library link to program files: https://doi.org/10.17632/wygr7d8yt9.2 Developer's repository link: http://parthenope.na.infn.it Licensing provisions: GPLv3 Programming language: Fortran 77 and Python Nature of problem: Computation of yields of light elements synthesized in the primordial universe Solution method: Livermore Solver for Ordinary Differential Equations (LSODE) for stiff and nonstiff systems, Python GUI for running and plotting Journal reference of previous version: Comput. Phys. Commun. 233 (2018) 237-242 Does the new version supersede the previous version?: Yes Reasons for the new version: Update of the physics and improvements in the GUI Summary of revisions: Update of the physics implemented in the Fortran code and improvements in the GUI functionalities, in particular new plotting functions.
Address [Gariazzo, S.] INFN, Sez Torino, Via P Giuria 1, I-10125 Turin, Italy, Email: pisanti@na.infn.it
Corporate Author Thesis
Publisher (up) Elsevier Place of Publication Editor
Language English Summary Language Original Title
Series Editor Series Title Abbreviated Series Title
Series Volume Series Issue Edition
ISSN 0010-4655 ISBN Medium
Area Expedition Conference
Notes WOS:000720461800020 Approved no
Is ISI yes International Collaboration yes
Call Number IFIC @ pastor @ Serial 5027
Permanent link to this record
 

 
Author LHCb Collaboration (Aaij, R. et al); Jashal, B.K.; Martinez-Vidal, F.; Oyanguren, A.; Remon Alepuz, C.; Ruiz Vidal, J.
Title Measurement of the lifetimes of promptly produced Omega(0)(c) and Xi(9)(c) baryons Type Journal Article
Year 2022 Publication Science Bulletin Abbreviated Journal Sci. Bull.
Volume 67 Issue 5 Pages 479-487
Keywords Charmed baryon; Flavour physics; QCD; Lifetime; Charm physics; LHCb
Abstract A measurement of the lifetimes of the Omega(0)(c) and Xi(0)(c) baryons is reported using proton-proton collision data at a centre-of-mass energy of 13 TeV, corresponding to an integrated luminosity of 5.4 fb(-1) collected by the LHCb experiment. The Omega(0)(c) and Xi(0)(c) baryons are produced directly from proton interactions and reconstructed in the pK(-)K(-)pi(+) final state. The Omega(0)(c) lifetime is measured to be 276.5 +/- 13.4 +/- 4.4 +/- 0.7 fs, and the Xi(0)(c) lifetime is measured to be 148.0 +/- 2.3 +/- 2.2 +/- 0.2 fs, where the first uncertainty is statistical, the second systematic, and the third due to the uncertainty on the D-0 lifetime. These results confirm previous LHCb measurements based on semileptonic beauty-hadron decays, which disagree with earlier results of a four times shorter Omega(c)0 lifetime, and provide the single most precise measurement of the Omega(0 )(c)lifetime.
Address [Leite, J. Baptista; Bediaga, I; Torres, M. Cruz; De Miranda, J. M.; dos Reis, A. C.; Gomes, A.; Massafferri, A.; Machado, D. Torres] Ctr Brasileiro Pesquisas Fis CBPF, Rio De Janeiro, Brazil
Corporate Author Thesis
Publisher (up) Elsevier Place of Publication Editor
Language English Summary Language Original Title
Series Editor Series Title Abbreviated Series Title
Series Volume Series Issue Edition
ISSN 2095-9273 ISBN Medium
Area Expedition Conference
Notes WOS:000797041600001 Approved no
Is ISI yes International Collaboration yes
Call Number IFIC @ pastor @ Serial 5231
Permanent link to this record
 

 
Author An, L.; Auffray, E.; Betti, F.; Dall'Omo, F.; Gascon, D.; Golutvin, A.; Guz, Y.; Kholodenko, S.; Martinazzoli, L.; Mazorra de Cos, J.; Picatoste, E.; Pizzichemi, M.; Roloff, P.; Salomoni, M.; Sanchez, D.; Schopper, A.; Semennikov, A.; Shatalov, P.; Shmanin, E.; Strekalina, D.; Zhang, Y.
Title Performance of a spaghetti calorimeter prototype with tungsten absorber and garnet crystal fibres Type Journal Article
Year 2023 Publication Nuclear Instruments & Methods in Physics Research A Abbreviated Journal Nucl. Instrum. Methods Phys. Res. A
Volume 1045 Issue Pages 167629 - 7pp
Keywords Calorimetry; High energy physics (HEP); Particle detectors; Spaghetti calorimeter (SPACAL); Fibres; Scintillating crystals
Abstract A spaghetti calorimeter (SPACAL) prototype with scintillating crystal fibres was assembled and tested with electron beams of energy from 1 to 5 GeV. The prototype comprised radiation-hard Cerium-doped Gd3Al2Ga3O12 (GAGG:Ce) and Y3Al5O12 (YAG:Ce) embedded in a pure tungsten absorber. The energy resolution root was studied as a function of the incidence angle of the beam and found to be of the order of 10%/ E a 1%, in line with the LHCb Shashlik technology. The time resolution was measured with metal channel dynode photomultipliers placed in contact with the fibres or coupled via a light guide, additionally testing an optical tape to glue the components. Time resolution of a few tens of picosecond was achieved for all the energies reaching down to (18.5 +/- 0.2) ps at 5 GeV.
Address [An, L.; Auffray, E.; Betti, F.; Dall'Omo, F.; Martinazzoli, L.; Pizzichemi, M.; Roloff, P.; Salomoni, M.; Schopper, A.] European Org Nucl Res CERN, Geneva, Switzerland, Email: loris.martinazzoli@cern.ch
Corporate Author Thesis
Publisher (up) Elsevier Place of Publication Editor
Language English Summary Language Original Title
Series Editor Series Title Abbreviated Series Title
Series Volume Series Issue Edition
ISSN 0168-9002 ISBN Medium
Area Expedition Conference
Notes WOS:000882335600001 Approved no
Is ISI yes International Collaboration yes
Call Number IFIC @ pastor @ Serial 5413
Permanent link to this record