Allow photons to score to scatter/absorption (and individual reactions)

This commit is contained in:
Paul Romano 2020-07-09 07:26:18 -05:00
parent e0f74702c7
commit 17e39c0223
4 changed files with 100 additions and 26 deletions

View file

@ -159,11 +159,11 @@ const std::unordered_map<int, std::string> REACTION_NAME_MAP {
{N_XA, "(n,Xa)"},
{HEATING, "heating"},
{DAMAGE_ENERGY, "damage-energy"},
{COHERENT, "coherent scatter"},
{INCOHERENT, "incoherent scatter"},
{PAIR_PROD_ELEC, "pair production, electron"},
{PAIR_PROD, "pair production"},
{PAIR_PROD_NUC, "pair production, nuclear"},
{COHERENT, "coherent-scatter"},
{INCOHERENT, "incoherent-scatter"},
{PAIR_PROD_ELEC, "pair-production-electron"},
{PAIR_PROD, "pair-production"},
{PAIR_PROD_NUC, "pair-production-nuclear"},
{PHOTOELECTRIC, "photoelectric"},
{N_PC, "(n,pc)"},
{N_DC, "(n,dc)"},