Geant4
10.03.p01
|
#include <G4INCLFinalState.hh>
Public Member Functions | |
FinalState () | |
virtual | ~FinalState () |
void | reset () |
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 |
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 64 of file G4INCLFinalState.hh.
G4INCL::FinalState::FinalState | ( | ) |
|
virtual |
Definition at line 46 of file G4INCLFinalState.cc.
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 |
Definition at line 88 of file G4INCLFinalState.hh.
|
inline |
Definition at line 87 of file G4INCLFinalState.hh.
std::string G4INCL::FinalState::print | ( | ) | const |
void G4INCL::FinalState::reset | ( | ) |
Definition at line 50 of file G4INCLFinalState.cc.