|
Celeritas 0.7.0-dev.172+develop.fe2a0acd4
|
Material-dependent scintillation spectrum. More...
#include <ScintillationData.hh>
Public Member Functions | |
| CELER_FUNCTION | operator bool () const |
| Whether all data are assigned and valid. | |
Public Attributes | |
| real_type | yield_per_energy {} |
| [1/MeV] | |
| ItemRange< real_type > | yield_pdf |
| ItemRange< ScintRecord > | components |
Material-dependent scintillation spectrum.
yield_per_energy is the characteristic light yield of the material in [1/MeV] units. The total light yield per step is the characteristic light yield multiplied by the energy deposition, which results in a (unitless) number of photons.yield_pdf is the probability of choosing from a given component.components stores the different scintillation components (fast/slow/etc) for this material.