Skip to content
Snippets Groups Projects
Commit 33461a7b authored by BaM's avatar BaM
Browse files

git-svn-id: svn+ssh://svn.in2p3.fr/class@687 0e7d625b-0364-4367-a6be-d5be4a48d228
parent 8353a917
No related branches found
No related tags found
No related merge requests found
...@@ -379,7 +379,7 @@ EvolutionData XSM_MLP::GetCrossSectionsTime(IsotopicVector IV) ...@@ -379,7 +379,7 @@ EvolutionData XSM_MLP::GetCrossSectionsTime(IsotopicVector IV)
pair< map<ZAI, TGraph*>::iterator, bool> IResult; pair< map<ZAI, TGraph*>::iterator, bool> IResult;
IResult = ExtrapolatedXS[Reaction].insert(pair<ZAI ,TGraph* >(ZAI(Z,A,I), new TGraph() ) ); IResult = ExtrapolatedXS[Reaction].insert( pair<ZAI ,TGraph* >(ZAI(Z,A,I), new TGraph()) );
double XSValue = ExecuteTMVA(fWeightFiles[i],InputTree ); double XSValue = ExecuteTMVA(fWeightFiles[i],InputTree );
if(IResult.second ) if(IResult.second )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment