Celeritas  0.5.0-56+6b053cd
Public Types | Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
celeritas::RelativisticBremData< W, M > Struct Template Reference

Device data for creating an interactor. More...

#include <RelativisticBremData.hh>

Public Types

template<class T >
using ElementItems = celeritas::Collection< T, W, M, ElementId >
 

Public Member Functions

CELER_FUNCTION operator bool () const
 Whether all data are assigned and valid.
 
template<Ownership W2, MemSpace M2>
RelativisticBremDataoperator= (RelativisticBremData< W2, M2 > const &other)
 Assign from another set of data.
 

Static Public Member Functions

static CELER_CONSTEXPR_FUNCTION bool dielectric_suppression ()
 Include a dielectric suppression effect in LPM functions.
 

Public Attributes

ElectronBremIds ids
 IDs.
 
units::MevMass electron_mass
 Electron mass [MeVMass].
 
bool enable_lpm {}
 LPM flag.
 
ElementItems< RelBremElementDataelem_data
 Element data.
 

Detailed Description

template<Ownership W, MemSpace M>
struct celeritas::RelativisticBremData< W, M >

Device data for creating an interactor.


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