Celeritas
0.5.0-86+4a8eea4
|
Test harness base class for EM physics models. More...
#include <InteractorHostTestBase.hh>
Public Member Functions | |
ImportProcess | make_import_process (PDGNumber particle, PDGNumber secondary, ImportProcessClass ipc, std::vector< ImportModelClass > models) const |
void | check_conservation (Interaction const &interaction) const |
void | check_energy_conservation (Interaction const &interaction) const |
void | check_momentum_conservation (Interaction const &interaction) const |
void | set_material_params (MaterialParams::Input inp) |
std::shared_ptr< MaterialParams const > const & | material_params () const |
void | set_particle_params (ParticleParams::Input inp) |
std::shared_ptr< ParticleParams const > const & | particle_params () const |
void | set_cutoff_params (CutoffParams::Input inp) |
std::shared_ptr< CutoffParams const > const & | cutoff_params () const |
void | set_imported_processes (std::vector< ImportProcess > inp) |
std::shared_ptr< ImportedProcesses const > const & | imported_processes () const |
void | set_material (std::string const &name) |
MaterialTrackView & | material_track () |
void | set_inc_particle (PDGNumber n, MevEnergy energy) |
void | set_inc_direction (Real3 const &dir) |
Real3 const & | direction () const |
ParticleTrackView const & | particle_track () const |
void | resize_secondaries (int count) |
SecondaryAllocator & | secondary_allocator () |
RandomEngine & | rng () |
Type aliases | |
using | RandomEngine = DiagnosticRngEngine< std::mt19937 > |
using | MevEnergy = units::MevEnergy |
using | Action = Interaction::Action |
using | SecondaryAllocator = StackAllocator< Secondary > |
using | constSpanSecondaries = Span< Secondary const > |
InteractorHostBase () | |
~InteractorHostBase () | |
Test harness base class for EM physics models.
Initialize and destroy
Initialize and destroy
Initialize and destroy
using celeritas::test::InteractorHostBase::RandomEngine = DiagnosticRngEngine<std::mt19937> |
Initialize and destroy
Initialize and destroy
celeritas::test::InteractorHostBase::InteractorHostBase | ( | ) |
Initialize and destroy
celeritas::test::InteractorHostBase::~InteractorHostBase | ( | ) |
Initialize and destroy
|
inline |
Set and get cutoff params
|
inline |
Incident particle properties and access
|
inline |
Set and get imported processes
|
inline |
Set and get material properties
|
inline |
Material properties
|
inline |
Set and get particle params
|
inline |
Incident particle properties and access
void celeritas::test::InteractorHostBase::resize_secondaries | ( | int | count | ) |
Secondary stack storage and access
|
inline |
Get random number generator with clean counter
|
inline |
Secondary stack storage and access
void celeritas::test::InteractorHostBase::set_cutoff_params | ( | CutoffParams::Input | inp | ) |
Set and get cutoff params
void celeritas::test::InteractorHostBase::set_imported_processes | ( | std::vector< ImportProcess > | inp | ) |
Set and get imported processes
void celeritas::test::InteractorHostBase::set_inc_direction | ( | Real3 const & | dir | ) |
Incident particle properties and access
Incident particle properties and access
void celeritas::test::InteractorHostBase::set_material | ( | std::string const & | name | ) |
Material properties
void celeritas::test::InteractorHostBase::set_material_params | ( | MaterialParams::Input | inp | ) |
Set and get material properties
void celeritas::test::InteractorHostBase::set_particle_params | ( | ParticleParams::Input | inp | ) |
Set and get particle params