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

Class containing mock test data for optical physics. More...

#include <OpticalMockTestBase.hh>

Inheritance diagram for celeritas::optical::test::OpticalMockTestBase:
Inheritance graph
[legend]

Public Member Functions

SPConstOpticalMaterial build_optical_material () override
 
SPConstMaterial build_material () override
 
ImportData constimported_data () const
 
ImportOpticalModel constimport_model_by_class (ImportModelClass) const
 
OpticalMaterialId::size_type num_optical_materials () const
 Number of mock optical materials.
 
Unsupported params builders
SPConstGeo build_geometry () override
 
SPConstGeoMaterial build_geomaterial () override
 
SPConstParticle build_particle () override
 
SPConstCutoff build_cutoff () override
 
SPConstPhysics build_physics () override
 
SPConstSim build_sim () override
 
SPConstTrackInit build_init () override
 
SPConstWentzelOKVI build_wentzel () override
 
SPConstAction build_along_step () override
 
SPConstCherenkov build_cherenkov () override
 
SPConstScintillation build_scintillation () 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.
 

Additional Inherited Members

- 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 >
 
- 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 Member Functions inherited from celeritas::test::GlobalTestBase
void disable_status_checker ()
 

Detailed Description

Class containing mock test data for optical physics.

Member Function Documentation

◆ build_along_step()

SPConstAction celeritas::optical::test::OpticalMockTestBase::build_along_step ( )
inlineoverridevirtual

◆ build_cherenkov()

SPConstCherenkov celeritas::optical::test::OpticalMockTestBase::build_cherenkov ( )
inlineoverridevirtual

◆ build_cutoff()

SPConstCutoff celeritas::optical::test::OpticalMockTestBase::build_cutoff ( )
inlineoverridevirtual

◆ build_geomaterial()

SPConstGeoMaterial celeritas::optical::test::OpticalMockTestBase::build_geomaterial ( )
inlineoverridevirtual

◆ build_geometry()

SPConstGeo celeritas::optical::test::OpticalMockTestBase::build_geometry ( )
inlineoverridevirtual

◆ build_init()

SPConstTrackInit celeritas::optical::test::OpticalMockTestBase::build_init ( )
inlineoverridevirtual

◆ build_material()

SPConstMaterial celeritas::optical::test::OpticalMockTestBase::build_material ( )
overridevirtual

◆ build_optical_material()

SPConstOpticalMaterial celeritas::optical::test::OpticalMockTestBase::build_optical_material ( )
overridevirtual

◆ build_particle()

SPConstParticle celeritas::optical::test::OpticalMockTestBase::build_particle ( )
inlineoverridevirtual

◆ build_physics()

SPConstPhysics celeritas::optical::test::OpticalMockTestBase::build_physics ( )
inlineoverridevirtual

◆ build_scintillation()

SPConstScintillation celeritas::optical::test::OpticalMockTestBase::build_scintillation ( )
inlineoverridevirtual

◆ build_sim()

SPConstSim celeritas::optical::test::OpticalMockTestBase::build_sim ( )
inlineoverridevirtual

◆ build_wentzel()

SPConstWentzelOKVI celeritas::optical::test::OpticalMockTestBase::build_wentzel ( )
inlineoverridevirtual

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