RiPires / HPGe

This is the repository dedicated to the development of the Modelação e Simulação em Engenharia project regarding the simulation of a hyper-pure germanium detector using GEANT4.

Home Page:https://github.com/RiPires/HPGe.git

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Description

This is the repository dedicated to the development of the "Modelação e Simulação em Engenharia" project regarding the simulation of a hyper-pure germanium detector using GEANT4.

In the branch main you'll find the latest stable version of the program.

The simulation of the "Broad Energy Germanium detector" is implemented in the BEGe folder.

Dependencies

This project was developed using:

Build your simulation

After you clone this repository to your machine, go to the build folder in BEGe:

cd BEGe/build

Initialize the CMake project:

cmake ..

Build the project (-j4 using 4 threads):

make -j4

Run the executable, launching the User Interface:

./mainSim

Or, using the command macro:

./mainSim run-test.mac

About

This is the repository dedicated to the development of the Modelação e Simulação em Engenharia project regarding the simulation of a hyper-pure germanium detector using GEANT4.

https://github.com/RiPires/HPGe.git

License:GNU General Public License v3.0


Languages

Language:C++ 57.5%Language:C 29.1%Language:CMake 13.3%