Skip to content
Snippets Groups Projects
Commit 8ca2ea2a authored by Baptiste LENIAU's avatar Baptiste LENIAU Committed by BaM
Browse files

Add the number of reaction to test and a command to find it

parent 35cb29b9
No related branches found
No related tags found
No related merge requests found
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
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