Skip to content

Commit

Permalink
Add WITH_LEAKAGEANALYSIS doc
Browse files Browse the repository at this point in the history
Add documentation for the CMake option WITH_LEAKAGEANALYSIS.
  • Loading branch information
lopezzot authored Aug 28, 2023
1 parent f084293 commit 19d89de
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,9 @@ Parser options
* -t integer: pass number of threads for multi-thread execution (example -t 3, default t=2)
* -pl Physics_List: select Geant4 physics list (example -pl FTFP_BERT)
* It is possible to select alternative FTF tunings with PL_tuneID (example -pl FTFP_BERT_tune0) [only for Geant4-11.1.0 or higher]

Custom CMake options
* `WITH_LEAKAGEANALYSIS`: if set to `ON` include the usage of the `SpectrumAnalysis` singleton to study the particle leakage (default `OFF`)
5. (optional) It is possible to install the executable in `bin` under `CMAKE_INSTALL_PREFIX`
```sh
cmake -DCMAKE_INSTALL_PREFIX=/absolute-path-to-installdir/ -DGeant4_DIR=/absolute_path_to/geant4.10.07_p01-install/lib/Geant4-10.7.1/ relative_path_to/ATLHECTB/
Expand Down

0 comments on commit 19d89de

Please sign in to comment.