In the original publication [1], there was a mistake in the legend for Figure 2. The spherical variables were misdefined by using latitude and longitude. The correct legend and figure appear below:
Figure 2.
Spherical variables consisting of θ and φ with respect to the Cartesian coordinates (x,y,z).
There was an inconsistency between the spherical variables defined in Figure 2 and Equations (13)–(15). A correction was made to 2. Central Focus Scheme, 2.2. Generation via Coordinate Transformation:
The obtained code by means the coordinate transformation, which is shown in Appendix B, was also changed:
...
G4double theta=acos(2*rand1-1);
G4double phi=2*3.14159265359*rand2;
//Coordinates on sphere
G4double x0=radius*sin(theta)*cos(phi);
G4double y0=radius*abs(cos(theta));
G4double z0=radius*sin(theta)*sin(phi);
...
Some typos were also corrected:
In Abstract, “a Gaussian distributions” has been corrected to “a Gaussian distribution”. In Keywords, “discreet energy spectra” has been corrected to “discrete energy spectra”. In Introduction, “azimuth and longitude” has been corrected to “azimuth and zenith”.
The authors state that the scientific conclusions are unaffected. These corrections were approved by the Academic Editor. The original publication has also been updated.
Reference
- Topuz, A.I.; Kiisk, M.; Giammanco, A. DOME: Discrete Oriented Muon Emission in GEANT4 Simulations. Instruments 2022, 6, 42. [Google Scholar] [CrossRef]
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content. |
© 2023 by the authors. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license (https://creativecommons.org/licenses/by/4.0/).