|
MARLEY (Model of Argon Reaction Low Energy Yields) v2.0.0
A Monte Carlo event generator for tens-of-MeV neutrino interactions
|
A spin-parity value with its corresponding partial decay width. More...
#include <ExitChannel.hh>
Public Member Functions | |
| SpinParityWidth (int twoJ, marley::Parity p, double w) | |
Public Attributes | |
| double | diff_width |
| Partial differential decay width (MeV) | |
| marley::Parity | Pf |
| Final nuclear parity. | |
| int | twoJf |
| Final nuclear spin. | |
A spin-parity value with its corresponding partial decay width.
This struct is used to sample final-state nuclear spin-parities in classes derived from ContinuumExitChannel
Definition at line 289 of file ExitChannel.hh.
|
inline |
| twoJ | Two times the nuclear spin |
| p | Nuclear parity |
| w | Partial decay width (MeV) for the given spin-parity |
Definition at line 294 of file ExitChannel.hh.
References diff_width, Pf, and twoJf.
Referenced by marley::FragmentContinuumExitChannel::FragmentSpinParityWidth::FragmentSpinParityWidth(), and marley::GammaContinuumExitChannel::GammaSpinParityWidth::GammaSpinParityWidth().
|
inlinevirtual |
Definition at line 297 of file ExitChannel.hh.
| double marley::ContinuumExitChannel::SpinParityWidth::diff_width |
Partial differential decay width (MeV)
Definition at line 301 of file ExitChannel.hh.
Referenced by SpinParityWidth(), and marley::NucleusDecayer::process_event().
| marley::Parity marley::ContinuumExitChannel::SpinParityWidth::Pf |
Final nuclear parity.
Definition at line 300 of file ExitChannel.hh.
Referenced by SpinParityWidth().
| int marley::ContinuumExitChannel::SpinParityWidth::twoJf |