![]() |
GGEMS
1.1
GPU GEant4-based Monte Carlo Simulations
|
GGEMS structure managing a specific material. More...
#include "GGEMSMaterialsDatabaseManager.hh"

Public Attributes | |
| std::vector< std::string > | chemical_element_name_ |
| std::vector< GGfloat > | mixture_f_ |
| GGfloat | density_ |
| GGsize | nb_elements_ |
GGEMS structure managing a specific material.
Definition at line 63 of file GGEMSMaterialsDatabaseManager.hh.
| std::vector<std::string> GGEMSSingleMaterial::chemical_element_name_ |
Name of the chemical elements
Definition at line 65 of file GGEMSMaterialsDatabaseManager.hh.
| GGfloat GGEMSSingleMaterial::density_ |
Density of material
Definition at line 67 of file GGEMSMaterialsDatabaseManager.hh.
| std::vector<GGfloat> GGEMSSingleMaterial::mixture_f_ |
Fraction of element in material
Definition at line 66 of file GGEMSMaterialsDatabaseManager.hh.
| GGsize GGEMSSingleMaterial::nb_elements_ |
Number of elements in material
Definition at line 68 of file GGEMSMaterialsDatabaseManager.hh.