Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
CLASS
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
BaM
CLASS
Commits
d8bd7be2
Commit
d8bd7be2
authored
10 years ago
by
Baptiste LENIAU
Browse files
Options
Downloads
Patches
Plain Diff
add comments
git-svn-id:
svn+ssh://svn.in2p3.fr/class@514
0e7d625b-0364-4367-a6be-d5be4a48d228
parent
a91b0990
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
source/trunk/Model/XS/XSM_MLP.hxx
+18
-6
18 additions, 6 deletions
source/trunk/Model/XS/XSM_MLP.hxx
with
18 additions
and
6 deletions
source/trunk/Model/XS/XSM_MLP.hxx
+
18
−
6
View file @
d8bd7be2
...
...
@@ -41,19 +41,31 @@ class XSM_MLP : public XSModel
*/
//@{
/// CONSTRUCTOR
//{
/// Normal Constructor
/*!
\param
string
TMVA_Weight_Directory The directory where all the TMVA weight are located
\param
string
InformationFile
,
Name of the information file located in TMVA_Weight_Directory (default: Data_Base_Info.nfo)
\param
bool
IsTimeStep
,
if true , one TMVA weihgt per step time is requiered otherwise it assumes time is part of the MLP inputs
\param TMVA_Weight_Directory
:
The directory where all the TMVA weight are located
\param InformationFile
:
Name of the information file located in TMVA_Weight_Directory (default
: Data_Base_Info.nfo)
\param IsTimeStep
:
if true , one TMVA weihgt per step time is requiered otherwise it assumes time is part of the MLP inputs
*/
XSM_MLP
(
string
TMVA_Weight_Directory
,
string
InformationFile
=
""
,
bool
IsTimeStep
=
false
);
//}
//{
/// CLASSLogger Constructor
/*!
\param log : The CLASSLogger
\param TMVA_Weight_Directory : The directory where all the TMVA weight are located
\param InformationFile : Name of the information file located in TMVA_Weight_Directory (default : Data_Base_Info.nfo)
\param IsTimeStep : if true , one TMVA weihgt per step time is requiered otherwise it assumes time is part of the MLP inputs
*/
XSM_MLP
(
CLASSLogger
*
Log
,
string
TMVA_Weight_Directory
,
string
InformationFile
=
""
,
bool
IsTimeStep
=
false
);
//}
~
XSM_MLP
();
//
{
//
@}
virtual
EvolutionData
GetCrossSections
(
IsotopicVector
IV
,
double
t
=
0
);
//!< Return calculated cross section by the MLP regression
...
...
@@ -84,7 +96,7 @@ class XSM_MLP : public XSModel
double
fDataBasePower
;
//<!Power of the data base (read from fMLPInformationFile )
double
fDataBaseHMMass
;
//<!Heavy metal mass of the data base (read from fMLPInformationFile )
string
fDataBaseFType
;
//<! Reactor Type (e.g PWR,
RNR
, ADS..)
string
fDataBaseFType
;
//<! Reactor Type (e.g PWR,
FBR-Na
, ADS..)
string
fDataBaseRType
;
//<! Fuel Type (e.g MOX, UOX, ThU, ThPu ...)
bool
fIsStepTime
;
//<!true if one TMVA weihgt per step time is requiered otherwise it assumes time is part of the MLP inputs
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment