From 8ca2ea2a142c1119edd1ab1b606375b7c0cb4fe4 Mon Sep 17 00:00:00 2001
From: Baptiste LENIAU <baptiste.leniau@subatech.in2p3.fr>
Date: Thu, 17 Nov 2016 09:26:27 +0100
Subject: [PATCH]  Add the number of reaction to test and a command to find it

---
 Utils/XSM/MLP/Test/EvaluateTrainingCommands.dat | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Utils/XSM/MLP/Test/EvaluateTrainingCommands.dat b/Utils/XSM/MLP/Test/EvaluateTrainingCommands.dat
index a16b7159f..48985a2ec 100644
--- a/Utils/XSM/MLP/Test/EvaluateTrainingCommands.dat
+++ b/Utils/XSM/MLP/Test/EvaluateTrainingCommands.dat
@@ -1,5 +1,6 @@
-in terminal type (with N the number of cross section trained): 
+in terminal type : 
 
 root
+int N = ; // with N the number of cross section trained (get it with wc -l ../Generate/_tmp/include_Train_XS/TrainingInput.cxx )
 .L deviations.C
 for(int i=0;i<N;i++) {stringstream ss;ss<<"../Generate/Training_output_"<<i<<".root";deviations(ss.str().c_str(),0,kTRUE,kFALSE,kFALSE); }
\ No newline at end of file
-- 
GitLab