Geant4
10.02.p03
|
#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 |
Private Attributes | |
ParticleList | outgoing |
ParticleList | created |
ParticleList | destroyed |
ParticleList | modified |
ParticleList | entering |
G4double | totalEnergyBeforeInteraction |
FinalStateValidity | validity |
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.
void G4INCL::FinalState::addCreatedParticle | ( | Particle * | p | ) |
void G4INCL::FinalState::addDestroyedParticle | ( | Particle * | p | ) |
void G4INCL::FinalState::addEnteringParticle | ( | Particle * | p | ) |
void G4INCL::FinalState::addModifiedParticle | ( | Particle * | p | ) |
void G4INCL::FinalState::addOutgoingParticle | ( | Particle * | p | ) |
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 |
Definition at line 72 of file G4INCLFinalState.hh.
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 91 of file G4INCLFinalState.hh.
|
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.
|
inline |
Definition at line 71 of file G4INCLFinalState.hh.
|
private |
Definition at line 96 of file G4INCLFinalState.hh.
|
private |
Definition at line 96 of file G4INCLFinalState.hh.
|
private |
Definition at line 96 of file G4INCLFinalState.hh.
|
private |
Definition at line 96 of file G4INCLFinalState.hh.
|
private |
Definition at line 96 of file G4INCLFinalState.hh.
|
private |
Definition at line 97 of file G4INCLFinalState.hh.
|
private |
Definition at line 98 of file G4INCLFinalState.hh.