Celeritas
0.5.0-56+6b053cd
|
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> | |
RelativisticBremData & | operator= (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< RelBremElementData > | elem_data |
Element data. | |
Device data for creating an interactor.