|
Geant4 11.4.0
Toolkit for the simulation of the passage of particles through matter
|
Classes | |
| class | Distribution |
| class | AngularTwoBody |
| class | Uncorrelated |
| class | Branching3d |
| class | EnergyAngularMC |
| class | AngularEnergyMC |
| class | KalbachMann |
| class | CoherentPhotoAtomicScattering |
| class | IncoherentPhotoAtomicScattering |
| class | IncoherentBoundToFreePhotoAtomicScattering |
| class | IncoherentPhotoAtomicScatteringElectron |
| class | PairProductionGamma |
| class | CoherentElasticTNSL |
| class | IncoherentElasticTNSL |
| class | Unspecified |
Functions | |
| LUPI_HOST Distribution * | parseGIDI (GIDI::Suite const &a_distribution, SetupInfo &a_setupInfo, Transporting::MC const &a_settings) |
| LUPI_HOST_DEVICE Type | DistributionType (Distribution const *a_distribution) |
|
strong |
Definition at line 19 of file MCGIDI_distributions.hpp.
| LUPI_HOST_DEVICE Type MCGIDI::Distributions::DistributionType | ( | Distribution const * | a_distribution | ) |
| a_distribution | [in] The GIDI::Protare whose data is to be used to construct this. |
Definition at line 1519 of file MCGIDI_distributions.cc.
| LUPI_HOST Distribution * MCGIDI::Distributions::parseGIDI | ( | GIDI::Suite const & | a_distribution, |
| SetupInfo & | a_setupInfo, | ||
| Transporting::MC const & | a_settings ) |
This function is used to call the proper distribution constructor for a_distribution.
| a_distribution | [in] The GIDI::Protare whose data is to be used to construct this. |
| a_setupInfo | [in] Used internally when constructing a Protare to pass information to other constructors. |
| a_settings | [in] Used to pass user options to the this to instruct it which data are desired. |
Definition at line 1426 of file MCGIDI_distributions.cc.
Referenced by MCGIDI::Product::Product().