Import Geant4 11.3.0 source tree

This commit is contained in:
Gabriele Cosmo
2024-12-06 11:11:40 +01:00
parent e58e650b32
commit 32390e802b
1984 changed files with 98713 additions and 83996 deletions
@@ -4,8 +4,11 @@ See `CONTRIBUTING.rst` for details of **required** info/format for each entry,
which **must** added in reverse chronological order (newest at the top). It must **not**
be used as a substitute for writing good git commit messages!
## 2023-11-09 Yoshihide Sato (phys-ctor-ions-V11-11-01)
- Add a physics constructor, G4LightIonQMDPhsysics for light ion qmd.
## 2024-11-08 Alberto Ribon (phys-ctor-ions-V11-02-00)
- G4LightIonQMDPhysics, README : updated information, no changes to the code.
## 2023-11-09 Yoshihide Sato (phys-ctor-ions-V11-01-00)
- Add a physics constructor, G4LightIonQMDPhysics for light ion QMD.
## 2021-12-10 Ben Morgan (phys-ctor-ions-V11-00-00)
- Change to new Markdown History format
+13 -2
View File
@@ -33,8 +33,8 @@
cross sections and final states) is used below 200 MeV/n for deuteron,
triton, He3 and alpha (and BIC used above 190 MeV/n for these light ions).
G4IonQMDPhysic
--------------
G4IonQMDPhysics
---------------
Inelastic ion-ion processes (for deuteron, triton, He3, alpha and
generic ion projectiles), with Glauber-Gribov cross section and
BIC, QMD and FTFP for the final state. These three final-state models
@@ -42,3 +42,14 @@
- BIC below 110 MeV/nucleon;
- QMD between 100 and 6'000 MeV/nucleon;
- FTF above 5990 MeV/nucleon.
G4IonLightIonQMDPhysics
-----------------------
A variant of G4IonQMDPhysics, in which G4LightIonQMDReaction is used
in the interval [30 MeV, 510 MeV].
These four final-state models are used in the following intervals of
projectile kinetic energy:
- BIC below 40 MeV/nucleon;
- LightIonQMD between 30 and 510 MeV/nucleon;
- QMD between 500 and 6'000 MeV/nucleon;
- FTF above 5990 MeV/nucleon.
@@ -26,10 +26,15 @@
//
//---------------------------------------------------------------------------
//
// ClassName: G4IonBinaryCascadeBuilder
// Created from G4IonBinaryCascadePhysics
// ClassName: G4LightIonQMDPhysics
//
// Author: Yoshihide Sato - November 2023
//
// Author: G.Folger
// Description: Variant of G4IonQMDPhysics in which G4LightIonQMDReaction
// is used in the interval [30 MeV, 510 MeV]/nucleon
// (G4BinaryLightIonReaction is used below 40 MeV/nucleon,
// and G4QMDReaction is used in the interval
// [500 MeV, 6 GeV]/nucleon).
//
// Modified:
//
@@ -26,10 +26,15 @@
//
//---------------------------------------------------------------------------
//
// ClassName: G4LightIonQMDPhysics
// Created from G4IonBinaryCascadePhysics
// ClassName: G4LightIonQMDPhysics
//
// Author: Yoshihide Sato - November 2023
//
// Author: G.Folger
// Description: Variant of G4IonQMDPhysics in which G4LightIonQMDReaction
// is used in the interval [30 MeV, 510 MeV]/nucleon
// (G4BinaryLightIonReaction is used below 40 MeV/nucleon,
// and G4QMDReaction is used in the interval
// [500 MeV, 6 GeV]/nucleon).
//
// Modified:
//