|
Celeritas 0.7.0-dev.194+develop.0df4cab59
|
Device data for creating an interactor. More...
#include <NeutronInelasticData.hh>
Public Types | |
| template<class T > | |
| using | Items = Collection< T, W, M > |
| template<class T > | |
| using | ElementItems = Collection< T, W, M, ElementId > |
| template<class T > | |
| using | ChannelItems = Collection< T, W, M, ChannelId > |
Public Member Functions | |
| CELER_FUNCTION | operator bool () const |
| Whether the data are assigned. | |
| template<Ownership W2, MemSpace M2> | |
| NeutronInelasticData & | operator= (NeutronInelasticData< W2, M2 > const &other) |
| Assign from another set of data. | |
Public Attributes | |
| NeutronInelasticScalars | scalars |
| ElementItems< NonuniformGridRecord > | micro_xs |
| ChannelItems< NonuniformGridRecord > | nucleon_xs |
| ChannelItems< StepanovParameters > | xs_params |
| ChannelItems< TwodGridData > | angular_cdf |
| Items< real_type > | reals |
| NuclearZoneData< W, M > | nuclear_zones |
Device data for creating an interactor.