Import Geant4 7.0.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 11:11:55 +02:00
parent e083ffb441
commit 516dbf1a58
5914 changed files with 202605 additions and 71141 deletions
@@ -254,7 +254,7 @@ G4VParticleChange* G4KaonMinusAbsorptionAtRest::AtRestDoIt
if (fragmentationProducts != 0) delete fragmentationProducts;
// finally ...
aParticleChange.SetStatusChange(fStopAndKill); // Kill the incident Kaon
aParticleChange.ProposeTrackStatus(fStopAndKill); // Kill the incident Kaon
return &aParticleChange;
}