34 #define INCLXX_IN_GEANT4_MODE 1
45 #ifndef G4INCLFINALSTATE_H_
46 #define G4INCLFINALSTATE_H_
93 std::string
print()
const;
96 ParticleList outgoing, created, destroyed, modified, entering;
97 G4double totalEnergyBeforeInteraction;
void addCreatedParticle(Particle *p)
FinalStateValidity getValidity() const
ParticleList const & getModifiedParticles() const
void addDestroyedParticle(Particle *p)
ParticleList const & getOutgoingParticles() const
ParticleList const & getCreatedParticles() const
void addOutgoingParticle(Particle *p)
void setTotalEnergyBeforeInteraction(G4double E)
G4double getTotalEnergyBeforeInteraction() const
void makeParticleBelowZero()
void makeParticleBelowFermi()
std::string print() const
void makeNoEnergyConservation()
ParticleList const & getEnteringParticles() const
ParticleList const & getDestroyedParticles() const
void addEnteringParticle(Particle *p)
void addModifiedParticle(Particle *p)