mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
Pulse height tally for photons (#2452)
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
This commit is contained in:
parent
97414699fd
commit
e3cd406a9b
18 changed files with 538 additions and 12 deletions
|
|
@ -171,6 +171,7 @@ std::unordered_map<int, std::string> REACTION_NAME_MAP {
|
|||
{SCORE_INVERSE_VELOCITY, "inverse-velocity"},
|
||||
{SCORE_FISS_Q_PROMPT, "fission-q-prompt"},
|
||||
{SCORE_FISS_Q_RECOV, "fission-q-recoverable"},
|
||||
{SCORE_PULSE_HEIGHT, "pulse-height"},
|
||||
// Normal ENDF-based reactions
|
||||
{TOTAL_XS, "(n,total)"},
|
||||
{ELASTIC, "(n,elastic)"},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue