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

file_names.hpp File Reference

contains prototypes of funcitons that create filenames from ENDL/ENDF parameters More...

Include dependency graph for file_names.hpp:

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Go to the source code of this file.

Functions

string endl_file_name (int outgoing_particle, int C, int I, int S)
 Function that generates an ENDL file name string.

string endf_file_name (int F, int T)
 Function that generates names for the intermediate ENDF file names.


Detailed Description

Definition in file file_names.hpp.


Function Documentation

string endf_file_name int  F,
int  T
 

Parameters:
F The ENDF MF number which specifies the particular isotope
T The ENDF MT number which specifies the reaction type
The ENDF data is maintained in a set of "tapes", which are simply ascii files, that can be downloaded from the NNDC site. Each tape typically contains reaction information for several isotopes. In this translation code, one of the first things we do is to parse the ENDF tapes and create a series of smaller files, each containing the complete reaction information for a single isotope. These smaller isotope specific files are named using this function.

Definition at line 65 of file file_names.cpp.

Referenced by MF14_list::continuum(), MF13_list::continuum(), MF12_list::continuum(), LoadData(), LoadFissionData(), LoadGammaData(), fission_delay::manager(), ENDF_file::open(), and b6stream::readENDF().

string endl_file_name int  outgoing_particle,
int  C,
int  I,
int  S
 

Definition at line 39 of file file_names.cpp.

Referenced by ENDLClass::set_I_number().


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