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

Device data for Wentzel VI MSC. More...

#include <WentzelVIMscData.hh>

Public Types

template<class T >
using Items = Collection< T, W, M >
 

Public Member Functions

CELER_FUNCTION operator bool () const
 Check whether the data is assigned.
 
template<Ownership W2, MemSpace M2>
WentzelVIMscDataoperator= (WentzelVIMscData< W2, M2 > const &other)
 Assign from another set of data.
 
CELER_FUNCTION ItemId< XsGridDataat (MaterialId mat, ParticleId par) const
 Get the data location for a material + particle.
 

Public Attributes

CoulombIds ids
 Particle IDs.
 
units::MevMass electron_mass
 Mass of of electron in MeV.
 
WentzelVIMscParameters params
 User-assignable options.
 
Items< XsGridDataxs
 Scaled xs data. More...
 
Items< real_typereals
 

Detailed Description

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

Device data for Wentzel VI MSC.

Member Data Documentation

◆ xs

template<Ownership W, MemSpace M>
Items<XsGridData> celeritas::WentzelVIMscData< W, M >::xs

Scaled xs data.

[mat][particle]


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