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

+ Add <algorithm> header so that nptool-wizard compile

+ Minor changes in README
parent d137e717
No related branches found
No related tags found
No related merge requests found
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
#include <iostream> #include <iostream>
#include <sstream> #include <sstream>
#include <set> #include <set>
#include <algorithm>
#include <string> #include <string>
#include <ctime> #include <ctime>
#include <cctype> #include <cctype>
......
...@@ -4,10 +4,10 @@ README file for running NPTool benchmarks ...@@ -4,10 +4,10 @@ README file for running NPTool benchmarks
Contents Contents
-------- --------
1. Why benchmarks? 1. [Why benchmarks?](#why-benchmarks?)
2. Prerequisities 2. [Prerequisities](#prerequisities)
3. CATS: a multi-wire low-pressure tracking system 3. [CATS: a multi-wire low-pressure tracking system](#cats:-a-multi-wire-low-pressure-tracking-system)
4. GASPARD: a silicon array for particle spectroscopy 4. [GASPARD: a silicon array for particle spectroscopy](#gaspard:-a-silicon-array-for-particle-spectroscopy)
...@@ -52,14 +52,14 @@ To display the results run the command: ...@@ -52,14 +52,14 @@ To display the results run the command:
$ root -l ShowResult.C $ root -l ShowResult.C
``` ```
Alternatively, you can run the `benchmark_cats.sh` script which runs the Alternatively to the two previous commands, you can run the `benchmark_cats.sh`
analysis and display the results. script which runs the analysis and display the results.
![essai](../Benchmarks/cats/cats_ref.png) ![essai](../Benchmarks/cats/cats_ref.png)
Experimental data for the present benchmark comes from the interaction of a Experimental data for the present benchmark comes from the interaction of a
<sup>58</sup>Ni ion beam at 75 MeV/u in the CATS detector. A mask with a known <sup>58</sup>Ni ion beam at 75 MeV/u in a CATS detector. A mask with a known
pattern was inserted in front of CATS in order to calibrate the position pattern was inserted in front of it in order to calibrate the position
reconstruction. Results that should be obtained when running the benchmark reconstruction. Results that should be obtained when running the benchmark
are shown in Fig.~\ref{f:cats}. The mask pattern including circular holes of are shown in Fig.~\ref{f:cats}. The mask pattern including circular holes of
different diameters is clearly observed. different diameters is clearly observed.
...@@ -68,3 +68,4 @@ detector, this benchmark validates the calibration manager facility and the ...@@ -68,3 +68,4 @@ detector, this benchmark validates the calibration manager facility and the
_npanalysis_ utility. _npanalysis_ utility.
### GASPARD: a silicon array for particle spectroscopy
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