A record in the data file where Fission Product are defined.
More...
#include <FPDistribution.hxx>
|
unsigned | fStartRecord |
| starting record in binary file of FP yields
|
|
short int | fNE |
| Number of available Energy for FP yields for the fissile.
|
|
vector< double > | fE |
| Energy array for FP yields for the fissile.
|
|
vector< unsigned > | fEStartRec |
| starting record in binary file of FP yields
|
|
A record in the data file where Fission Product are defined.
Fission Product Yield are extracted from ENDF format. Each Fission product, its yield and the energy is stored in binary file to be read further. The binary file is described in an ascii file (see FPDistribution class)
- Author
- PTO
- Version
- 0.1
◆ FPRecord()
FPRecord::FPRecord |
( |
unsigned |
Rec, |
|
|
short |
NE |
|
) |
| |
Normal Constructor.
- Parameters
-
Rec | : the starting record in binary file of FP yields |
NE | : the number of available Energy for FP yields for the fissile |
◆ ~FPRecord()
Add an energy dependent FP yield.
- Parameters
-
E | : the Enregy value |
Rec | : the starting record in binary file of FP yields for the energy |
◆ Add()
void FPRecord::Add |
( |
double |
E, |
|
|
unsigned |
Rec |
|
) |
| |
◆ GetE()
double FPRecord::GetE |
( |
int |
i | ) |
|
|
inline |
< Energy array for FP yields for the fissile
◆ GetERecord()
unsigned FPRecord::GetERecord |
( |
int |
i | ) |
|
|
inline |
< starting record in binary file of FP yields for Energy i
◆ GetNE()
< Number of available Energy for FP yields for the fissile
◆ GetStartRecord()
unsigned FPRecord::GetStartRecord |
( |
| ) |
|
|
inline |
< starting record in binary file of FP yields
◆ fE
vector<double> FPRecord::fE |
|
private |
Energy array for FP yields for the fissile.
◆ fEStartRec
vector<unsigned> FPRecord::fEStartRec |
|
private |
starting record in binary file of FP yields
◆ fNE
Number of available Energy for FP yields for the fissile.
◆ fStartRecord
unsigned FPRecord::fStartRecord |
|
private |
starting record in binary file of FP yields
The documentation for this class was generated from the following files: