34#define INCLXX_IN_GEANT4_MODE 1
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); }
72 return (Eblock < 0.0);
G4bool isBlocked(ParticleList const &, Nucleus const *const)
NuclearPotential::INuclearPotential const * thePotential
G4double computeSeparationEnergyBalance() const
Outgoing - incoming separation energies.
G4double getInitialInternalEnergy() const
NuclearPotential::INuclearPotential const * getPotential() const
Getter for thePotential.
ParticleList const & getParticles() const