Geant4 simulation for CERN MedTech:Hack
Go to file
Gitea 4c5eee2b96 6MeV e- 2018-04-02 23:18:32 +02:00
include 6MeV e- 2018-04-02 23:18:32 +02:00
macros Added default macros 2018-03-30 18:50:26 +02:00
src 6MeV e- 2018-04-02 23:18:32 +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 Creation of Medtech 2018-03-30 18:54:24 +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