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

Kalbach_data Class Reference

Class to read and hold the Kalbach data. More...

Inheritance diagram for Kalbach_data:

Inheritance graph
[legend]
Collaboration diagram for Kalbach_data:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 Kalbach_data ()
 Default constructor.

 ~Kalbach_data ()
 Default destructor.

void read_data (mf6_file &inFile, int num_E_out)
 Reads in the data for one incident energy.

Kalbach_data::iterator find_data (double E_out)
 Finds E_out in the data list.


Public Attributes

double E_in

Detailed Description

This class reads, expands and stores the Kalbach data for one incident neutron energy.

Definition at line 62 of file kalbach.hpp.


Constructor & Destructor Documentation

Kalbach_data::Kalbach_data  )  [inline]
 

Default constructor is empty.

Definition at line 68 of file kalbach.hpp.

Kalbach_data::~Kalbach_data  )  [inline]
 

Default destructor is empty.

Definition at line 71 of file kalbach.hpp.


Member Function Documentation

Kalbach_data::iterator Kalbach_data::find_data double  E_out  ) 
 

Parameters:
E_out the outgoing particle energy in center of mass system (eV)
Returns the data for a particular outgoing particle energy, E_out. Currently, only works for histogram data and will exit otherwise.

Definition at line 68 of file kalbach.cpp.

References pastenum(), and Warning().

void Kalbach_data::read_data mf6_file inFile,
int  num_E_out
 

Parameters:
inFile the intermediate ENDF file containing the data to be read
num_E_out the number of outgoing particle energies for which there are data
Member function that reads in the Kalbach data for a single inncident neutron energy.

Definition at line 48 of file kalbach.cpp.

References Kalbach_triple::compound_frac, Kalbach_triple::E_out, ENDL, ENDLClass::eV2MeV, Kalbach_triple::Prob_E_out, and stod().


Member Data Documentation

Kalbach_data::E_in
 

This is the incident neutron energy for a particular set of Kalbach data.

Referenced by three_d_Kalbach::read_data().


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