|
| EQM_PWR_FixedContent (string TMVAWeightPath, int NumOfBatch, string InformationFile="", double CriticalityThreshold=1.01) |
|
| EQM_PWR_FixedContent (CLASSLogger *log, string TMVAWeightPath, int NumOfBatch, string InformationFile="", double CriticalityThreshold=1.01) |
|
virtual map< string, vector< double > > | BuildFuel (double BurnUp, double HMMass, map< string, vector< IsotopicVector > > StreamArray) |
|
void | SetSpecificPower (double SpecificPower) |
|
void | SetBurnUpPrecision (double precision) |
|
void | SetPCMPrecision (double prop) |
|
map< string, double > | GetFixedMassContent () |
|
double | GetBurnUpPrecision () |
|
double | GetPCMPrecision () |
|
TTree * | CreateTMVAInputTree (IsotopicVector TheFuel, double ThisTime) |
|
double | ExecuteTMVA (TTree *theTree, string WeightPath) |
|
double | GetMaximumBurnUp (IsotopicVector TheFuel, double TargetBU) |
|
void | GetModelInformation () |
| Read the fMLPInformationFile and fill containers and variables. More...
|
|
void | LoadKeyword () |
|
void | ReadZAIName (const string &line) |
|
void | ReadMaxBurnUp (const string &line) |
|
void | ReadMaxFisContent (const string &line) |
|
void | ReadFixedMassContent (const string &line) |
|
void | ReadLine (string line) |
|
map< string, double > | GetMolarFraction (map< string, IsotopicVector > IVStream, double BurnUp) |
|
double | BurnupToSecond (double BurnUp) |
|
double | SecondToBurnup (double Second) |
|
map< string, IsotopicVector > | GetAllStreamList () |
|
virtual map< string, vector< double > > | BuildFuel (double BurnUp, double HMMass, map< string, vector< IsotopicVector > > StreamArray, map< string, double > StreamListMassFractionMin, map< string, double > StreamListMassFractionMax, map< int, string > StreamListPriority, map< string, bool > StreamListIsBuffer) |
|
double | SecondToBurnup (double Second) |
|
double | BurnupToSecond (double BurnUp) |
|
bool | isIVInDomain (IsotopicVector IV) |
|
void | StocksTotalMassCalculation (map< string, vector< IsotopicVector > > const &Stocks) |
|
void | ConvertMassToLambdaVector (string MaterialDenomination, vector< double > &lambda, double MaterialMassNeeded, vector< IsotopicVector > Stocks) |
|
| EquivalenceModel () |
| Default constructor with path. More...
|
|
| EquivalenceModel (CLASSLogger *log) |
| Logger constructor with path. More...
|
|
virtual | ~EquivalenceModel () |
| Destructor. More...
|
|
| CLASSObject () |
| Normal Constructor. More...
|
|
| CLASSObject (CLASSLogger *log) |
| Log Constructor. More...
|
|
virtual CLASSObject * | Clone () |
| Correct way to copy a CLASSObject in case of derivation. More...
|
|
void | SetLog (CLASSLogger *log) |
| Set the CLASSLogger. More...
|
|
CLASSLogger * | GetLog () |
| Return the Pointer to the Log. More...
|
|