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
3d298769
There was a problem fetching the pipeline summary.
Commit
3d298769
authored
7 years ago
by
BaM
Browse files
Options
Downloads
Patches
Plain Diff
working!
parent
b887192b
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
source/Model/XS/XSM_SFR.cxx
+0
-2
0 additions, 2 deletions
source/Model/XS/XSM_SFR.cxx
source/Model/XS/XSM_SFR.hxx
+2
-5
2 additions, 5 deletions
source/Model/XS/XSM_SFR.hxx
with
2 additions
and
7 deletions
source/Model/XS/XSM_SFR.cxx
+
0
−
2
View file @
3d298769
...
@@ -205,14 +205,12 @@ void XSM_SFR::BookTMVAReader() {
...
@@ -205,14 +205,12 @@ void XSM_SFR::BookTMVAReader() {
map
<
ZAI
,
string
>::
iterator
it
;
map
<
ZAI
,
string
>::
iterator
it
;
for
(
it
=
fMapOfTMVAVariableNames
.
begin
();
it
!=
fMapOfTMVAVariableNames
.
end
();
it
++
){
for
(
it
=
fMapOfTMVAVariableNames
.
begin
();
it
!=
fMapOfTMVAVariableNames
.
end
();
it
++
){
// std::cout<< it->second << std::endl;
fReader
[
i
]
->
AddVariable
(
it
->
second
.
c_str
());
fReader
[
i
]
->
AddVariable
(
it
->
second
.
c_str
());
}
}
DBGL
DBGL
// Time as to be the last one !!!
// Time as to be the last one !!!
fReader
[
i
]
->
AddVariable
(
"Time"
);
fReader
[
i
]
->
AddVariable
(
"Time"
);
DBGL
DBGL
// std::cout << dir + fWeightFiles[i] << std::endl;
fReader
[
i
]
->
BookMVA
(
"MLP method"
,
dir
+
fWeightFiles
[
i
]);
fReader
[
i
]
->
BookMVA
(
"MLP method"
,
dir
+
fWeightFiles
[
i
]);
DBGL
DBGL
}
}
...
...
This diff is collapsed.
Click to expand it.
source/Model/XS/XSM_SFR.hxx
+
2
−
5
View file @
3d298769
...
@@ -119,14 +119,11 @@ class XSM_SFR : public XSM_MLP
...
@@ -119,14 +119,11 @@ class XSM_SFR : public XSM_MLP
void
GetMLPWeightFiles
();
//!< Find all .xml file in TMVA_Weight_Directory
void
GetMLPWeightFiles
();
//!< Find all .xml file in TMVA_Weight_Directory
vector
<
float
>
CreateTMVAInput
(
IsotopicVector
isotopicvector
,
int
TimeStep
=
0
);
//!<Create input tmva to be read by ExecuteTMVA
vector
<
float
>
CreateTMVAInput
(
IsotopicVector
isotopicvector
,
int
TimeStep
=
0
);
//!<Create input tmva to be read by ExecuteTMVA
vector
<
string
>
fTMVAVariableNames
;
//!< List of TMVA input variable names (read from fMLPInformationFile ) , name depends on the training step
vector
<
double
>
fMLP_Time
;
//!< Time vector of the data base
vector
<
string
>
fWeightFiles
;
//!< All the weight file contains in fTMVAWeightFolder
string
fTMVAWeightFolder
;
//!< folder containing all the weight file
string
fTMVAWeightFolder
;
//!< folder containing all the weight file
bool
fIsStepTime
;
//!< true if one TMVA weihgt per step time is requiered otherwise it assumes time is part of the MLP inputs
bool
fIsStepTime
;
//!< true if one TMVA weihgt per step time is requiered otherwise it assumes time is part of the MLP inputs
vector
<
string
>
fTMVAVariableNames
;
//!< List of TMVA input variable names (read from fMLPInformationFile ) , name depends on the training step
vector
<
double
>
fTMVAFixedVariableValues
;
//!< List of value for TMVA that have to be used for all
vector
<
double
>
fTMVAFixedVariableValues
;
//!< List of value for TMVA that have to be used for all
#ifndef __CINT__
#ifndef __CINT__
map
<
string
,
XS_SFR_DMthPtr
>
fDKeyword
;
map
<
string
,
XS_SFR_DMthPtr
>
fDKeyword
;
#endif
#endif
...
...
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