1 #ifndef _EXTERNALFUEL_HXX_
2 #define _EXTERNALFUEL_HXX_
10 #include <libmctal/TMTally.hxx>
11 #include <libmctal/TMComment.hxx>
12 #include <libmctal/TMctal.hxx>
36 vector<int>
Z() {
return fZ;}
37 vector<int>
A() {
return fA;}
38 vector<int>
I() {
return fI;}
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
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