Main Page | Namespace List | Class Hierarchy | Class List | File List | Class Members | File Members | Related Pages

mf15_file Class Reference

Derived class used for reading intermediate MF=15 ENDF data. More...

Inheritance diagram for mf15_file:

Inheritance graph
[legend]
Collaboration diagram for mf15_file:

Collaboration graph
[legend]
List of all members.

Public Member Functions

void read_line1 (int *ZA, double *AWR, int *NC)
 Reads the first line.

void weight_line (int *LF, int *NR, int *NP)
 Reads the line containing the weights.

void E_in_interp (int *NR, int *NP)
 Get the number of incident neutron energies.

void get_E_in (double *E_in, int *NR, int *NP)
 Get the number of secondary neutron energies.


Detailed Description

The derived ENDF_file class containing all the MF=15 specifics.

Definition at line 249 of file ENDF_file.hpp.


Member Function Documentation

void mf15_file::E_in_interp int *  NR,
int *  NP
 

Return values:
NR number of regions
NP number of points
This function reads in a header line for an MF=15 file.

Definition at line 623 of file ENDF_file.cpp.

References ENDF_file::mfx_line1().

Referenced by MF15_list::read_data().

void mf15_file::get_E_in double *  E_in,
int *  NR,
int *  NP
 

Return values:
E_in Incident energy
NR number of regions
NP number of points
This function reads in a header line for an MF=15 file.

Definition at line 636 of file ENDF_file.cpp.

References ENDF_file::mfx_line1().

Referenced by MF15_list::one_e_dist().

void mf15_file::read_line1 int *  ZA,
double *  AWR,
int *  NC
 

Return values:
ZA ZA of isotope
AWR atomic weight of isotope
NC number of partial distributions
This function reads in the first header line for an MF=15 file.

Definition at line 596 of file ENDF_file.cpp.

References ENDF_file::mfx_line1().

Referenced by MF15_list::read_data().

void mf15_file::weight_line int *  LF,
int *  NR,
int *  NP
 

Return values:
LF energy distribution law
NR number of regions
NP number of points
This function reads in the weight header line for an MF=15 file.

Definition at line 609 of file ENDF_file.cpp.

References ENDF_file::mfx_line1().

Referenced by MF15_list::read_data().


Generated on Thu Sep 7 10:41:26 2006 for fete -- From ENDFB6 To ENDL by doxygen 1.3.4