|
Geant4 11.4.0
Toolkit for the simulation of the passage of particles through matter
|
#include <GIDI.hpp>
Public Member Functions | |
| Settings (ParseMode a_parseMode, PhotoMode a_photoMode) | |
| Settings (Settings const &a_settings) | |
| ParseMode | parseMode () const |
| PhotoMode | photoMode () const |
| void | setPhotoMode (PhotoMode a_photoMode) |
| bool | lazyParsing () const |
| void | setLazyParsing (bool a_lazyParsing) |
| bool | decayPositronium () const |
| void | setDecayPositronium (bool a_decayPositronium) |
| FissionResiduals | fissionResiduals () const |
| void | setFissionResiduals (FissionResiduals a_fissionResiduals) |
| bool | GRIN_continuumGammas (void) const |
| void | setGRIN_continuumGammas (bool a_GRIN_continuumGammas) |
| int | useSystem_strtod () const |
| void | setUseSystem_strtod (bool a_useSystem_strtod) |
| bool | usePhotoAtomicIncoherentDoppler () const |
| void | setUsePhotoAtomicIncoherentDoppler (bool a_usePhotoAtomicIncoherentDoppler) |
This class is used to pass user parameters to various constructors.
The main use is to limit the type of data read in via the a_parseMode argument (see enum ParseMode).
| a_parseMode | [in] Instructs the parses on which data to parse. |
| a_photoMode | [in] Instructs the parses if photo atomic and/or photoicnuclear protares are to be included. |
Definition at line 31 of file GIDI_construction.cc.
Referenced by Settings().
| GIDI::Construction::Settings::Settings | ( | Settings const & | a_settings | ) |
Copy constructor.
| a_settings | [in] The Settings instance to copy. |
Definition at line 49 of file GIDI_construction.cc.
|
inline |
Returns the value of the m_decayPositronium member.
Definition at line 567 of file GIDI.hpp.
Referenced by GIDI::Reaction::Reaction(), and Settings().
|
inline |
Returns the value of the m_fissionResiduals member.
Definition at line 571 of file GIDI.hpp.
Referenced by Settings().
|
inline |
|
inline |
Returns the value of the m_lazyParsing member.
Definition at line 563 of file GIDI.hpp.
Referenced by GIDI::Suite::parse(), and Settings().
|
inline |
Returns the value of the m_parseMode member.
Definition at line 557 of file GIDI.hpp.
Referenced by GIDI::parseAvailableSuite(), GIDI::parseAverageEnergySuite(), GIDI::parseAverageMomentumSuite(), GIDI::parseCrossSectionSuite(), GIDI::parseDistributionSuite(), GIDI::parseDoubleDifferentialCrossSectionSuite(), GIDI::parseMultiplicitySuite(), GIDI::parseQSuite(), GIDI::parseSumsMultiplicitiesSuite(), GIDI::ProtareSingle::ProtareSingle(), GIDI::Reaction::Reaction(), and Settings().
|
inline |
Returns the value of the m_photoMode member.
Definition at line 559 of file GIDI.hpp.
Referenced by GIDI::Map::Map::protare(), and Settings().
|
inline |
|
inline |
|
inline |
Set the m_GRIN_continuumGammas member to a_GRIN_continuumGammas.
Definition at line 576 of file GIDI.hpp.
Referenced by G4GIDI::readTarget().
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 583 of file GIDI.hpp.
Referenced by Settings().
|
inline |
Returns the value of the m_useSystem_strtod member.
Definition at line 579 of file GIDI.hpp.
Referenced by GIDI::parseFlattened1d(), GIDI::parseValuesOfDoubles(), and Settings().