From c7a304da889fe805527515743c1131b3016fb7b0 Mon Sep 17 00:00:00 2001 From: Adrien Matta <matta@lpccaen.in2p3.fr> Date: Mon, 4 May 2020 16:01:49 +0200 Subject: [PATCH] * adding Ex1,3,4 to simulation script --- NPLib/scripts/test/simulation_run.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/NPLib/scripts/test/simulation_run.sh b/NPLib/scripts/test/simulation_run.sh index 0d3a0fdc1..cf65c8b6f 100755 --- a/NPLib/scripts/test/simulation_run.sh +++ b/NPLib/scripts/test/simulation_run.sh @@ -4,7 +4,14 @@ set -ev # go to nps + +cd $NPTOOL/Examples/Example1 +npsimulation -D Example1.detector -E Example1.reaction -O Example1 -B run.mac cd $NPTOOL/Examples/Example2 npsimulation -D Example2.detector -E Example2.reaction -O Example2 -B 28Mg.mac npanalysis --last-sim -O Example2 echo ".q" | root -b -l ShowResults.C +cd $NPTOOL/Examples/Example4 +./sim.sh +cd $NPTOOL/Examples/Example5 +./sim.sh -- GitLab