Celeritas 0.6.0-rc.2.17+develop.70a89938
|
#include "corecel/Assert.hh"
#include "celeritas/random/Selector.hh"
#include "ParticleTrackView.hh"
#include "PhysicsTrackView.hh"
Namespaces | |
namespace | celeritas::optical |
Physics classes used inside the optical physics loop. | |
Functions | |
CELER_FUNCTION StepLimit | celeritas::optical::calc_physics_step_limit (ParticleTrackView const &particle, PhysicsTrackView &physics) |
Calculate the discrete physics step limit for the given track. | |
template<class Engine > | |
CELER_FUNCTION ActionId | celeritas::optical::select_discrete_interaction (ParticleTrackView const &particle, PhysicsTrackView const &physics, Engine &rng) |
Randomly sample a discrete interaction by their cross sections. | |