|
Geant4 11.4.0
Toolkit for the simulation of the passage of particles through matter
|
#include <GIDI.hpp>
Public Member Functions | |
| TemperatureInfo () | |
| TemperatureInfo (PhysicalQuantity const &a_temperature, std::string const &a_heatedCrossSection, std::string const &a_griddedCrossSection, std::string const &a_URR_probabilityTables, std::string const &a_heatedMultiGroup, std::string const &a_SnElasticUpScatter) | |
| PhysicalQuantity const & | temperature () const |
| std::string const & | heatedCrossSection () const |
| std::string const & | griddedCrossSection () const |
| std::string const & | URR_probabilityTables () const |
| std::string const & | heatedMultiGroup () const |
| std::string const & | SnElasticUpScatter () const |
| void | print () const |
This class stores the labels for a given temperature for the heatedCrossSection, griddedCrossSection, heatedMultiGroup and SnElasticUpScatter styles. If no style of a given process (e.g., heatedCrossSection) type exists, its label is an empty string.
| GIDI::Styles::TemperatureInfo::TemperatureInfo | ( | ) |
Definition at line 1013 of file GIDI_styles.cc.
| GIDI::Styles::TemperatureInfo::TemperatureInfo | ( | PhysicalQuantity const & | a_temperature, |
| std::string const & | a_heatedCrossSection, | ||
| std::string const & | a_griddedCrossSection, | ||
| std::string const & | a_URR_probabilityTables, | ||
| std::string const & | a_heatedMultiGroup, | ||
| std::string const & | a_SnElasticUpScatter ) |
| a_temperature | [in] The temperature. |
| a_heatedCrossSection | [in] The label for the heatedCrossSection style. |
| a_griddedCrossSection | [in] The label for the griddedCrossSection style. |
| a_heatedMultiGroup | [in] The label for the heatedMultiGroup style. |
| a_URR_probabilityTables | [in] The label for the URR_probabilityTables style. |
| a_SnElasticUpScatter | [in] The label for the SnElasticUpScatter style. |
Definition at line 1033 of file GIDI_styles.cc.
|
inline |
Returns the value of the m_griddedCrossSection.
Definition at line 3432 of file GIDI.hpp.
Referenced by MCGIDI::HeatedCrossSectionContinuousEnergy::HeatedCrossSectionContinuousEnergy().
|
inline |
Returns the value of the m_heatedCrossSection.
Definition at line 3431 of file GIDI.hpp.
Referenced by GIDI::Reaction::calculateMultiGroupData().
|
inline |
Returns the value of the m_heatedMultiGroup.
Definition at line 3434 of file GIDI.hpp.
Referenced by GIDI::ProtareTNSL::combineMatrices(), GIDI::ProtareTNSL::combineVectors(), GIDI::Transporting::MG::form(), GIDI::ProtareSingle::groupBoundaries(), GIDI::ProtareTNSL::maximumTNSL_MultiGroupIndex(), GIDI::ProtareSingle::multiGroupInverseSpeed(), and GIDI::Reaction::recalculateMultiGroupData().
| void GIDI::Styles::TemperatureInfo::print | ( | ) | const |
Prints information about this to std::cout.
Definition at line 1048 of file GIDI_styles.cc.
|
inline |
Returns the value of the m_SnElasticUpScatter.
Definition at line 3435 of file GIDI.hpp.
Referenced by GIDI::Transporting::MG::form().
|
inline |
Returns the value of the m_temperature.
Definition at line 3430 of file GIDI.hpp.
Referenced by GIDI::Reaction::recalculateMultiGroupData().
|
inline |
Returns the value of the m_URR_probabilityTables.
Definition at line 3433 of file GIDI.hpp.
Referenced by MCGIDI::HeatedCrossSectionContinuousEnergy::HeatedCrossSectionContinuousEnergy().