A FissionProduct Nucleus.
More...
#include <FissionProduct.hxx>
A FissionProduct Nucleus.
It is used in order to keep information about the yield of FP.
- Author
- PTO
- Version
- 0.1
| FissionProduct::FissionProduct |
( |
| ) |
|
| FissionProduct::FissionProduct |
( |
int |
Z, |
|
|
int |
A, |
|
|
int |
I, |
|
|
double |
Yield |
|
) |
| |
Normal constructor.
- Parameters
-
| Z | : number of protons of FP |
| A | : number of nucleons (A=0 means natural isotopes) of FP |
| I | : Isomeric state (0=ground state, 1 =first excited, ...) |
| Yield | : production of this FP for a given fissil isotope |
| int FissionProduct::A |
( |
| ) |
|
|
inline |
number of nucleons (A=0 means natural isotopes)
| int FissionProduct::I |
( |
| ) |
|
|
inline |
Isomeric state (Ground State, ith excited)
| void FissionProduct::Set |
( |
int |
Z, |
|
|
int |
A, |
|
|
int |
I, |
|
|
double |
Yield |
|
) |
| |
Set to a FP its values.
- Parameters
-
| Z | : number of protons of FP |
| A | : number of nucleons (A=0 means natural isotopes) of FP |
| I | : Isomeric state (0=ground state, 1 =first excited, ...) |
| Yield | : production of this FP for a given fissil isotope |
| double FissionProduct::Yield |
( |
| ) |
|
|
inline |
returns the yield for that FP
| int FissionProduct::Z |
( |
| ) |
|
|
inline |
number of nucleons (A=0 means natural isotopes)
Isomeric state (Ground State, ith excited)
| double FissionProduct::fYield |
|
private |
The documentation for this class was generated from the following files: