Geant4 simulation for CERN MedTech:Hack
Go to file
Gitea 91f72ec79d Building with cmake fixed 2018-04-03 23:57:30 +02:00
include Memory leak fix 2018-04-03 23:30:20 +02:00
macros Added default macros 2018-03-30 18:50:26 +02:00
src Memory leak fix 2018-04-03 23:30:20 +02:00
CMakeLists.txt Building with cmake fixed 2018-04-03 23:57:30 +02:00
README.md Update 'README.md' 2018-03-30 19:19:50 +02:00
medtech.cc Memory leak fix 2018-04-03 23:30:20 +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