1 #ifndef _DecayDataBank_ 2 #define _DecayDataBank_ 108 bool IsDefine(
const ZAI& zai)
const;
127 { fDecayDataBank = mymap; }
Header file for EvolutionData class.
Allows to store & operate on radioactive sample.
Definition: IsotopicVector.hxx:37
string fDataBaseIndex
Name of the index.
Definition: DecayDataBank.hxx:172
bool fFastCalculation
Definition: DecayDataBank.hxx:169
Definition: CLASSBackEndDict.cxx:37
Defines a nucleus.
Definition: ZAI.hxx:33
void SetDecayDataBank(map< ZAI, EvolutionData > mymap)
Set the DecayDataBank map.
Definition: DecayDataBank.hxx:126
map< ZAI, EvolutionData > fDecayDataBank
DataBank map.
Definition: DecayDataBank.hxx:171
Stores fuel inventory evolution , mean cross sections evolution, flux evolution, power ...
Definition: EvolutionData.hxx:54
void SetFastCalculation(bool val)
Definition: DecayDataBank.hxx:131
long long int cSecond
Definition: CLASSConstante.hxx:10
Header file for IsotopicVector class.
Describes outcore radioactive decays.
Definition: DecayDataBank.hxx:45
Object to handle output messages.
Definition: CLASSLogger.hxx:144
double ReactionRateWeightedDistance(IsotopicVector IV1, EvolutionData DB)
void SetDataBaseIndex(string database)
Set the name of the database index.
Definition: DecayDataBank.hxx:129
Define common proporties of all objects.
Definition: CLASSObject.hxx:39
long long int cSecond
Definition: DecayDataBank.hxx:19
string GetDataBaseIndex() const
Return the index name.
Definition: DecayDataBank.hxx:110
Header file for CLASSObject class.
map< ZAI,EvolutionData > GetDecayDataBank() const
Return the DecayDataBank.
Definition: DecayDataBank.hxx:107