61 XSM_SFR(
string TMVA_Weight_Directory,map<string,double> FixedParameters,
string InformationFile =
"/Data_Base_Info.nfo");
73 XSM_SFR(
CLASSLogger* Log,
string TMVA_Weight_Directory,map<string,double> FixedParameters,
string InformationFile =
"/Data_Base_Info.nfo");
94 void ReadTimeSteps(
const string &line);
102 void ReadInputParameter(
const string &line);
109 void ReadLine(
string line);
113 void FixTMVAVariable(
string VariableName,
double VariableValue);
115 void SetFixedVariablesValues(map<string,double> FixedParameters);
116 void BookTMVAReader();
120 void GetMLPWeightFiles();
121 vector<float> CreateTMVAInput(
IsotopicVector isotopicvector,
int TimeStep = 0);
123 vector<double> fMLP_Time;
124 vector<string> fWeightFiles;
125 string fTMVAWeightFolder;
127 vector<string> fTMVAVariableNames;
128 vector<bool> fTMVAFixedVariable;
129 vector<double> fTMVAFixedVariableValues;
132 map<string, XS_SFR_DMthPtr> fDKeyword;
long long int cSecond
Definition: XSM_SFR.hxx:22
Defines a XSModel getting mean cross sections from neural network execution.
Definition: XSM_SFR.hxx:44
Allows to store & operate on radioactive sample.
Definition: IsotopicVector.hxx:37
Definition: CLASSBackEndDict.cxx:37
Defines a XSModel getting mean cross sections from neural network execution.
Definition: XSM_MLP.hxx:45
void(XSM_SFR::* XS_SFR_DMthPtr)(const string &)
Definition: XSM_SFR.hxx:28
Object to handle output messages.
Definition: CLASSLogger.hxx:144
Header file for XSM_MLP class.