|
Geant4 11.4.0
Toolkit for the simulation of the passage of particles through matter
|
#include <PoPI.hpp>
Public Member Functions | |
| DecayData (HAPI::Node const &a_node) | |
| ~DecayData () | |
| Suite< DecayMode, DecayData > const & | decayModes (void) const |
| void | calculateNuclideGammaBranchStateInfo (PoPI::Database const &a_pops, NuclideGammaBranchStateInfo &a_nuclideGammaBranchStateInfo) const |
| void | toXMLList (std::vector< std::string > &a_XMLList, std::string const &a_indent1) const |
| PoPI::DecayData::DecayData | ( | HAPI::Node const & | a_node | ) |
Definition at line 31 of file PoPI_decayData.cc.
| PoPI::DecayData::~DecayData | ( | ) |
Definition at line 39 of file PoPI_decayData.cc.
| void PoPI::DecayData::calculateNuclideGammaBranchStateInfo | ( | PoPI::Database const & | a_pops, |
| NuclideGammaBranchStateInfo & | a_nuclideGammaBranchStateInfo ) const |
Definition at line 45 of file PoPI_decayData.cc.
Referenced by PoPI::Nuclide::calculateNuclideGammaBranchStateInfos().
| void PoPI::DecayData::toXMLList | ( | std::vector< std::string > & | a_XMLList, |
| std::string const & | a_indent1 ) const |
Adds the contents of this to a_XMLList where each item in a_XMLList is one line (without linefeeds) to output as an XML representation of this.
| a_XMLList | [in] The list to add an XML output representation of this to. |
| a_indent1 | [in] The amount of indentation to added to each line added to a_XMLList. |
Definition at line 61 of file PoPI_decayData.cc.