MURE
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
ExternalFuel.hxx
Go to the documentation of this file.
1 #ifndef _EXTERNALFUEL_HXX_
2 #define _EXTERNALFUEL_HXX_
3 
9 #include <sstream>
10 #include <libmctal/TMTally.hxx>
11 #include <libmctal/TMComment.hxx>
12 #include <libmctal/TMctal.hxx>
13 #include "MureHeaders.hxx"
14 
15 using namespace std;
16 //________________________________________________________________________
17 //
18 // ExternalFuel
19 //________________________________________________________________________
20 
22 
29 {
30 public :
31 
32 ExternalFuel(string Compofilename);
34 
35 
36 vector<int> Z() {return fZ;}
37 vector<int> A() {return fA;}
38 vector<int> I() {return fI;}
39 vector<double> MolarProp() {return fMolarProp;}
40 
41 private :
42 vector<int> fZ;
43 vector<int> fA;
44 vector<int> fI;
45 vector<double> fMolarProp;
47 };
48 
49 #endif
50 
vector< int > fZ
vector of number of protons
Definition: ExternalFuel.hxx:42
vector< double > fMolarProp
vector of proportion
Definition: ExternalFuel.hxx:45
vector< int > fA
vector of number of nucleons (A=0 means natural isotopes)
Definition: ExternalFuel.hxx:43
vector< int > fI
vector of Isomeric state (Ground State, ith excited)
Definition: ExternalFuel.hxx:44
File including all headers.
vector< int > I()
return vector of Isomeric state (Ground State, ith excited)
Definition: ExternalFuel.hxx:38
vector< double > MolarProp()
return vector of proportion
Definition: ExternalFuel.hxx:39
string fExternalCompositionInputFilename
??????????
Definition: ExternalFuel.hxx:46
vector< int > A()
return vector of number of nucleons (A=0 means natural isotopes)
Definition: ExternalFuel.hxx:37
A ExternalFuel do what????????.
Definition: ExternalFuel.hxx:28
~ExternalFuel()
Destructor.
Definition: ExternalFuel.hxx:33
vector< int > Z()
return vector of number of protons
Definition: ExternalFuel.hxx:36

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