Celeritas
0.5.0-56+6b053cd
|
Classes | |
struct | celeritas::ImportModelMaterial |
Imported data for one material in a particular model. More... | |
struct | celeritas::ImportModel |
Imported data for one model of a process. More... | |
struct | celeritas::ImportMscModel |
Store imported data for multiple scattering. More... | |
Enumerations | |
enum class | celeritas::ImportModelClass { other , bragg_ion , bethe_bloch , urban_msc , icru_73_qo , wentzel_vi_uni , h_brems , h_pair_prod , e_coulomb_scattering , bragg , moller_bhabha , e_brems_sb , e_brems_lpm , e_plus_to_gg , livermore_photoelectric , klein_nishina , bethe_heitler , bethe_heitler_lpm , livermore_rayleigh , mu_bethe_bloch , mu_brems , mu_pair_prod , fluo_photoelectric , goudsmit_saunderson , size_ } |
Enumerator for the available physics models. More... | |
Functions | |
char const * | celeritas::to_cstring (ImportModelClass value) |
Enumerator for the available physics models. More... | |
char const * | celeritas::to_geant_name (ImportModelClass value) |
Get the default Geant4 process name for an ImportProcessClass. | |
ImportModelClass | celeritas::geant_name_to_import_model_class (std::string_view s) |
Convert a Geant4 process name to an IPC. More... | |
|
strong |
Enumerator for the available physics models.
This enum was created to safely access the many imported physics tables.
ImportModelClass celeritas::geant_name_to_import_model_class | ( | std::string_view | s | ) |
Convert a Geant4 process name to an IPC.
This will throw a celeritas::RuntimeError
if the string is not known to us.
char const * celeritas::to_cstring | ( | ImportModelClass | value | ) |
Enumerator for the available physics models.
This enum was created to safely access the many imported physics tables.