Import Geant4 10.7.0.beta source tree

This commit is contained in:
Gabriele Cosmo
2020-06-26 10:23:25 +02:00
parent c02c370437
commit 67ba86d073
1871 changed files with 174422 additions and 131884 deletions
@@ -14,7 +14,40 @@ code and to keep track of all tags.
* Please list in reverse chronological order (last date on top)
---------------------------------------------------------------
30 January 2020 - Vladimir Ivanchenko (hadr-cross-V10-05-32)
18 June 2020 - Alberto Ribon (hadr-cross-V10-06-06)
- G4CrossSectionElastic, G4CrossSectionInelastic : for ions and anti-ions,
the max energy of applicability of the (elastic and inelastic) cross
sections must scale with the absolute baryonic number; however, the
cross sections objects are often shared between the different types
of ions (d, t, He3, alpha, and genericIon) therefore we scale by a
large value (256, safely larger than the number of nucleons of the
heaviest nuclides).
This fix a bug reported (by email) by LHCb.
03 June 2020 - Vladimir Ivanchenko (hadr-cross-V10-06-05)
- G4HadronNucleonXsc - fixed typo in heavy meson cross section
identified by Coverity, improved code format
09 May 2020 - Vladimir Ivanchenko (hadr-cross-V10-06-04)
- G4HadronNucleonXsc - general clean-up of the code: use PDG number
instead of particle pointers, remove instantiation of most
of hadrons, optimisation of selection of parametersations
05 May 2020 - G.Folger (hadr-cross-V10-06-03)
- fixes for clang10, mark class as final when dtor is final, Affected
include files: G4BGGNucleonElasticXS, G4BGGPionElasticXS,
G4BGGPionInelasticXS, G4ComponentGGHadronNucleusXsc,
G4NeutronCaptureXS, G4NeutronElasticXS, G4NeutronInelasticXS,
G4ParticleInelasticXS,
24 April 2020 - V. Grichine (hadr-cross-V10-06-02)
- G4ElNeutrinoNucleusTotXsc added for (nu_e,anti_nu_e)-nucleus cross sections
03 March 2020 - Dennis Wright (hadr-cross-V10-06-01)
- G4PhotoNuclearCrossSection: correct threshold for gamma + p -> pi0 + p,
extend for use on 3H and 3He targets
30 January 2020 - Vladimir Ivanchenko (hadr-cross-V10-06-00)
- G4HadronInelasticDataSet - fixed problem #2220 - wrong GHEISHA x-section
19 November 2019 - G. Folger (hadr-cross-V10-05-31)