Import Geant4 11.3.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!
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
|
||||
## 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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user