|
Celeritas 0.7.0-dev.169+develop.bdc0041f6
|
Set up and launch the muon pair production model. More...
#include <MuPairProductionModel.hh>

Public Member Functions | |
| MuPairProductionModel (ActionId, ParticleParams const &, SPConstImported, Input const &) | |
| Construct from model ID and shared data. | |
| SetApplicability | applicability () const final |
| Particle types and energy ranges that this model applies to. | |
| XsTable | micro_xs (Applicability) const final |
| Get the microscopic cross sections for the given particle and material. | |
| 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. | |
Type aliases | |
| using | HostRef = HostCRef< MuPairProductionData > |
| using | DeviceRef = DeviceCRef< MuPairProductionData > |
| using | SPConstImported = std::shared_ptr< ImportedProcesses const > |
| using | Input = inp::MuPairProductionModel |
| HostRef const & | host_ref () const |
| DeviceRef const & | device_ref () const |
Additional Inherited Members | |
Public Types inherited from celeritas::Model | |
| using | XsTable = std::vector< inp::UniformGrid > |
| Type aliases. | |
| 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 > |
Protected Member Functions inherited from celeritas::ActionInterface | |
| CELER_DEFAULT_COPY_MOVE (ActionInterface) | |
Set up and launch the muon pair production model.
Access model data
Access model data
Access model data
| using celeritas::MuPairProductionModel::SPConstImported = std::shared_ptr<ImportedProcesses const> |
Access model data
|
finalvirtual |
Particle types and energy ranges that this model applies to.
Implements celeritas::Model.
|
finalvirtual |
Get the microscopic cross sections for the given particle and material.
Implements celeritas::Model.