34 #define INCLXX_IN_GEANT4_MODE 1 45 #ifndef G4INCLNUCLEUS_HH_ 46 #define G4INCLNUCLEUS_HH_ 119 for(
ParticleIter i=outgoing.begin(),
e=outgoing.end(); i!=
e; ++i) {
234 if((*i)->isDelta())
return true;
void initializeParticles()
G4bool containsDeltas()
Returns true if the nucleus contains any deltas.
ThreeVector incomingMomentum
G4double computeTotalEnergy() const
Compute the current total energy.
void setIncomingAngularMomentum(const ThreeVector &j)
Set the incoming angular-momentum vector.
void setIncomingMomentum(const ThreeVector &p)
Set the incoming momentum vector.
const G4double eSquared
Coulomb conversion factor [MeV*fm].
ThreeVector incomingAngularMomentum
G4bool isPion() const
Is this a pion?
G4bool decayOutgoingClusters()
Force the decay of unstable outgoing clusters.
void setInitialEnergy(const G4double e)
Set the initial energy.
G4bool isEventTransparent() const
Is the event transparent?
G4int getInitialZ() const
G4bool isNucleusNucleus
true if running a nucleus-nucleus collision
void computeOneNucleonRecoilKinematics()
Compute the recoil kinematics for a 1-nucleon remnant.
ParticleList const & getOutgoingParticles() const
void applyFinalState(FinalState *)
void setDensity(NuclearDensity const *const d)
Setter for theDensity.
G4double getFermiMomentum(const Particle *const p) const
Return the Fermi momentum for a particle.
G4double getReflectionMomentum() const
Return the reflection momentum.
G4int projectileA
The mass number of the projectile.
const ThreeVector & getIncomingAngularMomentum() const
Get the incoming angular-momentum vector.
G4double getMaxRFromP(const ParticleType t, const G4double p) const
Get the maximum allowed radius for a given momentum.
G4double initialInternalEnergy
Class for constructing a projectile-like remnant.
void setParticleNucleusCollision()
Set a particle-nucleus collision.
G4double computeExcitationEnergy() const
Compute the current excitation energy.
Struct for conservation laws.
G4double getSeparationEnergy(const Particle *const p) const
Return the separation energy for a particle.
G4int projectileZ
The charge number of the projectile.
G4int getA() const
Returns the baryon number.
G4int getZ() const
Returns the charge number.
G4double computeSeparationEnergyBalance() const
Outgoing - incoming separation energies.
Nucleus & operator=(const Nucleus &rhs)
Dummy assignment operator to silence Coverity warning.
G4int getNumberOfEnteringNeutrons() const
G4double getTransmissionRadius(Particle const *const p) const
The radius used for calculating the transmission coefficient.
void updatePotentialEnergy(Particle *p) const
Update the particle potential energy.
G4double getInitialEnergy() const
Get the initial energy.
void useFusionKinematics()
Adjust the kinematics for complete-fusion events.
G4bool isTargetSpectator() const
G4INCL::ParticleType getType() const
G4bool decayOutgoingDeltas()
Force the decay of outgoing deltas.
Simple container for output of event results.
void setDensity(NuclearDensity const *const d)
Setter for theDensity.
G4double getExcitationEnergy() const
Get the excitation energy of the nucleus.
NuclearDensity const * theDensity
Pointer to the NuclearDensity object.
void setPotentialEnergy(G4double v)
Set the particle potential energy.
ParticleList const & getParticles() const
void setUniverseRadius(const G4double universeRadius)
Setter for theUniverseRadius.
G4bool hasRemnant() const
Does the nucleus give a cascade remnant?
G4double getSurfaceRadius(Particle const *const particle) const
Get the maximum allowed radius for a given particle.
void deleteProjectileRemnant()
Delete the projectile remnant.
G4bool isNucleusNucleusCollision() const
Is it a nucleus-nucleus collision?
G4int theNpInitial
The number of entering protons.
G4bool decayMe()
Force the phase-space decay of the Nucleus.
INCL_DECLARE_ALLOCATION_POOL(Nucleus)
ParticleSampler * theParticleSampler
G4int theNnInitial
The number of entering neutrons.
ProjectileRemnant * getProjectileRemnant() const
Get the projectile remnant.
void incrementCascading()
G4bool getTryCompoundNucleus()
G4int getInitialA() const
G4double getInitialInternalEnergy() const
G4double theExcitationEnergy
ThreeVector computeCenterOfMass() const
Compute the current center-of-mass position.
void propagateParticles(G4double step)
G4bool decayInsideDeltas()
Force the decay of deltas inside the nucleus.
void finalizeProjectileRemnant(const G4double emissionTime)
Finalise the projectile remnant.
NuclearPotential::INuclearPotential const * thePotential
Pointer to the NuclearPotential object.
G4double getTransmissionBarrier(Particle const *const p)
Get the transmission barrier.
G4int getIsospin(const ParticleType t)
Get the isospin of a particle.
G4double getUniverseRadius() const
Getter for theUniverseRadius.
void emitInsidePions()
Force emission of all pions inside the nucleus.
NuclearDensity const * getDensity() const
Getter for theDensity.
void setProjectileRemnant(ProjectileRemnant *const c)
Set the projectile remnant.
NuclearPotential::INuclearPotential const * getPotential() const
Getter for thePotential.
G4int getNumberOfEnteringProtons() const
void fillEventInfo(EventInfo *eventInfo)
void insertParticle(Particle *p)
Insert a new particle (e.g. a projectile) in the nucleus.
virtual G4double computePotentialEnergy(const Particle *const p) const =0
Nucleus(G4int mass, G4int charge, Config const *const conf, const G4double universeRadius=-1.)
void computeRecoilKinematics()
Compute the recoil momentum and spin of the nucleus.
ThreeVector initialCenterOfMass
const ThreeVector & getIncomingMomentum() const
Get the incoming momentum vector.
ConservationBalance getConservationBalance(EventInfo const &theEventInfo, const G4bool afterRecoil) const
Compute charge, mass, energy and momentum balance.
void setNucleusNucleusCollision()
Set a nucleus-nucleus collision.
ProjectileRemnant * theProjectileRemnant
Pointer to the quasi-projectile.
ParticleList::const_iterator ParticleIter
void particleHasEntered(Particle *const particle)
Move a particle from incoming to inside.
G4double theUniverseRadius
The radius of the universe.