Celeritas  0.5.0-56+6b053cd
Public Attributes | Static Public Attributes | List of all members
celeritas::ImportPhysMaterial Struct Reference

Distinct materials as modified by physics. More...

#include <ImportMaterial.hh>

Public Types

Type aliases
using Index = unsigned int
 
using PdgInt = int
 
using MapIntCutoff = std::map< PdgInt, ImportProductionCut >
 

Public Attributes

Index geo_material_id {}
 Index in geo_materials list.
 
Index optical_material_id {unspecified}
 Optional index in optical mat.
 
MapIntCutoff pdg_cutoffs
 Cutoff per PDG.
 

Static Public Attributes

static constexpr Index unspecified = -1
 

Detailed Description

Distinct materials as modified by physics.

User-selected regions can alter physics properties so that the same "geometry material" can correspond to multiple "physics materials". These include the behavior of the material as an optical region.

Geant4 requires an optical material to correspond to a single geo material, but we may relax this restriction in the future.


The documentation for this struct was generated from the following file: