Import Geant4 11.2.1 source tree

This commit is contained in:
Gabriele Cosmo
2024-02-16 14:58:45 +01:00
parent 860a2b92bf
commit dda54bbdcf
331 changed files with 48457 additions and 50699 deletions
@@ -6,6 +6,9 @@ It must **not** be used as a substitute for writing good git commit messages!
-------------------------------------------------------------------------------
## 2023-12-21 Yoshihide Sato (hadr-qmd-V11-01-04)
- G4LightIonQMDReaction.cc: Fix model ID (model_LightIonQMDModel).
## 2023-10-27 Yoshihide Sato (hadr-qmd-V11-01-03)
- Add files for the Light Ion QMD which is qmd optimized for light ion.
The name of the added files start with G4LightIonQMD.
@@ -111,7 +111,7 @@ G4LightIonQMDReaction::G4LightIonQMDReaction()
coulomb_collision_px_targ = 0.0;
coulomb_collision_pz_targ = 0.0;
secID = G4PhysicsModelCatalog::GetModelID( "model_QMDModel" );
secID = G4PhysicsModelCatalog::GetModelID( "model_LightIonQMDModel" );
}