95 virtual void ReadLine(
string line);
98 void ReadZAIlimits(
const string &line);
99 void ReadType(
const string &line);
100 void ReadRParam(
const string &line);
102 virtual void LoadKeyword();
119 #ifndef __ROOTCLING__ string fDBFType
Fuel Type (e.g MOX, UOX, ThU, ThPu ...)
Definition: XSModel.hxx:114
map< string, XSM_MthPtr > fKeyword
Definition: XSModel.hxx:120
Header file for EvolutionData class.
double fDBPower
Power of the data base (read from fMLPInformationFile )
Definition: XSModel.hxx:112
void(XSModel::* XSM_MthPtr)(const string &)
Definition: XSModel.hxx:26
Allows to store & operate on radioactive sample.
Definition: IsotopicVector.hxx:37
bool freaded
Definition: XSModel.hxx:109
int GetZAIThreshold()
Get the Z threshold.
Definition: XSModel.hxx:106
double fDBHMMass
Heavy metal mass of the data base (read from fMLPInformationFile )
Definition: XSModel.hxx:113
Definition: CLASSBackEndDict.cxx:37
map< ZAI, pair< double, double > > fZAILimits
Fresh fuel range : map<ZAI<min edge ,max edge >>
Definition: XSModel.hxx:117
Stores fuel inventory evolution , mean cross sections evolution, flux evolution, power ...
Definition: EvolutionData.hxx:54
string fDBRType
Reactor Type (e.g PWR, FBR-Na, ADS..)
Definition: XSModel.hxx:115
Object to handle output messages.
Definition: CLASSLogger.hxx:144
void SetZAIThreshold(int Z_Threshold)
Set the Z threshold : ZAI with Z < fZAIThreshold are not manage by CLASS.
Definition: XSModel.hxx:105
Define common proporties of all objects.
Definition: CLASSObject.hxx:39
int fZAIThreshold
Z threshold for handling nuclei mean cross section (take only ZAI reaction of Z>= fZAIThresold) ...
Definition: XSModel.hxx:123
string fInformationFile
file containing Reactor Type, Fuel type, HM mass, Power, time vector, and TMVA input variables names ...
Definition: XSModel.hxx:110
Header file for CLASSObject class.
Defines a mean cross section predictor.
Definition: XSModel.hxx:48