58 double GetHeat(
ZAI zai )
const;
59 double GetHeat(
const int Z,
const int A,
const int I )
const {
return GetHeat(
ZAI(Z, A, I) ); }
64 map<ZAI, double> fZAIHeat;
Allows to store & operate on radioactive sample.
Definition: IsotopicVector.hxx:37
Definition: CLASSBackEndDict.cxx:37
Header file for ZAI classes.
Defines a nucleus.
Definition: ZAI.hxx:33
double GetHeat(const int Z, const int A, const int I) const
Get with Z, A.
Definition: ZAIHeat.hxx:59
Defines the decay heat of a ZAI.
Definition: ZAIHeat.hxx:39