1 #ifndef _CONTROLMATERIAL_
2 #define _CONTROLMATERIAL_
78 Material* Clone(
double Temperature=-1);
92 vector <Material*> Duplicate(
int N);
vector< int > fControlIndex
Indices of the control nuclei in the composition vector.
Definition: ControlMaterial.hxx:95
~ControlMaterial()
Destructor.
Definition: ControlMaterial.hxx:45
A ControlMaterial.
Definition: ControlMaterial.hxx:30
Definition: Material.hxx:19
vector< Reaction > & GetControlReactions()
returns the index list of the control nuclei in the composition vector
Definition: ControlMaterial.hxx:80
Define a Reaction list for Tally multiplicator inputs.
Definition: Tally.hxx:233
vector< int > & GetControlIndex()
returns the index list of the control nuclei in the composition vector
Definition: ControlMaterial.hxx:79
vector< Reaction > fControlReactions
Reactions which are to be tallied.
Definition: ControlMaterial.hxx:96
ProportionUnitType
Define the proportion units.
Definition: Material.hxx:19
A Material constituing a Cell.
Definition: Material.hxx:53