From 9ca544da287c74b47c7ea4f423771baac433a916 Mon Sep 17 00:00:00 2001 From: Baptiste LENIAU <baptiste.leniau@subatech.in2p3.fr> Date: Fri, 6 Feb 2015 13:26:42 +0000 Subject: [PATCH] add authors and description git-svn-id: svn+ssh://svn.in2p3.fr/class@561 0e7d625b-0364-4367-a6be-d5be4a48d228 --- Utils/trunk/EQM/PWR_MOX_MLP/Train_MLP.cxx | 1 + Utils/trunk/MURE2CLASS/MURE2CLASS.cxx | 4 ++++ Utils/trunk/XSM/MLP/BuildInput/Gene.cxx | 4 +++- Utils/trunk/XSM/MLP/Train/LaunchTraining.sh | 7 ++++--- Utils/trunk/XSM/MLP/Train/Train_XS.cxx | 1 + 5 files changed, 13 insertions(+), 4 deletions(-) diff --git a/Utils/trunk/EQM/PWR_MOX_MLP/Train_MLP.cxx b/Utils/trunk/EQM/PWR_MOX_MLP/Train_MLP.cxx index e56077606..e701f0dc0 100755 --- a/Utils/trunk/EQM/PWR_MOX_MLP/Train_MLP.cxx +++ b/Utils/trunk/EQM/PWR_MOX_MLP/Train_MLP.cxx @@ -1,6 +1,7 @@ // // This program train and test a MLP using TMVA from a training data in a form of a TTRee // +//@author Root_tmva_team modified by BaL #include <cstdlib> #include <iostream> #include <map> diff --git a/Utils/trunk/MURE2CLASS/MURE2CLASS.cxx b/Utils/trunk/MURE2CLASS/MURE2CLASS.cxx index f3a88d4e6..559037d60 100755 --- a/Utils/trunk/MURE2CLASS/MURE2CLASS.cxx +++ b/Utils/trunk/MURE2CLASS/MURE2CLASS.cxx @@ -1,3 +1,7 @@ +// DESCRIPTION +// This program convert MURE output tp EvolutionData forma +// +//@author BaM #include "BinaryFormat2.hxx" #include "StringLine.hxx" #include "ZAI.hxx" diff --git a/Utils/trunk/XSM/MLP/BuildInput/Gene.cxx b/Utils/trunk/XSM/MLP/BuildInput/Gene.cxx index f33d3a885..1bf019439 100755 --- a/Utils/trunk/XSM/MLP/BuildInput/Gene.cxx +++ b/Utils/trunk/XSM/MLP/BuildInput/Gene.cxx @@ -1,5 +1,5 @@ /**********************************************************/ -// Make the input file for the MLPs training +// Make the input file for the MLPs training // // This programs reads a set of .dat files which are the // results of a depletion calculation (see manual and @@ -8,6 +8,8 @@ // TrainingInput.root . // The file TrainingInput.cxx is the list of MLP outputs // (cross sections) +// +//@author BaM, BaL /**********************************************************/ #include "Gene.hxx" #include <TH1F.h> diff --git a/Utils/trunk/XSM/MLP/Train/LaunchTraining.sh b/Utils/trunk/XSM/MLP/Train/LaunchTraining.sh index 2762e35c4..b41b38288 100755 --- a/Utils/trunk/XSM/MLP/Train/LaunchTraining.sh +++ b/Utils/trunk/XSM/MLP/Train/LaunchTraining.sh @@ -1,5 +1,8 @@ #!/bin/bash +# Script to train MLPs +#@author BaL +# echo "--------------------------" echo "--- Run Training from MLP $1 to $2 ---" @@ -8,9 +11,7 @@ echo "--------------------------" #LigneDeDepart=$((0)) #NbreSimu=$((700)) LigneDeDepart=$1 -NbreSimu=$2 - -LigneFinal=$(( ${LigneDeDepart} + ${NbreSimu} )) +LigneFinal=$2 echo LigneDeDepart $LigneDeDepart LigneFinal $LigneFinal exclu diff --git a/Utils/trunk/XSM/MLP/Train/Train_XS.cxx b/Utils/trunk/XSM/MLP/Train/Train_XS.cxx index fb873034e..2d79051d7 100755 --- a/Utils/trunk/XSM/MLP/Train/Train_XS.cxx +++ b/Utils/trunk/XSM/MLP/Train/Train_XS.cxx @@ -2,6 +2,7 @@ // Train one MLP "INDICE" from the //file ../BuildInput/TrainingInput.root // +//@author Root_tmva_Team modified by BaL /***********************************/ #include <cstdlib> -- GitLab