Skip to content

lucamors/G4Radiacode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Radiacode Digital Twin

Introduction

A Geant4 implamentation of the scintillator crystal inside the Radiacode detector.

Prerequisites

Warning

In order to correctly compile this application you need both the Geant4 libraries (v. 4.11.2) and the ROOT libraries already installed on your system.

A few lines on installation

Compile the application

Clone the repository using :

git clone https://github.com/lucamors/G4Radiacode.git

Now create a build directory inside the G4Radiacode directory:

mkdir build && cd build

Launch CMake :

cmake ..

Finally you can build the application (using core):

make -j<N>

Usage

The G4RadiacodePrimaryGenerator is built around the use of G4GeneralParticleSource (i.e. GPS) and example for a 60Co source you can use:

macro/examples/co60.mac

About

Radiacode CsI(Tl) scintillator crystal digital twin - Geant4 Application

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published