|
Celeritas 0.7.0-dev.226+develop.a6a728ea
|
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> | |
| NeutronElasticData & | operator= (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< NonuniformGridRecord > | micro_xs |
| Microscopic (element) cross section data (G4PARTICLEXS/neutron/elZ) | |
| IsotopeItems< ChipsDiffXsCoefficients > | coeffs |
| A-dependent coefficients for the momentum transfer of the CHIPS model. | |
| Items< real_type > | reals |
Device data for creating an interactor.