Geant4 simulation for CERN MedTech:Hack
Go to file
Gitea 98688b7009 Merge remote-tracking branch 'origin/master' 2018-05-12 15:54:41 +02:00
Debug You can change the number of events from command line, the Number of Particles is only 1 due to the changeability of the number of events. The run script easily customizable and fully working. 2018-05-12 15:53:50 +02:00
include Latest changes. 1B electrons 2018-04-12 14:43:05 +02:00
macros Added default macros 2018-03-30 18:50:26 +02:00
src You can change the number of events from command line, the Number of Particles is only 1 due to the changeability of the number of events. The run script easily customizable and fully working. 2018-05-12 15:53:50 +02:00
CMakeLists.txt Building with cmake fixed 2018-04-03 23:57:30 +02:00
README.md Update 'README.md' 2018-05-07 13:33:41 +02:00
medtech.cc Latest changes. 1B electrons 2018-04-12 14:43:05 +02:00

README.md

CERN MedTech:Hack More bang from your beam: reimagining X-ray conversion

Simulate X-ray with CERN tools.

Prerequisites

  • Linux or MacOS (Tested on Ubuntu 16.04, MacOS High Sierra 10.13.3 and Linux Subsystem for Windows 10)
  • CERN Geant4
  • CERN Root (Tested with 6.13/3)
  • CMake

Building

Clone or download this repository and unpack it if needed. Open Terminal and insert these by line by line. Change the first line corresponding to your environment.

cd path/to/repo
mkdir build
cd build
cmake ../
make
./medtech