|
Celeritas 0.7.0-dev.172+develop.fe2a0acd4
|

Classes | |
| struct | RunResult |
Protected Attributes | |
| std::shared_ptr< ExampleMctruth > | example_mctruth_ |
| std::shared_ptr< StepCollector > | collector_ |
Additional Inherited Members | |
Static Public Member Functions inherited from celeritas::test::Test | |
| 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. | |
Static Public Attributes inherited from celeritas::test::Test | |
| static constexpr double | inf = HUGE_VAL |
| static constexpr float | inff = HUGE_VALF |
| static constexpr double | fine_eps = 1e-12 |
| static constexpr double | coarse_eps = 1e-6 |
Protected Member Functions inherited from celeritas::test::SimpleLoopTestBase | |
| template<MemSpace M> | |
| void | run_impl (size_type num_tracks, size_type num_steps) |
Protected Member Functions inherited from celeritas::test::GlobalTestBase | |
| virtual SPConstMaterial | build_material ()=0 |
| virtual SPConstCoreGeo | build_geometry () |
| virtual SPConstGeoMaterial | build_geomaterial ()=0 |
| virtual SPConstParticle | build_particle ()=0 |
| virtual SPConstCutoff | build_cutoff ()=0 |
| virtual SPConstPhysics | build_physics ()=0 |
| virtual SPConstSim | build_sim ()=0 |
| virtual SPConstTrackInit | build_init ()=0 |
| virtual SPConstWentzelOKVI | build_wentzel ()=0 |
| virtual SPConstAction | build_along_step ()=0 |
| virtual SPConstCherenkov | build_cherenkov ()=0 |
| virtual SPConstOpticalMaterial | build_optical_material ()=0 |
| virtual SPConstOpticalPhysics | build_optical_physics ()=0 |
| virtual SPConstOpticalSurfacePhysics | build_optical_surface_physics ()=0 |
| virtual SPConstScintillation | build_scintillation ()=0 |
| void | disable_status_checker () |
| SPConstSurface const & | surface () const |
| SPConstVolume const & | volume () const |
| SPConstGeoI | build_geo_from_geant (SPConstGeantGeo const &) const final |
| SPConstGeoI | build_geo_from_gdml (std::string const &filename) const final |
| Build from a GDML path as a fallback. | |
| virtual std::string_view | gdml_basename () const=0 |
| Get an identifying key for the geometry (basename, description, etc) | |