|
Celeritas 0.7+28f01d9
|
Data for calculating micro (element) cross sections. More...
#include <NeutronCaptureData.hh>
Public Types | |
| template<class T > | |
| using | Items = Collection< T, W, M > |
| template<class T > | |
| using | ElementItems = Collection< T, W, M, ElementId > |
Public Member Functions | |
| operator bool () const | |
| Whether the data are assigned. | |
| template<Ownership W2, MemSpace M2> | |
| NeutronCaptureData & | operator= (NeutronCaptureData< W2, M2 > const &other) |
| Assign from another set of data. | |
Static Public Member Functions | |
| static constexpr units::MevEnergy | max_valid_energy () |
| Model's maximum energy limit [MeV]. | |
Public Attributes | |
| ParticleId | neutron_id |
| ID of a neutron. | |
| ElementItems< NonuniformGridRecord > | micro_xs |
| Microscopic (element) cross section data (G4PARTICLEXS/neutron/capZ) | |
| Items< real_type > | reals |
Data for calculating micro (element) cross sections.