Celeritas
0.5.0-56+6b053cd
|
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 then yield_per_energy * energy_dep
, 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.