Geant4 simulation for CERN MedTech:Hack
Go to file
Gitea b33956bee7 Now you can disable cone and tube or just one of them. The cone can be substracted from the tube by using minus value in the parameters. 2018-04-07 10:48:21 +02:00
include Now you can disable cone and tube or just one of them. The cone can be substracted from the tube by using minus value in the parameters. 2018-04-07 10:48:21 +02:00
macros Added default macros 2018-03-30 18:50:26 +02:00
src Now you can disable cone and tube or just one of them. The cone can be substracted from the tube by using minus value in the parameters. 2018-04-07 10:48:21 +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 Major changes in DetectorConstruction, minor changes in SteppingAction and added some parameters 2018-04-06 21:21:48 +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