Celeritas 0.6.0-rc.2.10+develop.de0a3a05
|
Test importing volume names for consistency. More...
#include <GeantImportVolumeResult.hh>
Public Member Functions | |
void | print_expected () const |
Static Public Member Functions | |
static GeantImportVolumeResult | from_import (GeoParamsInterface const &geom, G4VPhysicalVolume const *world) |
static GeantImportVolumeResult | from_pointers (GeoParamsInterface const &geom, G4VPhysicalVolume const *world) |
Public Attributes | |
std::vector< int > | volumes |
Volume ID for each Geant4 instance ID. | |
std::vector< std::string > | missing_labels |
G4LV names without a match. | |
Static Public Attributes | |
static constexpr int | empty = -1 |
static constexpr int | missing = -2 |
Test importing volume names for consistency.