MURE
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
Public Member Functions | Private Attributes | List of all members
ExternalFuel Class Reference

A ExternalFuel do what????????. More...

#include <ExternalFuel.hxx>

Public Member Functions

 ExternalFuel (string Compofilename)
 Constructor. More...
 
 ~ExternalFuel ()
 Destructor. More...
 
vector< int > Z ()
 return vector of number of protons More...
 
vector< int > A ()
 return vector of number of nucleons (A=0 means natural isotopes) More...
 
vector< int > I ()
 return vector of Isomeric state (Ground State, ith excited) More...
 
vector< double > MolarProp ()
 return vector of proportion More...
 

Private Attributes

vector< int > fZ
 vector of number of protons More...
 
vector< int > fA
 vector of number of nucleons (A=0 means natural isotopes) More...
 
vector< int > fI
 vector of Isomeric state (Ground State, ith excited) More...
 
vector< double > fMolarProp
 vector of proportion More...
 
string fExternalCompositionInputFilename
 ?????????? More...
 

Detailed Description

A ExternalFuel do what????????.

??????????????

Author
?????
Version
????????

Constructor & Destructor Documentation

ExternalFuel::ExternalFuel ( string  Compofilename)

Constructor.

ExternalFuel::~ExternalFuel ( )
inline

Destructor.

Member Function Documentation

vector<int> ExternalFuel::A ( )
inline

return vector of number of nucleons (A=0 means natural isotopes)

vector<int> ExternalFuel::I ( )
inline

return vector of Isomeric state (Ground State, ith excited)

vector<double> ExternalFuel::MolarProp ( )
inline

return vector of proportion

vector<int> ExternalFuel::Z ( )
inline

return vector of number of protons

Member Data Documentation

vector<int> ExternalFuel::fA
private

vector of number of nucleons (A=0 means natural isotopes)

string ExternalFuel::fExternalCompositionInputFilename
private

??????????

vector<int> ExternalFuel::fI
private

vector of Isomeric state (Ground State, ith excited)

vector<double> ExternalFuel::fMolarProp
private

vector of proportion

vector<int> ExternalFuel::fZ
private

vector of number of protons


The documentation for this class was generated from the following files:

MURE Project, documentation generated by Doxygen 1.8.5 - Mon Nov 17 2014