Luca Marchetti
Prof. Vincenzo Monaco (promoter)
Università degli Studi di Torino
A.A. 2023/2024
It is a CMake project, so CMake must be installed in order to compile and run the project. Furthermore, a working Geant4 version installed on the computer is of course necessary as well. The results are stored in ROOT files, so it is advisable that a working version of ROOT is installed on the computer.
On MacOS follow the steps below:
- Download source code.
- Unzip it in a directory of choice.
- Open a terminal and navigate to the source code directory.
- Make a build folder by writing
mkdir build
- Navigate to the build folder and generate the cmake files
cmake ..
- Make the project
make
- To run the simulation in interactive mode:
./rivelatore
- To run the simulation in batch mode:
./rivelatore run.mac