Skip to content
Snippets Groups Projects
Commit ec0ed4da authored by de Séréville Nicolas's avatar de Séréville Nicolas
Browse files

+ Rename ShowResult.cxx to ShowResults.C and propagate changes in

  several files
parent c1ef1ef6
No related branches found
No related tags found
No related merge requests found
......@@ -6,4 +6,4 @@ set -ev
# cats benchmark
cd $NPTOOL/Benchmarks/cats
time npanalysis -D benchmark_cats.detector -C calibration.txt -R RunToTreat.txt -O benchmark_cats
root -l ShowResult.C
root -l ShowResults.C
......@@ -6,4 +6,4 @@ set -ev
# cats benchmark
cd $NPTOOL/Benchmarks/gaspard
time npsimulation -D benchmark_gaspard.detector -E 132Sndp_benchmark.reaction -O benchmark_gaspard -B batch.mac
root -l ControlSimu.C
root -l ShowResults.C
File moved
File moved
File moved
File moved
......@@ -30,7 +30,7 @@ then
# Run npanalysis
npanalysis -R RunToTreat.txt -O Example1
# Run the ShowResult ROOT macro
echo ".q" | root -b -l ShowResult.cxx
echo ".q" | root -b -l ShowResult.C
else
# Case where reference simulation file does not exist
echo "Warning!!! file $NPTOOL/NPData/Example1_Simu.root does not exist"
......@@ -61,7 +61,7 @@ then
# Run npanalysis
npanalysis -R RunToTreat.txt -O Example2
# Run the ShowResult ROOT macro
echo ".q" | root -b -l ShowResult.cxx
echo ".q" | root -b -l ShowResult.C
else
# Case where reference simulation file does not exist
echo "Warning!!! file $NPTOOL/NPData/Example1_Simu.root does not exist"
......
......@@ -7,4 +7,4 @@ set -ev
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 ShowResult.cxx
echo ".q" | root -b -l ShowResult.C
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