|
Geant4 11.4.0
Toolkit for the simulation of the passage of particles through matter
|
Classes | |
| class | Settings |
Enumerations | |
| enum class | ParseMode : int { all , multiGroupOnly , MonteCarloContinuousEnergy , excludeProductMatrices , readOnly , outline , noParsing } |
| enum class | PhotoMode : int { nuclearAndAtomic , nuclearOnly , atomicOnly } |
| enum class | FissionResiduals : int { none , ENDL99120 , ENDL99125 } |
|
strong |
|
strong |
| Enumerator | |
|---|---|
| all | Read and parse all data. |
| multiGroupOnly | Only read and parse data needed for multi-group transport. |
| MonteCarloContinuousEnergy | Only read and parse data needed for continuous energy Monte Carlo. |
| excludeProductMatrices | Read and parse all data but multi-group product matrices. |
| readOnly | Only read and parse all the data but do no calculations. Useful for reading an incomplete GNDS file. |
| outline | Does parse any component data (e.g., cross section, multiplicity, distribution). |
| noParsing | Only timing development, must be used with caution. The mode allows one to test the io time without any parsing of the HAPI::File. |
Definition at line 515 of file GIDI.hpp.
|
strong |
| Enumerator | |
|---|---|
| nuclearAndAtomic | Instructs method Map::protare to create a Protare with both photo-nuclear and photo-atomic data when the projectile is photon. |
| nuclearOnly | Instructs method Map::protare to create a Protare with only photo-nuclear data when the projectile is photon. |
| atomicOnly | Instructs method Map::protare to create a Protare with only photo-atomic data when the projectile is photon. |
Definition at line 523 of file GIDI.hpp.