53 G4double S = nucleus->computeSeparationEnergyBalance();
57 ParticleList const &remnantParticles = nucleus->getStore()->getParticles();
62 std::for_each(remnantParticles.begin(), remnantParticles.end(),
63 [
this](
Particle const *
const p){ this->G4INCL::CDPP::processOneParticle(p); }
65 std::for_each(created.begin(), created.end(),
66 [
this](
Particle const *
const p){ this->G4INCL::CDPP::processOneParticle(p); }
69 const G4double Tinitial = nucleus->getInitialInternalEnergy();
72 return (Eblock < 0.0);