Celeritas 0.6.0-dev.115+3b60a5fd
Loading...
Searching...
No Matches
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 >
 
template<class T >
using ParticleItems = Collection< T, W, M, ParticleId >
 

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.
 

Public Attributes

CoulombIds ids
 Particle IDs.
 
units::MevMass electron_mass
 Mass of electron in MeV.
 
WentzelVIMscParameters params
 User-assignable options.
 
ParticleId::size_type num_particles
 Number of particles this model applies to.
 
ParticleItems< MscParticleIdpid_to_xs
 Map from particle ID to index in cross sections.
 
Items< XsGridDataxs
 Scaled xs data.
 
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

Scaled xs data.

[mat][particle]


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