|
Celeritas 0.7.0-dev.370+develop.9def02c
|
Data characterizing the scintillation spectrum for all materials. More...
#include <ScintillationData.hh>
Public Types | |
| template<class T > | |
| using | Items = Collection< T, W, M > |
| template<class T > | |
| using | OptMatItems = Collection< T, W, M, OptMatId > |
| template<class T > | |
| using | ParticleItems = Collection< T, W, M, ParticleId > |
| template<class T > | |
| using | ParScintSpectrumItems = Collection< T, W, M, ParScintSpectrumId > |
Public Member Functions | |
| operator bool () const | |
| Whether all data are assigned and valid. | |
| template<Ownership W2, MemSpace M2> | |
| ScintillationData & | operator= (ScintillationData< W2, M2 > const &other) |
| Assign from another set of data. | |
Public Attributes | |
| OptMatItems< real_type > | resolution_scale |
| Resolution scale for each material [OptMatId]. | |
| OptMatItems< MatScintSpectrum > | materials |
| Material-dependent scintillation spectrum data [OptMatId]. | |
| Items< NonuniformGridRecord > | energy_cdfs |
| Items< real_type > | reals |
| Backend storage for real values. | |
| Items< ScintRecord > | scint_records |
| Backend storage for scintillation components. | |
Data characterizing the scintillation spectrum for all materials.
resolution_scale is indexed by OptMatId .materials stores particle-independent scintillation data.