Geant4 simulation for CERN MedTech:Hack
Go to file
Gitea 0d71b38710 You can now set the angles in X and Y via command line arguments 2018-04-03 01:32:56 +02:00
include You can now set the angles in X and Y via command line arguments 2018-04-03 01:32:56 +02:00
macros Added default macros 2018-03-30 18:50:26 +02:00
src You can now set the angles in X and Y via command line arguments 2018-04-03 01:32:56 +02:00
CMakeLists.txt Added CMakeLists.txt 2018-03-30 18:53:09 +02:00
README.md Update 'README.md' 2018-03-30 19:19:50 +02:00
medtech.cc You can now set the angles in X and Y via command line arguments 2018-04-03 01:32:56 +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
  • 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