Celeritas  0.5.0-56+6b053cd
Classes | Enumerations | Functions
ImportMaterial.hh File Reference
#include <map>
#include <string>
#include <vector>
This graph shows which files directly or indirectly include this file:

Classes

struct  celeritas::ImportProductionCut
 Particle production cutoff values: range and approximate energy. More...
 
struct  celeritas::ImportMatElemComponent
 Fractional elemental composition of a given material. More...
 
struct  celeritas::ImportGeoMaterial
 Material data as specified by a geometry model. More...
 
struct  celeritas::ImportPhysMaterial
 Distinct materials as modified by physics. More...
 

Enumerations

enum class  celeritas::ImportMaterialState {
  other , solid , liquid , gas ,
  size_
}
 Enum for storing G4State enumerators.
 

Functions

char const * celeritas::to_cstring (ImportMaterialState value)
 Get a printable label for material state.