From e769f2aa29ab78161670ac45bf70d0c6f1a0bb11 Mon Sep 17 00:00:00 2001 From: Baptiste LENIAU <baptiste.leniau@subatech.in2p3.fr> Date: Thu, 10 Jul 2014 09:40:22 +0000 Subject: [PATCH] Change some INFO to DBGV !! git-svn-id: svn+ssh://svn.in2p3.fr/class@341 0e7d625b-0364-4367-a6be-d5be4a48d228 --- source/branches/CLASSV3/Model/XS/XSM_MLP.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/branches/CLASSV3/Model/XS/XSM_MLP.cxx b/source/branches/CLASSV3/Model/XS/XSM_MLP.cxx index 41f1b7d18..99ce5afe8 100644 --- a/source/branches/CLASSV3/Model/XS/XSM_MLP.cxx +++ b/source/branches/CLASSV3/Model/XS/XSM_MLP.cxx @@ -265,10 +265,11 @@ TTree* XSM_MLP::CreateTMVAInputTree(IsotopicVector isotopicvector,int TimeStep) j=0; map<ZAI ,string >::iterator it2; + DBGV("INPUT TMVA"); for( it2 = fMapOfTMVAVariableNames.begin() ; it2!=fMapOfTMVAVariableNames.end() ; it2++) { InputTMVA[j] = IVAccordingToUserInfoFile.GetZAIIsotopicQuantity( (*it2).first ) ; - INFO<< (*it2).first.Z()<<" "<<(*it2).first.A()<<" "<<InputTMVA[j]<<endl; + DBGV((*it2).first.Z()<<" "<<(*it2).first.A()<<" "<<InputTMVA[j]); j++; } -- GitLab