Import Geant4 11.3.1 source tree

This commit is contained in:
Gabriele Cosmo
2025-03-24 16:45:22 +01:00
parent 32390e802b
commit df176550b3
388 changed files with 29491 additions and 29435 deletions
@@ -6,6 +6,9 @@ It must **not** be used as a substitute for writing good git commit messages!
-------------------------------------------------------------------------------
## 2025-01-10 Vladimir Ivanchenko (radioactive_decay-V11-02-06)
- G4RadioactiveDecay - fixed problem 2592 - enable biasing in radioactive decay
## 2024-08-14 Gabriele Cosmo (radioactive_decay-V11-02-05)
- Fixed reported Coverity defects for use of std::move().
@@ -877,6 +877,8 @@ G4RadioactiveDecay::DecayIt(const G4Track& theTrack, const G4Step&)
G4ThreeVector currentPosition;
currentPosition = theTrack.GetPosition();
fParticleChangeForRadDecay.SetSecondaryWeightByProcess(true);
G4IonTable* theIonTable;
G4ParticleDefinition* parentNucleus;