Import Geant4 11.0.2 source tree
This commit is contained in:
@@ -14,6 +14,12 @@ track of all tags.
|
||||
* Reverse chronological order (last date on top), please *
|
||||
----------------------------------------------------------
|
||||
|
||||
8 April 2022 Alberto Ribon radioactive_decay-V10-07-14
|
||||
------------------------------------------------------
|
||||
- G4RadioactiveDecay : fixed memory leak (due to decay products
|
||||
that were not deleted) in the case of a radioactive decay
|
||||
happening later than the time threshold.
|
||||
|
||||
29 October 2021 Vladimir Ivanchenko radioactive_decay-V10-07-13
|
||||
---------------------------------------------------------------
|
||||
- G4RadioactiveDecay - updated printout of parameters according
|
||||
|
||||
@@ -1111,6 +1111,7 @@ void G4RadioactiveDecay::DecayAnalog(const G4Track& theTrack)
|
||||
fParticleChangeForRadDecay.ProposeTrackStatus(fStopAndKill);
|
||||
fParticleChangeForRadDecay.ProposeLocalEnergyDeposit(0.0);
|
||||
ClearNumberOfInteractionLengthLeft();
|
||||
delete products;
|
||||
return;
|
||||
}
|
||||
|
||||
@@ -1158,6 +1159,7 @@ void G4RadioactiveDecay::DecayAnalog(const G4Track& theTrack)
|
||||
fParticleChangeForRadDecay.ProposeTrackStatus(fStopAndKill) ;
|
||||
fParticleChangeForRadDecay.ProposeLocalEnergyDeposit(0.0);
|
||||
ClearNumberOfInteractionLengthLeft();
|
||||
delete products;
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user