35#define INCLXX_IN_GEANT4_MODE 1
46#ifndef G4INCLFINALSTATE_H_
47#define G4INCLFINALSTATE_H_
95 std::string
print()
const;
98 ParticleList outgoing, created, destroyed, modified, entering;
99 G4double totalEnergyBeforeInteraction;
void makeParticleBelowFermi()
void addEnteringParticle(Particle *p)
void addModifiedParticle(Particle *p)
void makeParticleBelowZero()
ParticleList const & getOutgoingParticles() const
ParticleList const & getEnteringParticles() const
std::string print() const
ParticleList const & getModifiedParticles() const
void setBlockedDelta(Particle *const p)
void setTotalEnergyBeforeInteraction(G4double E)
FinalStateValidity getValidity() const
void makeNoEnergyConservation()
Particle * getBlockedDelta()
void addOutgoingParticle(Particle *p)
ParticleList const & getDestroyedParticles() const
void addCreatedParticle(Particle *p)
G4double getTotalEnergyBeforeInteraction() const
ParticleList const & getCreatedParticles() const
void addDestroyedParticle(Particle *p)
std::list< G4INCL::Particle * > ParticleList