Import Geant4 10.1.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-10 12:08:39 +02:00
parent 286caacf06
commit c9b32a6c0a
5770 changed files with 1050949 additions and 367105 deletions
+7 -1
View File
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
// $Id: G4VParticleChange.cc 68795 2013-04-05 13:24:46Z gcosmo $
// $Id: G4VParticleChange.cc 78546 2014-01-07 09:35:55Z gcosmo $
//
//
// --------------------------------------------------------------
@@ -494,6 +494,12 @@ G4bool G4VParticleChange::CheckSecondary(G4Track& aTrack)
if (!itsOKforEnergy) {
aTrack.SetKineticEnergy(0.0);
}
if (!itsOK) {
this->DumpInfo();
}
return itsOK;
}