|
Geant4 11.4.0
Toolkit for the simulation of the passage of particles through matter
|
#include <PoPI.hpp>
Public Member Functions | |
| NuclideGammaBranchInfo (double a_probability, double a_photonEmissionProbability, double a_gammaEnergy, std::string const &a_residualState) | |
| NuclideGammaBranchInfo (NuclideGammaBranchInfo const &a_nuclideGammaBranchInfo) | |
| double | probability () const |
| double | photonEmissionProbability () const |
| double | gammaEnergy () const |
| std::string const & | residualState () const |
Class storing information about the gamma (i.e., photon) decay of an excited nuclide state to a lower state.
| PoPI::NuclideGammaBranchInfo::NuclideGammaBranchInfo | ( | double | a_probability, |
| double | a_photonEmissionProbability, | ||
| double | a_gammaEnergy, | ||
| std::string const & | a_residualState ) |
| a_probability | [in] The probability that the level decays to state a_residualState. |
| a_photonEmissionProbability | [in] The conditional probability the the decay emitted a photon. |
| a_gammaEnergy | [in] The energy of the emitted photon. |
| a_residualState | [in] The state the residual is left in after photon decay. |
Definition at line 25 of file PoPI_nuclideGammaBranching.cc.
Referenced by NuclideGammaBranchInfo().
| PoPI::NuclideGammaBranchInfo::NuclideGammaBranchInfo | ( | NuclideGammaBranchInfo const & | a_nuclideGammaBranchInfo | ) |
Copy constructor.
| a_nuclideGammaBranchInfo | [in] The NuclideGammaBranchInfo instance to copy. |
Definition at line 40 of file PoPI_nuclideGammaBranching.cc.
|
inline |
Returns the value of the m_gammaEnergy member.
Definition at line 563 of file PoPI.hpp.
Referenced by PoPI::NuclideGammaBranchStateInfo::calculateDerivedData(), and NuclideGammaBranchInfo().
|
inline |
Returns the value of the m_photonEmissionProbability member.
Definition at line 561 of file PoPI.hpp.
Referenced by PoPI::NuclideGammaBranchStateInfo::calculateDerivedData(), and NuclideGammaBranchInfo().
|
inline |
Returns the value of the m_probability member.
Definition at line 560 of file PoPI.hpp.
Referenced by PoPI::NuclideGammaBranchStateInfo::calculateDerivedData(), and NuclideGammaBranchInfo().
|
inline |
Returns the value of the m_residualState member.
Definition at line 564 of file PoPI.hpp.
Referenced by PoPI::NuclideGammaBranchStateInfo::calculateDerivedData(), MCGIDI::NuclideGammaBranchInfo::NuclideGammaBranchInfo(), and NuclideGammaBranchInfo().