Celeritas 0.6.0-2+develop.96611fab
|
Load a Geant4 geometry and clean up as needed. More...
#include <GeantLoadTestBase.hh>
Public Member Functions | |
G4VPhysicalVolume const * | load_gdml (std::string const &filename) |
G4VPhysicalVolume const * | load_test_gdml (std::string_view basename) |
![]() | |
std::string | make_unique_filename (std::string_view ext={}) |
Generate test-unique filename. | |
Static Public Member Functions | |
static void | TearDownTestSuite () |
![]() | |
static std::string | test_data_path (std::string_view subdir, std::string_view filename) |
Get the path to a test file at {source}/test/{subdir}/data/{filename} . | |
static bool | strict_testing () |
True if strict testing is required. | |
Additional Inherited Members | |
![]() | |
static constexpr double | inf = HUGE_VAL |
static constexpr float | inff = HUGE_VALF |
static constexpr double | coarse_eps = 1e-6 |
Load a Geant4 geometry and clean up as needed.