MARLEY (Model of Argon Reaction Low Energy Yields)
v1.2.0
A Monte Carlo event generator for tens-of-MeV neutrino interactions
|
Simple container for storing reference data about each of the nuclear fragments considered by MARLEY's compound nucleus de-excitation models. More...
#include <Fragment.hh>
Public Member Functions | |
Fragment (int pid, int twoS, marley::Parity pi) | |
int | get_A () const |
Get the mass number of this fragment. | |
double | get_mass () const |
Get the mass (in MeV) of this fragment. | |
marley::Parity | get_parity () const |
Get the parity of this fragment. | |
int | get_pid () const |
Get the PDG particle ID for this fragment. | |
int | get_two_s () const |
Get two times the spin of this fragment. | |
int | get_Z () const |
Get the atomic number of this fragment. | |
Simple container for storing reference data about each of the nuclear fragments considered by MARLEY's compound nucleus de-excitation models.
|
inline |
pid | PDG particle ID |
twoS | Two times the fragment's spin |
pi | The fragment's parity |