Celeritas 0.6.0-dev.115+3b60a5fd
Loading...
Searching...
No Matches
Protected Member Functions | List of all members
celeritas::test::LeadBoxTestBase Class Reference

Test harness for large lead box. More...

#include <LeadBoxTestBase.hh>

Inheritance diagram for celeritas::test::LeadBoxTestBase:
Inheritance graph
[legend]

Protected Member Functions

std::string_view geometry_basename () const override
 
- Protected Member Functions inherited from celeritas::test::GeantTestBase
virtual GeantPhysicsOptions build_geant_options () const
 
SPConstTrackInit build_init () override
 
SPConstAction build_along_step () override
 
SPConstGeoI build_fresh_geometry (std::string_view) override
 Construct a geometry for the first time.
 
ImportData constimported_data () const final
 Access lazily loaded problem-dependent data.
 
virtual GeantImportDataSelection build_import_data_selection () const
 
- Protected Member Functions inherited from celeritas::test::ImportedDataTestBase
virtual ProcessBuilderOptions build_process_options () const
 
virtual PhysicsOptions build_physics_options () const
 
SPConstMaterial build_material () override
 
SPConstGeoMaterial build_geomaterial () override
 
SPConstParticle build_particle () override
 
SPConstCutoff build_cutoff () override
 
SPConstPhysics build_physics () override
 
SPConstSim build_sim () override
 
SPConstWentzelOKVI build_wentzel () override
 
SPConstCherenkov build_cherenkov () override
 
SPConstOpticalMaterial build_optical_material () override
 
SPConstScintillation build_scintillation () override
 
- Protected Member Functions inherited from celeritas::test::GlobalGeoTestBase
SPConstGeoI build_fresh_geometry (std::string_view) override
 Construct a geometry for the first time.
 
- Protected Member Functions inherited from celeritas::test::GlobalTestBase
void disable_status_checker ()
 
- Protected Member Functions inherited from celeritas::test::LazyGeoManager
SPConstGeoI get_geometry (std::string_view key)
 

Additional Inherited Members

- Public Types inherited from celeritas::test::ImportedDataTestBase
using PhysicsOptions = PhysicsParamsOptions
 
- Public Types inherited from celeritas::test::GlobalTestBase
template<class T >
using SP = std::shared_ptr< T >
 
using SPConstGeo = SP< GeoParams const >
 
using SPConstMaterial = SP< MaterialParams const >
 
using SPConstGeoMaterial = SP< GeoMaterialParams const >
 
using SPConstParticle = SP< ParticleParams const >
 
using SPConstCutoff = SP< CutoffParams const >
 
using SPConstPhysics = SP< PhysicsParams const >
 
using SPConstAction = SP< CoreStepActionInterface const >
 
using SPConstRng = SP< RngParams const >
 
using SPConstSim = SP< SimParams const >
 
using SPConstTrackInit = SP< TrackInitParams const >
 
using SPConstWentzelOKVI = SP< WentzelOKVIParams const >
 
using SPConstCore = SP< CoreParams const >
 
using SPActionRegistry = SP< ActionRegistry >
 
using SPOutputRegistry = SP< OutputRegistry >
 
using SPUserRegistry = SP< AuxParamsRegistry >
 
using SPConstCherenkov = SP< optical::CherenkovParams const >
 
using SPConstOpticalMaterial = SP< optical::MaterialParams const >
 
using SPConstScintillation = SP< optical::ScintillationParams const >
 
using SPConstPrimariesAction = SP< ExtendFromPrimariesAction const >
 
using SpanConstPrimary = Span< Primary const >
 
- Public Member Functions inherited from celeritas::test::GeantTestBase
G4VPhysicalVolume constget_world_volume ()
 
G4VPhysicalVolume constget_world_volume () const
 
- Public Member Functions inherited from celeritas::test::GlobalGeoTestBase
SPConstGeo build_geometry () override
 
- Public Member Functions inherited from celeritas::test::GlobalTestBase
SPConstPrimariesAction constprimaries_action ()
 
void insert_primaries (CoreStateInterface &state, SpanConstPrimary primaries)
 
SPOutputRegistry constoutput_reg () const
 Access output manager.
 
void write_output ()
 Write output to a debug text file.
 
SPConstGeo constgeometry ()
 
SPConstMaterial constmaterial ()
 
SPConstGeoMaterial constgeomaterial ()
 
SPConstParticle constparticle ()
 
SPConstCutoff constcutoff ()
 
SPConstPhysics constphysics ()
 
SPConstAction constalong_step ()
 
SPConstRng constrng ()
 
SPConstSim constsim ()
 
SPConstTrackInit constinit ()
 
SPConstWentzelOKVI constwentzel ()
 
SPActionRegistry constaction_reg ()
 
SPUserRegistry constaux_reg ()
 
SPConstCore constcore ()
 
SPConstCherenkov constcherenkov ()
 
SPConstOpticalMaterial constoptical_material ()
 
SPConstScintillation constscintillation ()
 
SPConstGeo constgeometry () const
 
SPConstMaterial constmaterial () const
 
SPConstGeoMaterial constgeomaterial () const
 
SPConstParticle constparticle () const
 
SPConstCutoff constcutoff () const
 
SPConstPhysics constphysics () const
 
SPConstAction constalong_step () const
 
SPConstRng constrng () const
 
SPConstSim constsim () const
 
SPConstTrackInit constinit () const
 
SPConstWentzelOKVI constwentzel () const
 
SPActionRegistry constaction_reg () const
 
SPUserRegistry constaux_reg () const
 
SPConstCore constcore () const
 
SPConstCherenkov constcherenkov () const
 
SPConstOpticalMaterial constoptical_material () const
 
SPConstScintillation constscintillation () const
 
- Public Member Functions inherited from celeritas::test::Test
std::string make_unique_filename (std::string_view ext={})
 Generate test-unique filename.
 
- Static Public Member Functions inherited from celeritas::test::GeantTestBase
static bool is_ci_build ()
 
static bool is_wildstyle_build ()
 
static bool is_summit_build ()
 
- 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 std::string genericize_pointers (std::string_view s)
 Replace pointer addresses with 0x0 for improved testability.
 
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 coarse_eps = 1e-6
 
- Protected Types inherited from celeritas::test::LazyGeoManager
using SPConstGeoI = std::shared_ptr< GeoParamsInterface const >
 
- Static Protected Member Functions inherited from celeritas::test::LazyGeoManager
static void reset_geometry ()
 Destroy the geometry if needed.
 

Detailed Description

Test harness for large lead box.

Member Function Documentation

◆ geometry_basename()

std::string_view celeritas::test::LeadBoxTestBase::geometry_basename ( ) const
inlineoverrideprotectedvirtual

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