Celeritas
0.5.0-56+6b053cd
|
Set up and launch the relativistic Bremsstrahlung model for high-energy electrons and positrons with the Landau-Pomeranchuk-Migdal (LPM) effect. More...
#include <RelativisticBremModel.hh>
Public Types | |
using | HostRef = HostCRef< RelativisticBremData > |
Type aliases. | |
using | DeviceRef = DeviceCRef< RelativisticBremData > |
using | SPConstImported = std::shared_ptr< ImportedProcesses const > |
Public Types inherited from celeritas::Model | |
using | UPConstGridBuilder = std::unique_ptr< ValueGridBuilder const > |
Type aliases. | |
using | MicroXsBuilders = std::vector< UPConstGridBuilder > |
using | SetApplicability = std::set< Applicability > |
Public Types inherited from celeritas::ActionTypeTraits< P, S > | |
using | CoreParams = P |
using | CoreStateHost = S< MemSpace::host > |
using | CoreStateDevice = S< MemSpace::device > |
using | SpanCoreStateHost = Span< S< MemSpace::host > *const > |
using | SpanCoreStateDevice = Span< S< MemSpace::device > *const > |
Public Member Functions | |
RelativisticBremModel (ActionId id, ParticleParams const &particles, MaterialParams const &materials, SPConstImported data, bool enable_lpm) | |
Construct from model ID and other necessary data. | |
SetApplicability | applicability () const final |
Particle types and energy ranges that this model applies to. | |
MicroXsBuilders | micro_xs (Applicability) const final |
Get the microscopic cross sections for the given particle and material. | |
HostRef const & | host_ref () const |
Access data on the host. | |
DeviceRef const & | device_ref () const |
Access data on the device. | |
void | step (CoreParams const &, CoreStateHost &) const final |
Interact with host data. | |
void | step (CoreParams const &, CoreStateDevice &) const final |
Interact with device data. | |
Public Member Functions inherited from celeritas::Model | |
StepActionOrder | order () const final |
Dependency ordering of the action. | |
Public Member Functions inherited from celeritas::StepActionInterface< P, S > | |
virtual void | step (P const &, S< MemSpace::host > &) const =0 |
Execute the action with host data. | |
virtual void | step (P const &, S< MemSpace::device > &) const =0 |
Execute the action with device data. | |
Public Member Functions inherited from celeritas::ActionInterface | |
virtual | ~ActionInterface () noexcept=0 |
Default destructor. | |
Public Member Functions inherited from celeritas::StaticConcreteAction | |
StaticConcreteAction (ActionId id, std::string_view label) noexcept(!CELERITAS_DEBUG) | |
Construct a concrete action from a label and ID. | |
StaticConcreteAction (ActionId id, std::string_view label, std::string_view description) noexcept(!CELERITAS_DEBUG) | |
Construct a concrete action from an ID, a unique label, and a description. | |
CELER_DELETE_COPY_MOVE (StaticConcreteAction) | |
ActionId | action_id () const final |
ID of this action for verification. | |
std::string_view | label () const final |
Short label. | |
std::string_view | description () const final |
Descriptive label. | |
Additional Inherited Members | |
Protected Member Functions inherited from celeritas::ActionInterface | |
ActionInterface ()=default | |
CELER_DEFAULT_COPY_MOVE (ActionInterface) | |
Set up and launch the relativistic Bremsstrahlung model for high-energy electrons and positrons with the Landau-Pomeranchuk-Migdal (LPM) effect.