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
@@ -6,12 +6,14 @@
Hadronic physics-list/constructors/hadron_elastic History
---------------------------------------------------------
This file should be used to briefly summarize all major modifications
This file should be used to briefly summarize all major modifications
introduced in the code and keeptrack of all tags.
----------------------------------------------------------
* Reverse chronological order (last date on top), please *
----------------------------------------------------------
30-Apr-2020 Ben Morgan (phys-ctor-helastic-V10-06-00)
- Remove obsolete GRANULAR_DEPENDENCIES entries
22-Oct-2019, A. Ribon (phys-ctor-helastic-V10-05-03)
- G4HadronElasticPhysics, G4HadronDElasticPhysics : use the Glauber-Gribov
@@ -26,7 +28,7 @@ introduced in the code and keeptrack of all tags.
08-May-2019, V. Ivanchenko (phys-ctor-helastic-V10-05-01)
- G4HadronElasticPhysics : use Glauber-Gribov x-section for hyperons
- G4HadronDElasticPhysics, G4HadronDElasticPhysics : use
- G4HadronDElasticPhysics, G4HadronDElasticPhysics : use
Glauber-Gribov x-section for hyperons, d, t, He3, He4
- G4HadronElasticPhysicsXS, G4IonElasticPhysics - removed commented lines
@@ -38,7 +40,7 @@ introduced in the code and keeptrack of all tags.
- README : updated this file. No changes to anything else.
22-Nov-2018, V. Ivanchenko (phys-ctor-helastic-V10-04-04)
- G4HadronElasticPhysics, G4HadronElasticPhysicsXS - use
- G4HadronElasticPhysics, G4HadronElasticPhysicsXS - use
G4BGGNucleonElasticXS x-section for protons
17-Oct-2018, A. Ribon (phys-ctor-helastic-V10-04-03)
@@ -46,7 +48,7 @@ introduced in the code and keeptrack of all tags.
replaced Chips cross sections with Glauber-Gribov ones.
19-Jul-2018, V. Ivanchenko (phys-ctor-helastic-V10-04-02)
- G4HadronElasticPhysics - fixed problem introduced in previous tags
- G4HadronElasticPhysics - fixed problem introduced in previous tags
for Hadr06 and Hadr07 extended examples
17-Jul-2018, V. Ivanchenko (phys-ctor-helastic-V10-04-01)
@@ -76,11 +78,11 @@ introduced in the code and keeptrack of all tags.
the latest version of G4NuclNuclDiffuseElastic respects reproducibility).
14-Aug-2017, A. Ribon (phys-ctor-helastic-V10-03-01)
- G4HadronElasticPhysics, G4HadronHElasticPhysics : changed kaon elastic
- G4HadronElasticPhysics, G4HadronHElasticPhysics : changed kaon elastic
cross sections from, respectively, Gheisha (used in G4HadronElasticPhysics)
and Chips (used in G4HadronHElasticPhysics), to Grichine's Glauber Gribov
ones. In this way, the total (elastic + inelastic) kaon cross sections
are consistent with the PDG ones.
are consistent with the PDG ones.
Notes:
- For the time being, kept the original elastic final-state model
(i.e. Gheisha in G4HadronElasticPhysics and Chips in
@@ -95,7 +97,7 @@ introduced in the code and keeptrack of all tags.
04-Nov-2016, Alberto Ribon (phys-ctor-helastic-V10-02-04)
- Written first draft of the README
16-October-2016 M.Maire (phys-ctor-helastic-V10-02-03)
- add README
@@ -143,7 +145,7 @@ introduced in the code and keeptrack of all tags.
- G4HadronHElasticPhysics V. Grichine removed G4LDsdChannel
15-Oct-2014, V. Ivanchenko (phys-ctor-helastic-V10-00-06)
- G4HadronHElasticPhysics V. Grichine activates diffraction
- G4HadronHElasticPhysics V. Grichine activates diffraction
dissociation process
01-Aug-2014, Alberto Ribon (phys-ctor-helastic-V10-00-05)
@@ -165,38 +167,38 @@ introduced in the code and keeptrack of all tags.
- G4HadronHElasticPhysics: improved version of elastic, used temporarily
only in FTFP_BERT_TRV as playground before becoming the default in
all physics lists.
04-Jun-2014, Gunter Folger (phys-ctor-helastic-V10-00-01)
- Fix to previous tag. the previous tag badly screwed up code for
G4HadronInelastic.
- Fix to previous tag. the previous tag badly screwed up code for
G4HadronInelastic.
02-Jun-2014, Gunter Folger (phys-ctor-helastic-V10-00-00)
- G4HadronElasticPhysics: Must not inline Get...() to static member data.
(fails on Windows)
04-Nov-2013, Tatsumi Koi (phys-ctor-helastic-V09-06-06)
- Create G4IonElasticPhysics Elastic Scattering for GenericIon
22-Aug-2013, Vladimir Ivanchenko (phys-ctor-helastic-V09-06-05)
- G4HadronDElasticPhysics - DiffuseElastic model active above 10 MeV,
LHEP model - below 10.1 MeV
LHEP model - below 10.1 MeV
- G4HadronHElasticPhysics - cleanup
08-Jun-2013, A. Dotti (phys-ctor-helastic-V09-06-04)
- Bug fix for MT: wasActivated flag becomes TLS
- All private data member are now TLS if in doubt or transformed to
- All private data member are now TLS if in doubt or transformed to
local variables
29-Mar-2013, Andrea Dotti (phys-ctor-helastic-V09-06-03)
- Changes needed for MT: now G4VUserPhysicsList is a split class
27-Feb-2013, Vladimir Ivanchenko (phys-ctor-helastic-V09-06-02)
- G4ChargeExchangePhysics - removed obsolete constructor and member of
- G4ChargeExchangePhysics - removed obsolete constructor and member of
the class to fixed warning from the clang compiler on MacOS
08-Feb-2013, Vladimir Ivanchenko (phys-ctor-helastic-V09-06-01)
- GNUmakefile fixed - G4LIB_BUILD_EXPAT is added
10-Jan-2013, Gunter Folger (phys-ctor-helastic-V09-06-00)
- new directory structure introduced.
- new directory structure introduced.
constructors/hadron_elastic
@@ -100,14 +100,11 @@ GEANT4_DEFINE_MODULE(NAME G4phys_ctor_helastic
G4had_mod_man
G4had_mod_util
G4had_lept_nuclear
G4had_neu_hp
G4had_preequ_exciton
G4had_string_diff
G4had_string_frag
G4had_string_man
G4had_theo_max
G4hadronic_HE
G4hadronic_LE
G4hadronic_bert_cascade
G4hadronic_binary
G4hadronic_coherent_elastic