Import Geant4 11.2.1 source tree
This commit is contained in:
@@ -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" );
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user