Geant4_10
|
#include <G4INCLFinalState.hh>
Public Member Functions | |
FinalState () | |
virtual | ~FinalState () |
void | setTotalEnergyBeforeInteraction (G4double E) |
G4double | getTotalEnergyBeforeInteraction () const |
void | addModifiedParticle (Particle *p) |
void | addOutgoingParticle (Particle *p) |
void | addDestroyedParticle (Particle *p) |
void | addCreatedParticle (Particle *p) |
void | addEnteringParticle (Particle *p) |
ParticleList const & | getModifiedParticles () const |
ParticleList const & | getOutgoingParticles () const |
ParticleList const & | getDestroyedParticles () const |
ParticleList const & | getCreatedParticles () const |
ParticleList const & | getEnteringParticles () const |
void | setBlockedDelta (Particle *const p) |
Particle * | getBlockedDelta () |
FinalStateValidity | getValidity () const |
void | makeValid () |
void | makePauliBlocked () |
void | makeNoEnergyConservation () |
void | makeParticleBelowFermi () |
void | makeParticleBelowZero () |
std::string | print () const |
Final state of an interaction
Definition at line 63 of file G4INCLFinalState.hh.
G4INCL::FinalState::FinalState | ( | ) |
Definition at line 41 of file G4INCLFinalState.cc.
|
virtual |
Definition at line 47 of file G4INCLFinalState.cc.
|
inline |
ParticleList const & G4INCL::FinalState::getCreatedParticles | ( | ) | const |
ParticleList const & G4INCL::FinalState::getDestroyedParticles | ( | ) | const |
ParticleList const & G4INCL::FinalState::getEnteringParticles | ( | ) | const |
ParticleList const & G4INCL::FinalState::getModifiedParticles | ( | ) | const |
ParticleList const & G4INCL::FinalState::getOutgoingParticles | ( | ) | const |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 87 of file G4INCLFinalState.hh.
std::string G4INCL::FinalState::print | ( | ) | const |