Celeritas 0.6.0-129+develop.846910afa
|
#include <GeoMaterialParams.hh>
Public Types | |
using | VecMat = std::vector< PhysMatId > |
Vector for each canonical VolumeId. | |
using | MapLabelMat = std::unordered_map< Label, PhysMatId > |
Map using labels. | |
using | MapImplMat = std::unordered_map< ImplVolumeId, PhysMatId > |
Map using implementation volume IDs. | |
Public Attributes | |
SPConstCoreGeo | geometry |
SPConstMaterial | materials |
std::variant< VecMat, MapLabelMat, MapImplMat > | volume_to_mat |
Input parameters.