This project is a simplified simulation of the PADME experiment at INFN LNF using Geant4
Users must have at least Geant4 version 11 installed.
- Clone this project
- If you are in /simulation create a build folder
mkdir build - Inside build use
cmake - Then you can run
make - Finally, to start the simulation, you can run
Alternatively, it is possible to run a macro file that runs 100000 events with no GUI. The data is stored in a ROOT file.
./main./main run.mac