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

Device data for creating an interactor. More...

#include <NeutronElasticData.hh>

Public Types

using XsUnits = units::Native
 
template<class T >
using Items = Collection< T, W, M >
 
template<class T >
using ElementItems = Collection< T, W, M, ElementId >
 
template<class T >
using IsotopeItems = Collection< T, W, M, IsotopeId >
 

Public Member Functions

CELER_FUNCTION operator bool () const
 Whether the data are assigned.
 
template<Ownership W2, MemSpace M2>
NeutronElasticDataoperator= (NeutronElasticData< W2, M2 > const &other)
 Assign from another set of data.
 

Static Public Member Functions

static CELER_CONSTEXPR_FUNCTION units::MevEnergy min_valid_energy ()
 Model's minimum and maximum energy limit [MeV].
 
static CELER_CONSTEXPR_FUNCTION units::MevEnergy max_valid_energy ()
 

Public Attributes

ParticleId neutron
 ID of a neutron.
 
units::MevMass neutron_mass
 Particle mass * c^2 [MeV].
 
ElementItems< GenericGridRecordmicro_xs
 Microscopic (element) cross section data (G4PARTICLEXS/neutron/elZ)
 
IsotopeItems< ChipsDiffXsCoefficientscoeffs
 A-dependent coefficients for the momentum transfer of the CHIPS model.
 
Items< real_typereals
 

Detailed Description

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

Device data for creating an interactor.


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